Trace number 4392986

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14? 721.737 289.527

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-122-table.xml
MD5SUM1ecda127feec841a205962b399f2051f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.3263
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints64
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1024}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1024}]
Minimum constraint arity32
Maximum constraint arity32
Distribution of constraint arities[{"arity":32,"count":64}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4392986-1568320936.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392986-1568320936.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
707.32/285.29	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
721.60/289.47		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
721.60/289.47		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
721.60/289.47		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
721.60/289.47		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
721.60/289.47		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
721.60/289.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
721.60/289.47		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
721.60/289.47		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
721.60/289.47		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
721.60/289.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
721.60/289.47	s UNKNOWN
721.60/289.47	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14884 MiB free)
  memory of node 1: 16384 MiB (14992 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392986-1568320936/watcher-4392986-1568320936 -o /tmp/evaluation-result-4392986-1568320936/solver-4392986-1568320936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14285 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 269034976 HOME/instance-4392986-1568320936.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=26797, runsolver pid=26794


[startup+0.100059 s]*
/proc/loadavg: 8.36 8.43 8.37 8/233 26813
/proc/meminfo: memFree=30578708/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15144768 memory=29000 CPUtime=0.13 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 5703 0 0 0 12 1 0 0 20 0 15 0 408349913 15508242432 7250 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3786192 7250 3148 1 0 3748377 0
[pid=26799/tid=26800] ppid=26797 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) R 26797 26797 14254 0 -1 4202560 3572 0 0 0 9 0 0 0 20 0 15 0 408349914 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789960593120 139789948599102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15144768 memory=3546779137204250272 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) S 26797 26797 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408349916 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789424753136 139789956373122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408349916 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789423699360 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408349916 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789422646768 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789420541936 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15144768 memory=140321829643904 CPUtime=0.02 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) R 26797 26797 14254 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 408349919 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789418436848 139789935318639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 7250 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30452 KiB

[startup+0.211175 s]*
/proc/loadavg: 8.36 8.43 8.37 8/233 26813
/proc/meminfo: memFree=30564740/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15144768 memory=40992 CPUtime=0.34 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 9417 0 0 0 32 2 0 0 20 0 15 0 408349913 15508242432 10248 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3786192 10248 3318 1 0 3748377 0
[pid=26799/tid=26800] ppid=26797 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) R 26797 26797 14254 0 -1 4202560 6605 0 0 0 18 2 0 0 20 0 15 0 408349914 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789960591696 139789940442462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15144768 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15144768 memory=140321832306811 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408349914 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15144768 memory=140321829643904 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) S 26797 26797 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408349916 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789424753136 139789956373122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408349916 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789423699360 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408349916 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789422646768 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 15 0 408349919 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789420541936 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 273 0 0 0 2 0 0 0 20 0 15 0 408349919 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15144768 memory=140321829643904 CPUtime=0.08 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) R 26797 26797 14254 0 -1 4202560 810 0 0 0 8 0 0 0 20 0 15 0 408349919 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789418436656 139789948599102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349919 15508242432 10248 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42444 KiB

[startup+0.312828 s]*
/proc/loadavg: 8.36 8.43 8.37 8/233 26813
/proc/meminfo: memFree=30556464/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15149024 memory=50336 CPUtime=0.53 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 10876 0 0 0 50 3 0 0 20 0 15 0 408349913 15512600576 12584 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3787256 12584 3368 1 0 3748377 0
[pid=26799/tid=26800] ppid=26797 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) R 26797 26797 14254 0 -1 4202560 7801 0 0 0 28 2 0 0 20 0 15 0 408349914 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789960595760 139789940442462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349914 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408349914 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15149024 memory=-7233513673208676511 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) S 26797 26797 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408349916 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789424753136 139789956373122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408349916 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789423699360 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408349916 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789422646768 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15149024 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15149024 memory=6576575808606938535 CPUtime=0.03 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 438 0 0 0 3 0 0 0 20 0 15 0 408349919 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789420541936 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) R 26797 26797 14254 0 -1 4202560 406 0 0 0 5 0 0 0 20 0 15 0 408349919 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789419470408 139789933623232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) S 26797 26797 14254 0 -1 1077944384 928 0 0 0 12 0 0 0 20 0 15 0 408349919 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789418436848 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349919 15512600576 12590 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51788 KiB

