Trace number 4297798

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 4.0.7b par (e747e1e)SAT 14.5487 6.48195

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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 benchmark14.5487
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297798-1532721039.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297798-1532721039.xml, -tl, 20160s, -p, 8]
0.11/0.21	c 8 solvers in parallel
0.34/0.28	c parse instance...
11.83/6.10	c solve instance...
14.07/6.46	s SATISFIABLE
14.07/6.46	v <instantiation>
14.07/6.46	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] </list>
14.07/6.46	v 	<values>0 0 11 1 4 10 4 0 1 4 17 17 0 8 1 0 21 4 17 0 18 4 19 0 12 0 8 18 4 19 8 14 11 4 4 10 4 13 24 0 13 4 </values>
14.07/6.46	v </instantiation>

Verifier Data

OK	

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 (15162 MiB free)
  memory of node 1: 16384 MiB (11730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297798-1532721039/watcher-4297798-1532721039 -o /tmp/evaluation-result-4297798-1532721039/solver-4297798-1532721039 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532718101-20776 --watchdog 2580 HOME/xcsp3-exec -seed 2063276117 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297798-1532721039.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21485, runsolver pid=21482

[startup+0.100163 s]*
/proc/loadavg: 7.57 8.11 8.18 2/200 21506
/proc/meminfo: memFree=27522860/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26104152 memory=27212 CPUtime=0.11 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 5670 0 0 0 10 1 0 0 20 0 20 0 89667109 26730651648 6803 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6526038 6803 3018 1 0 6488315 0
[pid=21487/tid=21488] ppid=21485 vsize=26104152 memory=7968446023329554591 CPUtime=0.09 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) R 21485 21485 20749 0 -1 4202560 3673 0 0 0 8 1 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627952248624 140627932095838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26104152 memory=732370409359109093 CPUtime=0 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26104152 memory=140271021655680 CPUtime=0 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21492] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21492/stat : 21492 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627503602320 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21493] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21493/stat : 21493 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627502549776 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21494] ppid=21485 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21487/task/21494/stat : 21494 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627501497232 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21495] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21495/stat : 21495 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627500444688 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21496] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21496/stat : 21496 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 6803 33554432000 4194304 4196468 140736017245696 140627499392144 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21497] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21497/stat : 21497 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667112 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626152638448 140627948026498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21498] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21498/stat : 21498 (java) S 21485 21485 20749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89667112 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626151584672 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21499] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21499/stat : 21499 (java) S 21485 21485 20749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89667112 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626150532080 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21500] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21500/stat : 21500 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626149480656 140627948033947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21501] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21501/stat : 21501 (java) S 21485 21485 20749 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626148428272 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21502] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21502/stat : 21502 (java) S 21485 21485 20749 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626147375728 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21503] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21503/stat : 21503 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626146323184 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21504] ppid=21485 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21487/task/21504/stat : 21504 (java) R 21485 21485 20749 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626145270640 140627948036698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21505] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21505/stat : 21505 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626144217312 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21506] ppid=21485 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21487/task/21506/stat : 21506 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 6803 33554432000 4194304 4196468 140736017245696 140626143164848 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28668 KiB

[startup+0.210096 s]*
/proc/loadavg: 7.57 8.11 8.18 3/200 21506
/proc/meminfo: memFree=27511604/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26104152 memory=38900 CPUtime=0.34 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 8379 0 0 0 31 3 0 0 20 0 20 0 89667109 26730651648 9725 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6526038 9725 3167 1 0 6488315 0
[pid=21487/tid=21488] ppid=21485 vsize=26104152 memory=0 CPUtime=0.2 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) R 21485 21485 20749 0 -1 4202560 5564 0 0 0 18 2 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627952250336 140627932058981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26104152 memory=280541902079736 CPUtime=0 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26104152 memory=140271021655680 CPUtime=0 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21492] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21492/stat : 21492 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627503602320 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21493] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21493/stat : 21493 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627502549776 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21494] ppid=21485 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21487/task/21494/stat : 21494 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627501497232 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21495] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21495/stat : 21495 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627500444688 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21496] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21496/stat : 21496 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667110 26730651648 9725 33554432000 4194304 4196468 140736017245696 140627499392144 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21497] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21497/stat : 21497 (java) S 21485 21485 20749 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89667112 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626152638448 140627948026498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21498] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21498/stat : 21498 (java) S 21485 21485 20749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89667112 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626151584672 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21499] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21499/stat : 21499 (java) S 21485 21485 20749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89667112 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626150532080 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21500] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21500/stat : 21500 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626149480656 140627948033947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21501] ppid=21485 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21487/task/21501/stat : 21501 (java) S 21485 21485 20749 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626148428272 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21502] ppid=21485 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21487/task/21502/stat : 21502 (java) S 21485 21485 20749 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626147375728 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21503] ppid=21485 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/21487/task/21503/stat : 21503 (java) S 21485 21485 20749 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626146323184 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21504] ppid=21485 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/21487/task/21504/stat : 21504 (java) S 21485 21485 20749 0 -1 1077944384 780 0 0 0 7 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626145270640 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21505] ppid=21485 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21505/stat : 21505 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626144217312 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21506] ppid=21485 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21487/task/21506/stat : 21506 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26730651648 9725 33554432000 4194304 4196468 140736017245696 140626143164848 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40356 KiB

