Trace number 4271423

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.5 par (2017-08-09)SAT 3.2860501 1.35356

General information on the benchmark

NameCrossword/Crossword-m1c-words-puzzle/
Crossword-m1c-words-p20.xml
MD5SUM652ba5e791d0de7647c1c6f96b05e6d5
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 benchmark0.10184
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints24
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":52}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":29},{"degree":2,"count":52}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":4},{"arity":7,"count":4}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24}]
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-4271423-1502837873.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271423-1502837873.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
2.72/1.26	c solve instance...
3.02/1.33	s SATISFIABLE
3.02/1.33	v <instantiation>
3.02/1.33	v 	<list>x[0][3] x[0][4] x[0][5] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][5] x[5][6] x[5][7] x[5][8] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[8][3] x[8][4] x[8][5] </list>
3.02/1.33	v 	<values>20 25 8 18 19 14 14 15 2 7 0 14 19 8 2 13 14 0 7 0 19 14 15 20 17 13 8 17 4 19 4 13 19 2 4 13 19 24 14 17 10 4 17 18 13 4 4 3 18 4 24 4 </values>
3.02/1.33	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 (11594 MiB free)
  memory of node 1: 16384 MiB (14825 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271423-1502837873/watcher-4271423-1502837873 -o /tmp/evaluation-result-4271423-1502837873/solver-4271423-1502837873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1502826905-15827 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1635751 HOME/instance-4271423-1502837873.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
solver pid=16593, runsolver pid=16590
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 1.00 1.02 1.09 2/199 16614
/proc/meminfo: memFree=27038624/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=25999808 memory=26292 CPUtime=0.12 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 5511 0 0 0 10 2 0 0 20 0 20 0 116868399 26623803392 6573 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6499952 6573 2843 1 0 6488269 0
[pid=16595/tid=16596] ppid=16593 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) R 16593 16593 15800 0 -1 4202560 3524 0 0 0 8 1 0 0 20 0 20 0 116868399 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544725869440 140544721649046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=25999808 memory=139738774509184 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16600] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16600/stat : 16600 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544277073040 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16601] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16601/stat : 16601 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544276019472 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16602] ppid=16593 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16595/task/16602/stat : 16602 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544274966928 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16603] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16603/stat : 16603 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544273914384 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16604] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16604/stat : 16604 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26623803392 6573 33554432000 4194304 4196468 140728580293184 140544272861840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16605] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16605/stat : 16605 (java) S 16593 16593 15800 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 116868401 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542926068208 140544721648258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16606] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16606/stat : 16606 (java) S 16593 16593 15800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116868402 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542925014432 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16607] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16607/stat : 16607 (java) S 16593 16593 15800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116868402 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542923961840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16608] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16608/stat : 16608 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868404 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542922910416 140544721655707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16609] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16609/stat : 16609 (java) S 16593 16593 15800 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 116868404 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542921857008 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16610] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16610/stat : 16610 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116868404 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542920804464 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16611] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16611/stat : 16611 (java) S 16593 16593 15800 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 116868404 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542919751920 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16612] ppid=16593 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16595/task/16612/stat : 16612 (java) S 16593 16593 15800 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 20 0 116868404 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542918699376 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16613] ppid=16593 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16613/stat : 16613 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116868405 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542917647072 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16614] ppid=16593 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16595/task/16614/stat : 16614 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868405 26623803392 6573 33554432000 4194304 4196468 140728580293184 140542916594608 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27676 KiB

[startup+0.210035 s]*
/proc/loadavg: 1.00 1.02 1.09 3/199 16614
/proc/meminfo: memFree=27027616/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=26004064 memory=39280 CPUtime=0.33 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 8341 0 0 0 30 3 0 0 20 0 20 0 116868399 26628161536 9820 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6501016 9820 3065 1 0 6488269 0
[pid=16595/tid=16596] ppid=16593 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) R 16593 16593 15800 0 -1 4202560 5434 0 0 0 18 1 0 0 20 0 20 0 116868399 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544725873952 140544705717598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=26004064 memory=139738774525268 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16600] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16600/stat : 16600 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544277073040 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16601] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16601/stat : 16601 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544276019472 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16602] ppid=16593 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16595/task/16602/stat : 16602 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544274966928 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16603] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16603/stat : 16603 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544273914384 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16604] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16604/stat : 16604 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 9820 33554432000 4194304 4196468 140728580293184 140544272861840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16605] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16605/stat : 16605 (java) S 16593 16593 15800 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 116868401 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542926068208 140544721648258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16606] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16606/stat : 16606 (java) S 16593 16593 15800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116868402 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542925014432 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16607] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16607/stat : 16607 (java) S 16593 16593 15800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116868402 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542923961840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16608] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16608/stat : 16608 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868404 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542922910416 140544721655707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16609] ppid=16593 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16595/task/16609/stat : 16609 (java) S 16593 16593 15800 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 20 0 116868404 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542921857008 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16610] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16610/stat : 16610 (java) S 16593 16593 15800 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 116868404 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542920804464 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16611] ppid=16593 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/16595/task/16611/stat : 16611 (java) S 16593 16593 15800 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 20 0 116868404 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542919751920 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16612] ppid=16593 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/16595/task/16612/stat : 16612 (java) S 16593 16593 15800 0 -1 1077944384 751 0 0 0 7 0 0 0 20 0 20 0 116868404 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542918699376 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16613] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16613/stat : 16613 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116868405 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542917647072 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16614] ppid=16593 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16595/task/16614/stat : 16614 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868405 26628161536 9820 33554432000 4194304 4196468 140728580293184 140542916594608 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40664 KiB