[startup+0.701239 s]
/proc/loadavg: 8.36 8.43 8.37 6/233 26813
/proc/meminfo: memFree=30446888/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15149024 memory=287996 CPUtime=1.28 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 11797 0 0 0 106 22 0 0 20 0 15 0 408349913 15512600576 71999 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3787256 71999 3401 1 0 3748377 0
[pid=26799/tid=26800] ppid=26797 vsize=15149024 memory=-8412635772165723492 CPUtime=0.61 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) R 26797 26797 14254 0 -1 4202560 7994 0 0 0 55 6 0 0 20 0 15 0 408349914 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789960600832 139789956383901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15149024 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 15 0 408349914 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 15 0 408349914 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15149024 memory=708 CPUtime=0.06 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 408349914 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15149024 memory=9364 CPUtime=0.06 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 408349914 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15149024 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) S 26797 26797 14254 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 408349916 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789424753136 139789956373122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15149024 memory=776 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 408349916 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789423699360 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15149024 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 408349916 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789422646768 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15149024 memory=7956 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15149024 memory=3444 CPUtime=0.1 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) R 26797 26797 14254 0 -1 4202560 709 0 0 0 10 0 0 0 20 0 15 0 408349919 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789420523736 139789941255824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15149024 memory=1556 CPUtime=0.11 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 449 0 0 0 11 0 0 0 20 0 15 0 408349919 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15149024 memory=2832 CPUtime=0.16 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) S 26797 26797 14254 0 -1 1077944384 1007 0 0 0 16 0 0 0 20 0 15 0 408349919 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789418436848 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15149024 memory=984 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15149024 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408349919 15512600576 71999 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 289448 KiB

[startup+1.50094 s]
/proc/loadavg: 8.36 8.43 8.37 6/233 26813
/proc/meminfo: memFree=30125948/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0

################
# More data... #
################

/proc/26799/task/26802/stat : 26802 (java) R 26797 26797 14254 0 -1 4202560 22274 0 0 0 14050 228 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789547526664 139789939745010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15151148 memory=1452 CPUtime=142.75 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) R 26797 26797 14254 0 -1 4202560 21557 0 0 0 14049 226 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789546474120 139789948990183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15151148 memory=12789616 CPUtime=142.64 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) R 26797 26797 14254 0 -1 4202560 19789 0 0 0 14020 244 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789545421264 139789948990183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15151148 memory=6791534058613427641 CPUtime=14.65 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) S 26797 26797 14254 0 -1 1077944384 48531 0 0 0 1462 3 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789424751680 139789956372181 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15151148 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789423699424 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15151148 memory=1044 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789422646784 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15151148 memory=708 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15151148 memory=9364 CPUtime=1.32 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 7604 0 0 0 131 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789420541696 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15151148 memory=1120 CPUtime=1 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 6419 0 0 0 99 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15151148 memory=776 CPUtime=0.56 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) S 26797 26797 14254 0 -1 1077944384 6388 0 0 0 55 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789418436896 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15151148 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15151148 memory=7956 CPUtime=0.12 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 418 0 0 0 5 7 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 718.05 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12791068 KiB

[startup+288.801 s]
/proc/loadavg: 7.89 7.45 7.89 9/232 26916
/proc/meminfo: memFree=17956484/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15151148 memory=12789616 CPUtime=721 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 179916 0 0 0 71113 987 0 0 20 0 15 0 408349913 15514775552 3197404 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3787787 3197404 3507 1 0 3748889 0
[pid=26799/tid=26800] ppid=26797 vsize=15151148 memory=1552 CPUtime=129.47 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) S 26797 26797 14254 0 -1 1077944384 21141 0 0 0 12899 48 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789960601200 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15151148 memory=7956 CPUtime=143.38 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 24323 0 0 0 14114 224 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15151148 memory=3444 CPUtime=143.51 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 22274 0 0 0 14122 229 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15151148 memory=1560 CPUtime=143.47 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 21557 0 0 0 14120 227 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15151148 memory=928 CPUtime=143.36 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 19789 0 0 0 14091 245 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15151148 memory=1680 CPUtime=14.7 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) R 26797 26797 14254 0 -1 4202560 48531 0 0 0 1467 3 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789424751680 139789941358468 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15151148 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789423699424 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15151148 memory=888 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789422646784 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15151148 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15151148 memory=12789616 CPUtime=1.32 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 7604 0 0 0 131 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789420541696 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15151148 memory=1044 CPUtime=1 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 6419 0 0 0 99 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15151148 memory=708 CPUtime=0.56 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) S 26797 26797 14254 0 -1 1077944384 6388 0 0 0 55 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789418436896 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15151148 memory=9364 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15151148 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 418 0 0 0 5 7 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 721 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12791068 KiB