[startup+0.309529 s]*
/proc/loadavg: 7.57 8.11 8.18 4/200 21506
/proc/meminfo: memFree=27505168/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26108408 memory=45944 CPUtime=0.51 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 9315 0 0 0 48 3 0 0 20 0 20 0 89667109 26735009792 11486 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6527102 11486 3236 1 0 6488315 0
[pid=21487/tid=21488] ppid=21485 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) R 21485 21485 20749 0 -1 4202560 6261 0 0 0 27 2 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627952252640 140627932095838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21492] ppid=21485 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21492/stat : 21492 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627503602320 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21493] ppid=21485 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/21487/task/21493/stat : 21493 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627502549776 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21494] ppid=21485 vsize=26108408 memory=140270880519087 CPUtime=0 cores=0-7
/proc/21487/task/21494/stat : 21494 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627501497232 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21495] ppid=21485 vsize=26108408 memory=140270880521392 CPUtime=0 cores=0-7
/proc/21487/task/21495/stat : 21495 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627500444688 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21496] ppid=21485 vsize=26108408 memory=140270880523696 CPUtime=0 cores=0-7
/proc/21487/task/21496/stat : 21496 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667110 26735009792 11486 33554432000 4194304 4196468 140736017245696 140627499392144 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21497] ppid=21485 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21497/stat : 21497 (java) S 21485 21485 20749 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89667112 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626152638448 140627948026498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21498] ppid=21485 vsize=26108408 memory=280541761054352 CPUtime=0 cores=0-7
/proc/21487/task/21498/stat : 21498 (java) S 21485 21485 20749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89667112 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626151584672 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21499] ppid=21485 vsize=26108408 memory=280541761061264 CPUtime=0 cores=0-7
/proc/21487/task/21499/stat : 21499 (java) S 21485 21485 20749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89667112 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626150532080 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21500] ppid=21485 vsize=26108408 memory=280541761002544 CPUtime=0 cores=0-7
/proc/21487/task/21500/stat : 21500 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626149480656 140627948033947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21501] ppid=21485 vsize=26108408 memory=280541761075088 CPUtime=0.02 cores=0-7
/proc/21487/task/21501/stat : 21501 (java) S 21485 21485 20749 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626148428272 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21502] ppid=21485 vsize=26108408 memory=280541761082000 CPUtime=0.02 cores=0-7
/proc/21487/task/21502/stat : 21502 (java) S 21485 21485 20749 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626147375728 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21503] ppid=21485 vsize=26108408 memory=280541761079696 CPUtime=0.04 cores=0-7
/proc/21487/task/21503/stat : 21503 (java) R 21485 21485 20749 0 -1 4202560 196 0 0 0 4 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626146323184 140627925580112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21504] ppid=21485 vsize=26108408 memory=280541761095856 CPUtime=0.12 cores=0-7
/proc/21487/task/21504/stat : 21504 (java) S 21485 21485 20749 0 -1 1077944384 922 0 0 0 12 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626145270640 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21505] ppid=21485 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21505/stat : 21505 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626144217312 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21506] ppid=21485 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/21487/task/21506/stat : 21506 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26735009792 11486 33554432000 4194304 4196468 140736017245696 140626143164848 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47400 KiB