[startup+0.309416 s]*
/proc/loadavg: 1.00 1.02 1.09 2/199 16614
/proc/meminfo: memFree=27023212/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=26004064 memory=45716 CPUtime=0.48 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 9169 0 0 0 44 4 0 0 20 0 20 0 116868399 26628161536 11429 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6501016 11429 3080 1 0 6488269 0
[pid=16595/tid=16596] ppid=16593 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) R 16593 16593 15800 0 -1 4202560 6109 0 0 0 27 2 0 0 20 0 20 0 116868399 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544725869392 140544721659037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16600] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16600/stat : 16600 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544277073040 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16601] ppid=16593 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16595/task/16601/stat : 16601 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544276019472 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16602] ppid=16593 vsize=26004064 memory=139738640118703 CPUtime=0 cores=0-7
/proc/16595/task/16602/stat : 16602 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544274966928 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16603] ppid=16593 vsize=26004064 memory=139738640121008 CPUtime=0 cores=0-7
/proc/16595/task/16603/stat : 16603 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544273914384 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16604] ppid=16593 vsize=26004064 memory=139738640123312 CPUtime=0 cores=0-7
/proc/16595/task/16604/stat : 16604 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26628161536 11429 33554432000 4194304 4196468 140728580293184 140544272861840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16605] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16605/stat : 16605 (java) S 16593 16593 15800 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 116868401 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542926068208 140544721648258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16606] ppid=16593 vsize=26004064 memory=279477280253584 CPUtime=0 cores=0-7
/proc/16595/task/16606/stat : 16606 (java) S 16593 16593 15800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116868402 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542925014432 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16607] ppid=16593 vsize=26004064 memory=279477280260496 CPUtime=0 cores=0-7
/proc/16595/task/16607/stat : 16607 (java) S 16593 16593 15800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116868402 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542923961840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16608] ppid=16593 vsize=26004064 memory=279477280201776 CPUtime=0 cores=0-7
/proc/16595/task/16608/stat : 16608 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868404 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542922910416 140544721655707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16609] ppid=16593 vsize=26004064 memory=279477280274320 CPUtime=0.01 cores=0-7
/proc/16595/task/16609/stat : 16609 (java) S 16593 16593 15800 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 20 0 116868404 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542921857008 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16610] ppid=16593 vsize=26004064 memory=279477280281232 CPUtime=0.02 cores=0-7
/proc/16595/task/16610/stat : 16610 (java) S 16593 16593 15800 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 20 0 116868404 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542920804464 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16611] ppid=16593 vsize=26004064 memory=279477280278928 CPUtime=0.02 cores=0-7
/proc/16595/task/16611/stat : 16611 (java) R 16593 16593 15800 0 -1 4202560 285 0 0 0 2 0 0 0 20 0 20 0 116868404 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542919751920 140544714622153 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16612] ppid=16593 vsize=26004064 memory=279477280295088 CPUtime=0.12 cores=0-7
/proc/16595/task/16612/stat : 16612 (java) R 16593 16593 15800 0 -1 4202560 838 0 0 0 12 0 0 0 20 0 20 0 116868404 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542918699376 140544713874238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16613] ppid=16593 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16613/stat : 16613 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116868405 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542917647072 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16614] ppid=16593 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16595/task/16614/stat : 16614 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868405 26628161536 11429 33554432000 4194304 4196468 140728580293184 140542916594608 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47100 KiB