[startup+289.201 s]
/proc/loadavg: 7.89 7.45 7.89 6/232 26916
/proc/meminfo: memFree=17956980/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15151148 memory=12789616 CPUtime=721.4 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 180044 0 0 0 71153 987 0 0 20 0 15 0 408349913 15514775552 3197404 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3787787 3197404 3507 1 0 3748889 0
[pid=26799/tid=26800] ppid=26797 vsize=15151148 memory=14981065810905736 CPUtime=129.47 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) S 26797 26797 14254 0 -1 1077944384 21141 0 0 0 12899 48 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789960601200 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15151148 memory=14012 CPUtime=143.38 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 24323 0 0 0 14114 224 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15151148 memory=5232 CPUtime=143.51 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 22274 0 0 0 14122 229 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15151148 memory=2120 CPUtime=143.47 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 21557 0 0 0 14120 227 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15151148 memory=2832 CPUtime=143.36 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 19789 0 0 0 14091 245 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15151148 memory=1452 CPUtime=15.1 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) R 26797 26797 14254 0 -1 4202560 48659 0 0 0 1507 3 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789424751568 139789941062608 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15151148 memory=12789616 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789423699424 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15151148 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789422646784 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15151148 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15151148 memory=804 CPUtime=1.32 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 7604 0 0 0 131 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789420541696 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15151148 memory=1808 CPUtime=1 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 6419 0 0 0 99 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15151148 memory=924 CPUtime=0.56 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) S 26797 26797 14254 0 -1 1077944384 6388 0 0 0 55 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789418436896 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15151148 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15151148 memory=3012 CPUtime=0.12 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 418 0 0 0 5 7 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 721.4 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12791068 KiB

[startup+289.401 s]
/proc/loadavg: 7.89 7.45 7.89 6/232 26916
/proc/meminfo: memFree=17956980/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
[pid=26799] ppid=26797 vsize=15151148 memory=12789616 CPUtime=721.6 cores=0,2,4,6
/proc/26799/stat : 26799 (java) S 26797 26797 14254 0 -1 1077944320 180044 0 0 0 71173 987 0 0 20 0 15 0 408349913 15514775552 3197404 33554432000 4194304 4196468 140726335619392 140726335601936 139789956361975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
/proc/26799/statm: 3787787 3197404 3507 1 0 3748889 0
[pid=26799/tid=26800] ppid=26797 vsize=15151148 memory=14981065810905736 CPUtime=129.47 cores=0,2,4,6
/proc/26799/task/26800/stat : 26800 (java) S 26797 26797 14254 0 -1 1077944384 21141 0 0 0 12899 48 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789960601200 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26801] ppid=26797 vsize=15151148 memory=3100 CPUtime=143.38 cores=0,2,4,6
/proc/26799/task/26801/stat : 26801 (java) S 26797 26797 14254 0 -1 1077944384 24323 0 0 0 14114 224 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789912914192 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26802] ppid=26797 vsize=15151148 memory=1452 CPUtime=143.51 cores=0,2,4,6
/proc/26799/task/26802/stat : 26802 (java) S 26797 26797 14254 0 -1 1077944384 22274 0 0 0 14122 229 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789547526544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26803] ppid=26797 vsize=15151148 memory=12789616 CPUtime=143.47 cores=0,2,4,6
/proc/26799/task/26803/stat : 26803 (java) S 26797 26797 14254 0 -1 1077944384 21557 0 0 0 14120 227 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789546474000 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26804] ppid=26797 vsize=15151148 memory=1412 CPUtime=143.36 cores=0,2,4,6
/proc/26799/task/26804/stat : 26804 (java) S 26797 26797 14254 0 -1 1077944384 19789 0 0 0 14091 245 0 0 20 0 15 0 408349914 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789545421456 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26805] ppid=26797 vsize=15151148 memory=3200 CPUtime=15.3 cores=0,2,4,6
/proc/26799/task/26805/stat : 26805 (java) R 26797 26797 14254 0 -1 4202560 48659 0 0 0 1527 3 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789424751568 139789941062663 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26806] ppid=26797 vsize=15151148 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26806/stat : 26806 (java) S 26797 26797 14254 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789423699424 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26807] ppid=26797 vsize=15151148 memory=296664 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26807/stat : 26807 (java) S 26797 26797 14254 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 408349916 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789422646784 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26808] ppid=26797 vsize=15151148 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26808/stat : 26808 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789421595344 139789956380571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26809] ppid=26797 vsize=15151148 memory=8317482817917895235 CPUtime=1.32 cores=0,2,4,6
/proc/26799/task/26809/stat : 26809 (java) S 26797 26797 14254 0 -1 1077944384 7604 0 0 0 131 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789420541696 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26810] ppid=26797 vsize=15151148 memory=12789616 CPUtime=1 cores=0,2,4,6
/proc/26799/task/26810/stat : 26810 (java) S 26797 26797 14254 0 -1 1077944384 6419 0 0 0 99 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789419489392 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26811] ppid=26797 vsize=15151148 memory=14981065810905736 CPUtime=0.56 cores=0,2,4,6
/proc/26799/task/26811/stat : 26811 (java) S 26797 26797 14254 0 -1 1077944384 6388 0 0 0 55 1 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789418436896 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26812] ppid=26797 vsize=15151148 memory=14981065810905736 CPUtime=0 cores=0,2,4,6
/proc/26799/task/26812/stat : 26812 (java) S 26797 26797 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789417384544 139789956372181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
[pid=26799/tid=26813] ppid=26797 vsize=15151148 memory=12789612 CPUtime=0.12 cores=0,2,4,6
/proc/26799/task/26813/stat : 26813 (java) S 26797 26797 14254 0 -1 1077944384 418 0 0 0 5 7 0 0 20 0 15 0 408349919 15514775552 3197404 33554432000 4194304 4196468 140726335619392 139789416332080 139789956373122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 33312768 140726335628271 140726335628442 140726335628442 140726335631311 0
Current children cumulated CPU time: 721.6 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12791068 KiB