[startup+0.700943 s]
/proc/loadavg: 7.57 8.11 8.18 5/200 21506
/proc/meminfo: memFree=27458648/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26110532 memory=199492 CPUtime=1.72 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 13366 0 0 0 165 7 0 0 20 0 20 0 89667109 26737184768 49873 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6527633 49873 3363 1 0 6488827 0
[pid=21487/tid=21488] ppid=21485 vsize=26110532 memory=280541761390720 CPUtime=0.66 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) R 21485 21485 20749 0 -1 4202560 6755 0 0 0 62 4 0 0 20 0 20 0 89667110 26737184768 49873 33554432000 4194304 4196468 140736017245696 140627952252576 140627580846312 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26110532 memory=860 CPUtime=0 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667110 26737184768 49873 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26110532 memory=12556 CPUtime=0 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 89667110 26737184768 49873 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26110532 memory=756 CPUtime=0 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89667110 26737184768 49873 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0

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

/proc/loadavg: 7.57 8.11 8.18 2/200 21506
/proc/meminfo: memFree=27025388/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26110532 memory=526528 CPUtime=5.89 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 15554 0 0 0 522 67 0 0 20 0 20 0 89667109 26737184768 131632 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6527633 131632 3385 1 0 6488827 0
[pid=21487/tid=21488] ppid=21485 vsize=26110532 memory=56 CPUtime=2.92 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) R 21485 21485 20749 0 -1 4202560 7216 0 0 0 286 6 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627952253592 140627580910182 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26110532 memory=9168 CPUtime=0.13 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 106 0 0 0 6 7 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26110532 memory=140275316622975 CPUtime=0.13 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 159 0 0 0 6 7 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26110532 memory=-7668105500466904439 CPUtime=0.13 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 106 0 0 0 7 6 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21492] ppid=21485 vsize=26110532 memory=6791534058613427641 CPUtime=0.13 cores=0-7
/proc/21487/task/21492/stat : 21492 (java) S 21485 21485 20749 0 -1 1077944384 102 0 0 0 7 6 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627503602320 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21493] ppid=21485 vsize=26110532 memory=0 CPUtime=0.13 cores=0-7
/proc/21487/task/21493/stat : 21493 (java) S 21485 21485 20749 0 -1 1077944384 248 0 0 0 6 7 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627502549776 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21494] ppid=21485 vsize=26110532 memory=-2026666227646606628 CPUtime=0.13 cores=0-7
/proc/21487/task/21494/stat : 21494 (java) S 21485 21485 20749 0 -1 1077944384 114 0 0 0 7 6 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627501497232 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21495] ppid=21485 vsize=26110532 memory=3872 CPUtime=0.14 cores=0-7
/proc/21487/task/21495/stat : 21495 (java) S 21485 21485 20749 0 -1 1077944384 120 0 0 0 7 7 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627500444688 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21496] ppid=21485 vsize=26110532 memory=25872 CPUtime=0.13 cores=0-7
/proc/21487/task/21496/stat : 21496 (java) S 21485 21485 20749 0 -1 1077944384 178 0 0 0 6 7 0 0 20 0 20 0 89667110 26737184768 131632 33554432000 4194304 4196468 140736017245696 140627499392144 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21497] ppid=21485 vsize=26110532 memory=1224 CPUtime=0 cores=0-7
/proc/21487/task/21497/stat : 21497 (java) S 21485 21485 20749 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 20 0 89667112 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626152638448 140627948026498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21498] ppid=21485 vsize=26110532 memory=2260 CPUtime=0 cores=0-7
/proc/21487/task/21498/stat : 21498 (java) S 21485 21485 20749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89667112 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626151584736 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21499] ppid=21485 vsize=26110532 memory=450304 CPUtime=0 cores=0-7
/proc/21487/task/21499/stat : 21499 (java) S 21485 21485 20749 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 89667112 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626150532096 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21500] ppid=21485 vsize=26110532 memory=200468 CPUtime=0 cores=0-7
/proc/21487/task/21500/stat : 21500 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626149480656 140627948033947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21501] ppid=21485 vsize=26110532 memory=1456 CPUtime=0.46 cores=0-7
/proc/21487/task/21501/stat : 21501 (java) S 21485 21485 20749 0 -1 1077944384 1391 0 0 0 46 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626148428272 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21502] ppid=21485 vsize=26110532 memory=200412 CPUtime=0.43 cores=0-7
/proc/21487/task/21502/stat : 21502 (java) R 21485 21485 20749 0 -1 4202560 1452 0 0 0 43 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626147363040 140627927678960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21503] ppid=21485 vsize=26110532 memory=6791534058613427641 CPUtime=0.51 cores=0-7
/proc/21487/task/21503/stat : 21503 (java) S 21485 21485 20749 0 -1 1077944384 1239 0 0 0 51 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626146323184 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21504] ppid=21485 vsize=26110532 memory=140270880720976 CPUtime=0.36 cores=0-7
/proc/21487/task/21504/stat : 21504 (java) S 21485 21485 20749 0 -1 1077944384 1618 0 0 0 36 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626145270640 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21505] ppid=21485 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21505/stat : 21505 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626144217312 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21506] ppid=21485 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21506/stat : 21506 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89667115 26737184768 131632 33554432000 4194304 4196468 140736017245696 140626143164848 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 527984 KiB