[startup+0.700947 s]
/proc/loadavg: 1.00 1.02 1.09 6/199 16614
/proc/meminfo: memFree=26985764/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=26006188 memory=118772 CPUtime=1.93 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 13669 0 0 0 187 6 0 0 20 0 20 0 116868399 26630336512 29693 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6501547 29693 3203 1 0 6488781 0
[pid=16595/tid=16596] ppid=16593 vsize=26006188 memory=279477280652976 CPUtime=0.67 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) R 16593 16593 15800 0 -1 4202560 6703 0 0 0 64 3 0 0 20 0 20 0 116868399 26630336512 29693 33554432000 4194304 4196468 140728580293184 140544725874192 140544721649046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=26006188 memory=139738640327536 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 29693 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 29693 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=26006188 memory=1716 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 29693 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0

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

# the end of solver process 16593 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.18315 s, system=0.102907 s

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

[startup+0.801129 s]
/proc/loadavg: 1.00 1.02 1.09 6/199 16614
/proc/meminfo: memFree=26985764/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=26006188 memory=149656 CPUtime=2.14 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 13739 0 0 0 208 6 0 0 20 0 20 0 116868399 26630336512 37414 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6501547 37414 3203 1 0 6488781 0
[pid=16595/tid=16596] ppid=16593 vsize=26006188 memory=6935649255759568960 CPUtime=0.76 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) R 16593 16593 15800 0 -1 4202560 6718 0 0 0 73 3 0 0 20 0 20 0 116868399 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544725870800 140544362651028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=26006188 memory=7516877558933115989 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=26006188 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=26006188 memory=8514726395715351173 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16600] ppid=16593 vsize=26006188 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/16595/task/16600/stat : 16600 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544277073040 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16601] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16601/stat : 16601 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544276019472 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16602] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16602/stat : 16602 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544274966928 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16603] ppid=16593 vsize=26006188 memory=279477280116288 CPUtime=0 cores=0-7
/proc/16595/task/16603/stat : 16603 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544273914384 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16604] ppid=16593 vsize=26006188 memory=-9178176117151205470 CPUtime=0 cores=0-7
/proc/16595/task/16604/stat : 16604 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 37414 33554432000 4194304 4196468 140728580293184 140544272861840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16605] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16605/stat : 16605 (java) S 16593 16593 15800 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 116868401 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542926068208 140544721648258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16606] ppid=16593 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/16595/task/16606/stat : 16606 (java) S 16593 16593 15800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116868402 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542925014432 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16607] ppid=16593 vsize=26006188 memory=1004 CPUtime=0 cores=0-7
/proc/16595/task/16607/stat : 16607 (java) S 16593 16593 15800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116868402 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542923961840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16608] ppid=16593 vsize=26006188 memory=11040 CPUtime=0 cores=0-7
/proc/16595/task/16608/stat : 16608 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868404 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542922910416 140544721655707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16609] ppid=16593 vsize=26006188 memory=5700 CPUtime=0.32 cores=0-7
/proc/16595/task/16609/stat : 16609 (java) S 16593 16593 15800 0 -1 1077944384 1644 0 0 0 32 0 0 0 20 0 20 0 116868404 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542921857008 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16610] ppid=16593 vsize=26006188 memory=4616 CPUtime=0.33 cores=0-7
/proc/16595/task/16610/stat : 16610 (java) S 16593 16593 15800 0 -1 1077944384 1247 0 0 0 33 0 0 0 20 0 20 0 116868404 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542920804464 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16611] ppid=16593 vsize=26006188 memory=792 CPUtime=0.38 cores=0-7
/proc/16595/task/16611/stat : 16611 (java) R 16593 16593 15800 0 -1 4202560 1235 0 0 0 38 0 0 0 20 0 20 0 116868404 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542919743248 140544703181237 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16612] ppid=16593 vsize=26006188 memory=1424 CPUtime=0.3 cores=0-7
/proc/16595/task/16612/stat : 16612 (java) S 16593 16593 15800 0 -1 1077944384 1580 0 0 0 30 0 0 0 20 0 20 0 116868404 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542918699376 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16613] ppid=16593 vsize=26006188 memory=1936 CPUtime=0 cores=0-7
/proc/16595/task/16613/stat : 16613 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116868405 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542917647072 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16614] ppid=16593 vsize=26006188 memory=1224 CPUtime=0 cores=0-7
/proc/16595/task/16614/stat : 16614 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868405 26630336512 37414 33554432000 4194304 4196468 140728580293184 140542916594608 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 151040 KiB