[startup+289.52 s]
/proc/loadavg: 7.89 7.45 7.89 6/232 26916
/proc/meminfo: memFree=17956980/32770624 swapFree=66920780/67108860
[pid=26797] ppid=26794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26797/stat : 26797 (xcsp3-exec) S 26794 26797 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408349913 115843072 363 33554432000 4194304 5098028 140731889166336 140731889164440 140057950712444 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40017920 140731889173371 140731889173613 140731889173613 140731889176522 0
/proc/26797/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 289.527
CPU time (s): 721.737
CPU user time (s): 711.81
CPU system time (s): 9.92696
CPU usage (%): 249.281
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12791068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 711.81
system time used= 9.92696
maximum resident set size= 12789880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12993
involuntary context switches= 14196


# summary of solver processes directly reported to runsolver:
#   pid: 26797
#   total CPU time (s): 721.737
#   total CPU user time (s): 711.81
#   total CPU system time (s): 9.92696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83675 second user time and 3.16416 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 21:40:22
IDJOB=4392986
IDBENCH=134105
IDSOLVER=2840
FILE ID=node107/4392986-1568320936
RUNJOBID= node107-1568308867-14285
PBS_JOBID= 21701131
Free space on /tmp= 55276 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-122-table.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392986-1568320936/watcher-4392986-1568320936 -o /tmp/evaluation-result-4392986-1568320936/solver-4392986-1568320936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14285 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 269034976 HOME/instance-4392986-1568320936.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1ecda127feec841a205962b399f2051f
RANDOM SEED=269034976

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30594112 kB
MemAvailable:   31377456 kB
Buffers:          119352 kB
Cached:           928084 kB
SwapCached:        80356 kB
Active:          1255236 kB
Inactive:         322656 kB
Active(anon):     459648 kB
Inactive(anon):   100176 kB
Active(file):     795588 kB
Inactive(file):   222480 kB
Unevictable:      110040 kB
Mlocked:          110040 kB
SwapTotal:      67108860 kB
SwapFree:       66920780 kB
Dirty:            322264 kB
Writeback:             0 kB
AnonPages:        565664 kB
Mapped:            44756 kB
Shmem:             20528 kB
Slab:             191424 kB
SReclaimable:     162224 kB
SUnreclaim:        29200 kB
KernelStack:        3776 kB
PageTables:         6744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1350236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55248 MiB
End job on node107 at 2019-09-12 21:45:12