[startup+6.30128 s]
/proc/loadavg: 7.04 7.99 8.14 2/200 21506
/proc/meminfo: memFree=26514528/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26643044 memory=1037664 CPUtime=13.3 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 20001 0 0 0 1186 144 0 0 20 0 28 0 89667109 27282477056 259416 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6660761 259416 3408 1 0 6621955 0
[pid=21487/tid=21488] ppid=21485 vsize=26643044 memory=0 CPUtime=5 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) S 21485 21485 20749 0 -1 1077944384 7445 0 0 0 488 12 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627952256128 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26643044 memory=1456 CPUtime=0.59 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 377 0 0 0 44 15 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26643044 memory=1036676 CPUtime=0.59 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 336 0 0 0 43 16 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26643044 memory=928 CPUtime=0.58 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 352 0 0 0 44 14 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21492] ppid=21485 vsize=26643044 memory=2296 CPUtime=0.59 cores=0-7
/proc/21487/task/21492/stat : 21492 (java) S 21485 21485 20749 0 -1 1077944384 375 0 0 0 44 15 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627503602320 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21493] ppid=21485 vsize=26643044 memory=932 CPUtime=0.6 cores=0-7
/proc/21487/task/21493/stat : 21493 (java) S 21485 21485 20749 0 -1 1077944384 375 0 0 0 44 16 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627502549776 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21494] ppid=21485 vsize=26643044 memory=1564 CPUtime=0.6 cores=0-7
/proc/21487/task/21494/stat : 21494 (java) S 21485 21485 20749 0 -1 1077944384 396 0 0 0 45 15 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627501497232 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21495] ppid=21485 vsize=26643044 memory=1456 CPUtime=0.58 cores=0-7
/proc/21487/task/21495/stat : 21495 (java) S 21485 21485 20749 0 -1 1077944384 242 0 0 0 43 15 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627500444688 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21496] ppid=21485 vsize=26643044 memory=592156 CPUtime=0.59 cores=0-7
/proc/21487/task/21496/stat : 21496 (java) S 21485 21485 20749 0 -1 1077944384 429 0 0 0 43 16 0 0 20 0 28 0 89667110 27282477056 259416 33554432000 4194304 4196468 140736017245696 140627499392144 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21497] ppid=21485 vsize=26643044 memory=6944656592455097440 CPUtime=0.21 cores=0-7
/proc/21487/task/21497/stat : 21497 (java) S 21485 21485 20749 0 -1 1077944384 862 0 0 0 21 0 0 0 20 0 28 0 89667112 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626152638448 140627948026498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21498] ppid=21485 vsize=26643044 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/21487/task/21498/stat : 21498 (java) S 21485 21485 20749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89667112 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626151584736 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21499] ppid=21485 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21499/stat : 21499 (java) S 21485 21485 20749 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 89667112 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626150532096 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21500] ppid=21485 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21500/stat : 21500 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626149480656 140627948033947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21501] ppid=21485 vsize=26643044 memory=1456 CPUtime=0.5 cores=0-7
/proc/21487/task/21501/stat : 21501 (java) R 21485 21485 20749 0 -1 1077944384 1827 0 0 0 50 0 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626148421296 140627948025557 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21502] ppid=21485 vsize=26643044 memory=912628 CPUtime=0.53 cores=0-7
/proc/21487/task/21502/stat : 21502 (java) S 21485 21485 20749 0 -1 1077944384 1727 0 0 0 53 0 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626147375728 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21503] ppid=21485 vsize=26643044 memory=0 CPUtime=0.54 cores=0-7
/proc/21487/task/21503/stat : 21503 (java) S 21485 21485 20749 0 -1 1077944384 1360 0 0 0 53 1 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626146323184 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21504] ppid=21485 vsize=26643044 memory=0 CPUtime=0.43 cores=0-7
/proc/21487/task/21504/stat : 21504 (java) S 21485 21485 20749 0 -1 1077944384 2061 0 0 0 43 0 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626145270640 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21505] ppid=21485 vsize=26643044 memory=140270880710192 CPUtime=0 cores=0-7
/proc/21487/task/21505/stat : 21505 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626144217312 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21506] ppid=21485 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21506/stat : 21506 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89667115 27282477056 259416 33554432000 4194304 4196468 140736017245696 140626143164848 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
Current children cumulated CPU time: 13.3 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 1039120 KiB