[startup+1.20086 s]
/proc/loadavg: 1.00 1.02 1.09 3/199 16614
/proc/meminfo: memFree=26868936/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=26006188 memory=200076 CPUtime=2.72 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 14084 0 0 0 263 9 0 0 20 0 20 0 116868399 26630336512 50019 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6501547 50019 3219 1 0 6488781 0
[pid=16595/tid=16596] ppid=16593 vsize=26006188 memory=6791534058613427641 CPUtime=1.16 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) R 16593 16593 15800 0 -1 4202560 6739 0 0 0 112 4 0 0 20 0 20 0 116868399 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544725875712 140544359605120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=26006188 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=26006188 memory=14132242834262608 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16600] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16600/stat : 16600 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544277073040 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16601] ppid=16593 vsize=26006188 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16595/task/16601/stat : 16601 (java) S 16593 16593 15800 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544276019472 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16602] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16602/stat : 16602 (java) S 16593 16593 15800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544274966928 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16603] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16603/stat : 16603 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544273914384 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16604] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16604/stat : 16604 (java) S 16593 16593 15800 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 116868400 26630336512 50019 33554432000 4194304 4196468 140728580293184 140544272861840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16605] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16605/stat : 16605 (java) S 16593 16593 15800 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 116868401 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542926068208 140544721648258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16606] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16606/stat : 16606 (java) S 16593 16593 15800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116868402 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542925014432 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16607] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16607/stat : 16607 (java) S 16593 16593 15800 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 116868402 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542923961840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16608] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16608/stat : 16608 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868404 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542922910416 140544721655707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16609] ppid=16593 vsize=26006188 memory=0 CPUtime=0.33 cores=0-7
/proc/16595/task/16609/stat : 16609 (java) S 16593 16593 15800 0 -1 1077944384 1652 0 0 0 33 0 0 0 20 0 20 0 116868404 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542921857008 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16610] ppid=16593 vsize=26006188 memory=303711698211307546 CPUtime=0.34 cores=0-7
/proc/16595/task/16610/stat : 16610 (java) S 16593 16593 15800 0 -1 1077944384 1255 0 0 0 34 0 0 0 20 0 20 0 116868404 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542920804464 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16611] ppid=16593 vsize=26006188 memory=0 CPUtime=0.42 cores=0-7
/proc/16595/task/16611/stat : 16611 (java) S 16593 16593 15800 0 -1 1077944384 1257 0 0 0 42 0 0 0 20 0 20 0 116868404 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542919751920 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16612] ppid=16593 vsize=26006188 memory=6152313368046890089 CPUtime=0.36 cores=0-7
/proc/16595/task/16612/stat : 16612 (java) R 16593 16593 15800 0 -1 4202560 1734 0 0 0 36 0 0 0 20 0 20 0 116868404 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542918699376 140544721650993 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16613] ppid=16593 vsize=26006188 memory=1 CPUtime=0 cores=0-7
/proc/16595/task/16613/stat : 16613 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116868405 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542917647072 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16614] ppid=16593 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16614/stat : 16614 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116868405 26630336512 50019 33554432000 4194304 4196468 140728580293184 140542916594608 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 201460 KiB