[startup+6.48189 s]
# the end of solver process 21485 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.0739 s, system=1.4748 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.4011 s]
/proc/loadavg: 7.04 7.99 8.14 2/200 21506
/proc/meminfo: memFree=26514528/32770624 swapFree=67108496/67108860
[pid=21485] ppid=21482 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21485/stat : 21485 (xcsp3-exec) S 21482 21485 20749 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89667109 115843072 364 33554432000 4194304 5098028 140732468266224 140732468264328 139811040674428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30953472 140732468270133 140732468270336 140732468270336 140732468273098 0
/proc/21485/statm: 28282 364 306 221 0 87 0
[pid=21487] ppid=21485 vsize=26643044 memory=1038576 CPUtime=14.07 cores=0-7
/proc/21487/stat : 21487 (java) S 21485 21485 20749 0 -1 1077944320 22323 0 0 0 1262 145 0 0 20 0 28 0 89667109 27282477056 259644 33554432000 4194304 4196468 140736017245696 140736017228240 140627948015351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
/proc/21487/statm: 6660761 259644 3412 1 0 6621955 0
[pid=21487/tid=21488] ppid=21485 vsize=26643044 memory=6791534058613427641 CPUtime=5 cores=0-7
/proc/21487/task/21488/stat : 21488 (java) S 21485 21485 20749 0 -1 1077944384 7445 0 0 0 488 12 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627952256128 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21489] ppid=21485 vsize=26643044 memory=6944656592387989600 CPUtime=0.59 cores=0-7
/proc/21487/task/21489/stat : 21489 (java) S 21485 21485 20749 0 -1 1077944384 377 0 0 0 44 15 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627900635408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21490] ppid=21485 vsize=26643044 memory=6944656592455097440 CPUtime=0.59 cores=0-7
/proc/21487/task/21490/stat : 21490 (java) S 21485 21485 20749 0 -1 1077944384 336 0 0 0 43 16 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627505707408 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21491] ppid=21485 vsize=26643044 memory=-3252517613198930781 CPUtime=0.58 cores=0-7
/proc/21487/task/21491/stat : 21491 (java) S 21485 21485 20749 0 -1 1077944384 352 0 0 0 44 14 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627504654864 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21492] ppid=21485 vsize=26643044 memory=1414351094373835085 CPUtime=0.59 cores=0-7
/proc/21487/task/21492/stat : 21492 (java) S 21485 21485 20749 0 -1 1077944384 375 0 0 0 44 15 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627503602320 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21493] ppid=21485 vsize=26643044 memory=-7027408097459412384 CPUtime=0.6 cores=0-7
/proc/21487/task/21493/stat : 21493 (java) S 21485 21485 20749 0 -1 1077944384 375 0 0 0 44 16 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627502549776 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21494] ppid=21485 vsize=26643044 memory=-7457052372387209120 CPUtime=0.6 cores=0-7
/proc/21487/task/21494/stat : 21494 (java) S 21485 21485 20749 0 -1 1077944384 396 0 0 0 45 15 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627501497232 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21495] ppid=21485 vsize=26643044 memory=8996927245743126058 CPUtime=0.58 cores=0-7
/proc/21487/task/21495/stat : 21495 (java) S 21485 21485 20749 0 -1 1077944384 242 0 0 0 43 15 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627500444688 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21496] ppid=21485 vsize=26643044 memory=0 CPUtime=0.59 cores=0-7
/proc/21487/task/21496/stat : 21496 (java) S 21485 21485 20749 0 -1 1077944384 429 0 0 0 43 16 0 0 20 0 28 0 89667110 27282477056 259644 33554432000 4194304 4196468 140736017245696 140627499392144 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21497] ppid=21485 vsize=26643044 memory=2241 CPUtime=0.21 cores=0-7
/proc/21487/task/21497/stat : 21497 (java) S 21485 21485 20749 0 -1 1077944384 863 0 0 0 21 0 0 0 20 0 28 0 89667112 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626152638448 140627948026498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21498] ppid=21485 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/21487/task/21498/stat : 21498 (java) S 21485 21485 20749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89667112 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626151584736 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21499] ppid=21485 vsize=26643044 memory=280541761429312 CPUtime=0 cores=0-7
/proc/21487/task/21499/stat : 21499 (java) S 21485 21485 20749 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 89667112 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626150532096 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21500] ppid=21485 vsize=26643044 memory=140270880865104 CPUtime=0 cores=0-7
/proc/21487/task/21500/stat : 21500 (java) S 21485 21485 20749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626149480656 140627948033947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21501] ppid=21485 vsize=26643044 memory=0 CPUtime=0.56 cores=0-7
/proc/21487/task/21501/stat : 21501 (java) R 21485 21485 20749 0 -1 1077944384 2133 0 0 0 56 0 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626148414592 140627948025557 0 4 0 16800975 0 0 0 -1 7 0 0 36 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21502] ppid=21485 vsize=26643044 memory=0 CPUtime=0.61 cores=0-7
/proc/21487/task/21502/stat : 21502 (java) R 21485 21485 20749 0 -1 4202560 2481 0 0 0 60 1 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626147363408 140627927727001 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21503] ppid=21485 vsize=26643044 memory=0 CPUtime=0.62 cores=0-7
/proc/21487/task/21503/stat : 21503 (java) R 21485 21485 20749 0 -1 4202560 2316 0 0 0 61 1 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626146309408 140627933130406 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21504] ppid=21485 vsize=26643044 memory=0 CPUtime=0.47 cores=0-7
/proc/21487/task/21504/stat : 21504 (java) R 21485 21485 20749 0 -1 4202560 2300 0 0 0 46 1 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626145270768 140627948027286 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21505] ppid=21485 vsize=26643044 memory=928 CPUtime=0 cores=0-7
/proc/21487/task/21505/stat : 21505 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626144217312 140627948025557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
[pid=21487/tid=21506] ppid=21485 vsize=26643044 memory=2296 CPUtime=0 cores=0-7
/proc/21487/task/21506/stat : 21506 (java) S 21485 21485 20749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89667115 27282477056 259644 33554432000 4194304 4196468 140736017245696 140626143164848 140627948026498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15839232 140736017253505 140736017253677 140736017253677 140736017256399 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 1040032 KiB