[startup+1.30199 s]
/proc/loadavg: 1.00 1.02 1.09 3/199 16614
/proc/meminfo: memFree=26868936/32770624 swapFree=67108860/67108860
[pid=16593] ppid=16590 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16593/stat : 16593 (xcsp3-exec) S 16590 16593 15800 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116868399 9740288 346 33554432000 4194304 5098028 140723764618240 140723764616344 139748798374524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15323136 140723764622439 140723764622647 140723764622647 140723764625387 0
/proc/16593/statm: 2378 346 289 221 0 87 0
[pid=16595] ppid=16593 vsize=26538700 memory=200680 CPUtime=3.02 cores=0-7
/proc/16595/stat : 16595 (java) S 16593 16593 15800 0 -1 1077944320 14513 0 0 0 293 9 0 0 20 0 28 0 116868399 27175628800 50170 33554432000 4194304 4196468 140728580293184 140728580275728 140544721637111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
/proc/16595/statm: 6634675 50170 3221 1 0 6621909 0
[pid=16595/tid=16596] ppid=16593 vsize=26538700 memory=6944656592455360604 CPUtime=1.23 cores=0-7
/proc/16595/task/16596/stat : 16596 (java) S 16593 16593 15800 0 -1 1077944384 6800 0 0 0 119 4 0 0 20 0 28 0 116868399 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544725877888 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16597] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16597/stat : 16597 (java) S 16593 16593 15800 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544280230672 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16598] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16598/stat : 16598 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544279178128 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16599] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16599/stat : 16599 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544278125584 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16600] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16600/stat : 16600 (java) S 16593 16593 15800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544277073040 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16601] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16601/stat : 16601 (java) S 16593 16593 15800 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544276019472 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16602] ppid=16593 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/16595/task/16602/stat : 16602 (java) S 16593 16593 15800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544274966928 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16603] ppid=16593 vsize=26538700 memory=118772 CPUtime=0 cores=0-7
/proc/16595/task/16603/stat : 16603 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544273914384 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16604] ppid=16593 vsize=26538700 memory=279477280652976 CPUtime=0 cores=0-7
/proc/16595/task/16604/stat : 16604 (java) S 16593 16593 15800 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 116868400 27175628800 50170 33554432000 4194304 4196468 140728580293184 140544272861840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16605] ppid=16593 vsize=26538700 memory=139738640327536 CPUtime=0 cores=0-7
/proc/16595/task/16605/stat : 16605 (java) S 16593 16593 15800 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 116868401 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542926068208 140544721648258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16606] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16606/stat : 16606 (java) S 16593 16593 15800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 116868402 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542925014432 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16607] ppid=16593 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16595/task/16607/stat : 16607 (java) S 16593 16593 15800 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 116868402 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542923961840 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16608] ppid=16593 vsize=26538700 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/16595/task/16608/stat : 16608 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 116868404 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542922910416 140544721655707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16609] ppid=16593 vsize=26538700 memory=6944652177228980320 CPUtime=0.35 cores=0-7
/proc/16595/task/16609/stat : 16609 (java) S 16593 16593 15800 0 -1 1077944384 1662 0 0 0 34 1 0 0 20 0 28 0 116868404 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542921857136 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16610] ppid=16593 vsize=26538700 memory=6944656592455097440 CPUtime=0.38 cores=0-7
/proc/16595/task/16610/stat : 16610 (java) R 16593 16593 15800 0 -1 4202560 1258 0 0 0 38 0 0 0 20 0 28 0 116868404 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542920790544 140544706559032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16611] ppid=16593 vsize=26538700 memory=6944656592455359580 CPUtime=0.46 cores=0-7
/proc/16595/task/16611/stat : 16611 (java) R 16593 16593 15800 0 -1 4202560 1264 0 0 0 46 0 0 0 20 0 28 0 116868404 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542919751920 140544699788035 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16612] ppid=16593 vsize=26538700 memory=6656426216303648864 CPUtime=0.38 cores=0-7
/proc/16595/task/16612/stat : 16612 (java) S 16593 16593 15800 0 -1 1077944384 1793 0 0 0 38 0 0 0 20 0 28 0 116868404 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542918699376 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16613] ppid=16593 vsize=26538700 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/16595/task/16613/stat : 16613 (java) S 16593 16593 15800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 116868405 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542917647072 140544721647317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
[pid=16595/tid=16614] ppid=16593 vsize=26538700 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/16595/task/16614/stat : 16614 (java) S 16593 16593 15800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 116868405 27175628800 50170 33554432000 4194304 4196468 140728580293184 140542916594608 140544721648258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26193920 140728580301970 140728580302147 140728580302147 140728580304847 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 202064 KiB

Child status: 0
Real time (s): 1.35356
CPU time (s): 3.28605
CPU user time (s): 3.18315
CPU system time (s): 0.102907
CPU usage (%): 242.771
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 202064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.18315
system time used= 0.102907
maximum resident set size= 202352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15190
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2794
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 16593
#   total CPU time (s): 3.28605
#   total CPU user time (s): 3.18315
#   total CPU system time (s): 0.102907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030729 second user time and 0.053528 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-16 00:43:34
IDJOB=4271423
IDBENCH=140387
IDSOLVER=2662
FILE ID=node150/4271423-1502837873
RUNJOBID= node150-1502826905-15827
PBS_JOBID= 20629838
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-puzzle/Crossword-m1c-words-p20.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271423-1502837873/watcher-4271423-1502837873 -o /tmp/evaluation-result-4271423-1502837873/solver-4271423-1502837873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1502826905-15827 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1635751 HOME/instance-4271423-1502837873.xml

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

MD5SUM BENCH= 652ba5e791d0de7647c1c6f96b05e6d5
RANDOM SEED=1635751

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        27054328 kB
MemAvailable:   31972232 kB
Buffers:          308596 kB
Cached:          4882696 kB
SwapCached:            0 kB
Active:           758912 kB
Inactive:        4487188 kB
Active(anon):      56828 kB
Inactive(anon):    25068 kB
Active(file):     702084 kB
Inactive(file):  4462120 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:         59716 kB
Mapped:            46740 kB
Shmem:             25224 kB
Slab:             165200 kB
SReclaimable:     139068 kB
SUnreclaim:        26132 kB
KernelStack:        3504 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61644 MiB
End job on node150 at 2017-08-16 00:43:36