Child status: 0
Real time (s): 6.48195
CPU time (s): 14.5487
CPU user time (s): 13.0739
CPU system time (s): 1.4748
CPU usage (%): 224.45
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 1040032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0739
system time used= 1.4748
maximum resident set size= 1040352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3841
involuntary context switches= 128


# summary of solver processes directly reported to runsolver:
#   pid: 21485
#   total CPU time (s): 14.5487
#   total CPU user time (s): 13.0739
#   total CPU system time (s): 1.4748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069143 second user time and 0.101793 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-27 21:50:39
IDJOB=4297798
IDBENCH=141440
IDSOLVER=2760
FILE ID=node149/4297798-1532721039
RUNJOBID= node149-1532718101-20776
PBS_JOBID= 21022327
Free space on /tmp= 43256 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297798-1532721039/watcher-4297798-1532721039 -o /tmp/evaluation-result-4297798-1532721039/solver-4297798-1532721039 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532718101-20776 --watchdog 2580  HOME/xcsp3-exec -seed 2063276117 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297798-1532721039.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=2063276117

node149.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	: 5333.60
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	: 5333.60
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	: 5333.60
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	: 5333.60
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:        27538156 kB
MemAvailable:   31925744 kB
Buffers:          102176 kB
Cached:          4504612 kB
SwapCached:           60 kB
Active:          1546568 kB
Inactive:        3115796 kB
Active(anon):       5248 kB
Inactive(anon):    78020 kB
Active(file):    1541320 kB
Inactive(file):  3037776 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             23576 kB
Writeback:             0 kB
AnonPages:        168692 kB
Mapped:            34712 kB
Shmem:             25040 kB
Slab:             264532 kB
SReclaimable:     236952 kB
SUnreclaim:        27580 kB
KernelStack:        3568 kB
PageTables:         5016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43236 MiB
End job on node149 at 2018-07-27 21:50:46