Trace number 4403768

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT7 25.9532 6.87464

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.62179
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403768-1568993775.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403768-1568993775.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.00/0.89	c solve instance...
2.31/0.92	o 0 
2.31/0.92	o 0 
2.31/0.93	o 4 
2.31/0.94	o 5 
2.31/0.99	o 6 
3.14/1.12	o 7 
25.69/6.86	s OPTIMUM FOUND
25.69/6.86	v <instantiation>
25.69/6.86	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] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw </list>
25.69/6.86	v 	<values>0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 2 0 0 0 2 0 2 0 0 0 2 0 0 0 0 0 0 2 2 0 2 7 7 </values>
25.69/6.86	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403768-1568993775/watcher-4403768-1568993775 -o /var/tmp/evaluation-result-4403768-1568993775/solver-4403768-1568993775 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568993101-2372 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1038298493 HOME/instance-4403768-1568993775.xml 

running on 4 cores: 1,3,5,7

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

solver pid=2650, runsolver pid=2647

[startup+0.102164 s]*
/proc/loadavg: 8.46 8.31 8.12 4/229 2666
/proc/meminfo: memFree=11740340/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15144776 memory=30296 CPUtime=0.13 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 5486 0 0 0 12 1 0 0 20 0 15 0 475616140 15508250624 7574 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3786194 7574 3159 1 0 3748377 0
[pid=2652/tid=2653] ppid=2650 vsize=15144776 memory=8116795631895548763 CPUtime=0.1 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) R 2650 2650 2340 0 -1 4202560 3366 0 0 0 9 1 0 0 20 0 15 0 475616140 15508250624 7574 33554432000 4194304 4196468 140725269392896 139815458327360 139815454109078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 7574 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15144776 memory=140403912656512 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 7574 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 7574 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 7574 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15144776 memory=140403912656512 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475616142 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475616143 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814921639456 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475616143 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) R 2650 2650 2340 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 475616145 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814918482288 139815454108290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) R 2650 2650 2340 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 15 0 475616145 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814917429488 139815447082185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15144776 memory=140403912656512 CPUtime=0.02 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) S 2650 2650 2340 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 475616145 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814916376688 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15144776 memory=140403912656512 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) R 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616146 15508250624 7574 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31748 KiB

[startup+0.210707 s]*
/proc/loadavg: 8.46 8.31 8.12 6/229 2666
/proc/meminfo: memFree=11722048/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15144776 memory=41052 CPUtime=0.34 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 9014 0 0 0 31 3 0 0 20 0 15 0 475616140 15508250624 10263 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3786194 10263 3267 1 0 3748377 0
[pid=2652/tid=2653] ppid=2650 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) R 2650 2650 2340 0 -1 4202560 6183 0 0 0 18 2 0 0 20 0 15 0 475616140 15508250624 10263 33554432000 4194304 4196468 140725269392896 139815458335456 139815454119069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15144776 memory=1943324 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 10263 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15144776 memory=140403916142998 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 10263 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 10263 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475616141 15508250624 10263 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15144776 memory=140403912656512 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475616142 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475616143 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814921639456 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475616143 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) S 2650 2650 2340 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 475616145 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814918482288 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) S 2650 2650 2340 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 15 0 475616145 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814917429488 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15144776 memory=140403912656512 CPUtime=0.08 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) R 2650 2650 2340 0 -1 4202560 756 0 0 0 8 0 0 0 20 0 15 0 475616145 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814916376688 139815454118490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616146 15508250624 10263 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42504 KiB

[startup+0.310553 s]*
/proc/loadavg: 8.46 8.31 8.12 5/229 2666
/proc/meminfo: memFree=11707936/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15149032 memory=50448 CPUtime=0.53 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 10392 0 0 0 49 4 0 0 20 0 15 0 475616140 15512608768 12612 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3787258 12612 3373 1 0 3748377 0
[pid=2652/tid=2653] ppid=2650 vsize=15149032 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) R 2650 2650 2340 0 -1 4202560 7368 0 0 0 27 2 0 0 20 0 15 0 475616140 15512608768 12612 33554432000 4194304 4196468 140725269392896 139815458328256 139815438177630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15512608768 12612 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15512608768 12612 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15149032 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15512608768 12612 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15149032 memory=7234515402122427041 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475616141 15512608768 12612 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15149032 memory=6944938067432061290 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475616142 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15149032 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475616143 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814921639456 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475616143 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15149032 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15149032 memory=8325818968683490714 CPUtime=0.03 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) S 2650 2650 2340 0 -1 1077944384 660 0 0 0 3 0 0 0 20 0 15 0 475616145 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814918482288 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) S 2650 2650 2340 0 -1 1077944384 237 0 0 0 5 0 0 0 20 0 15 0 475616145 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814917429488 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) S 2650 2650 2340 0 -1 1077944384 839 0 0 0 12 0 0 0 20 0 15 0 475616145 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814916376688 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616146 15512608768 12612 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51900 KiB

[startup+0.701642 s]
/proc/loadavg: 8.46 8.31 8.12 7/229 2666
/proc/meminfo: memFree=11675060/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15151156 memory=88532 CPUtime=1.64 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 14753 0 0 0 157 7 0 0 20 0 15 0 475616140 15514783744 22133 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3787789 22133 3453 1 0 3748889 0
[pid=2652/tid=2653] ppid=2650 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) R 2650 2650 2340 0 -1 4202560 8727 0 0 0 64 4 0 0 20 0 15 0 475616140 15514783744 22133 33554432000 4194304 4196468 140725269392896 139815458331600 139815094603688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15151156 memory=288230600314300172 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15514783744 22133 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15151156 memory=16106952818009964 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15514783744 22133 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616141 15514783744 22133 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475616141 15514783744 22133 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475616142 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475616143 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814921639456 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475616143 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15151156 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) R 2650 2650 2340 0 -1 4202560 1320 0 0 0 23 0 0 0 20 0 15 0 475616145 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814918471520 139815439004240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15151156 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) R 2650 2650 2340 0 -1 4202560 1372 0 0 0 28 0 0 0 20 0 15 0 475616145 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814917415512 139815435620194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15151156 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) R 2650 2650 2340 0 -1 4202560 2026 0 0 0 41 1 0 0 20 0 15 0 475616145 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814916374648 139815440421503 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15151156 memory=8027777873528832100 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475616145 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15151156 memory=7301861562139831142 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) S 2650 2650 2340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475616146 15514783744 22133 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 89984 KiB

[startup+1.50416 s]
/proc/loadavg: 8.46 8.31 8.12 11/233 2690
/proc/meminfo: memFree=11432524/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0

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

/proc/2652/task/2714/stat : 2714 (java) R 2650 2650 2340 0 -1 4202560 141 0 0 0 113 0 0 0 20 0 19 0 475616252 15789527040 55382 33554432000 4194304 4196468 140725269392896 139814904000088 139815099434107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 11.07 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 222980 KiB

[startup+6.30464 s]
/proc/loadavg: 8.66 8.35 8.13 10/237 2719
/proc/meminfo: memFree=11375872/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15419460 memory=217136 CPUtime=23.7 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 37157 0 0 0 2357 13 0 0 20 0 19 0 475616140 15789527040 54284 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3854865 54284 3516 1 0 3815965 0
[pid=2652/tid=2653] ppid=2650 vsize=15419460 memory=780 CPUtime=0.88 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) S 2650 2650 2340 0 -1 1077944384 8830 0 0 0 83 5 0 0 20 0 19 0 475616140 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815458337920 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15419460 memory=6032 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15419460 memory=624 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15419460 memory=3636 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15419460 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 1065 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15419460 memory=1732 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 19 0 475616142 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15419460 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475616143 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814921639520 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15419460 memory=988 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 475616143 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15419460 memory=988 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15419460 memory=1428 CPUtime=2.26 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) S 2650 2650 2340 0 -1 1077944384 10428 0 0 0 225 1 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814918482288 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15419460 memory=1728 CPUtime=1.87 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) S 2650 2650 2340 0 -1 1077944384 8923 0 0 0 186 1 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814917429488 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15419460 memory=1056 CPUtime=0.75 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) S 2650 2650 2340 0 -1 1077944384 3908 0 0 0 74 1 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814916376688 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15419460 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) S 2650 2650 2340 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 19 0 475616146 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2711] ppid=2650 vsize=15419460 memory=0 CPUtime=4.38 cores=1,3,5,7
/proc/2652/task/2711/stat : 2711 (java) R 2650 2650 2340 0 -1 4202560 119 0 0 0 438 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814902947832 139815098979714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2712] ppid=2650 vsize=15419460 memory=0 CPUtime=4.51 cores=1,3,5,7
/proc/2652/task/2712/stat : 2712 (java) R 2650 2650 2340 0 -1 4202560 274 0 0 0 451 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814901895984 139815098455968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2713] ppid=2650 vsize=15419460 memory=0 CPUtime=4.35 cores=1,3,5,7
/proc/2652/task/2713/stat : 2713 (java) R 2650 2650 2340 0 -1 4202560 434 0 0 0 435 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814905053080 139815098979714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2714] ppid=2650 vsize=15419460 memory=0 CPUtime=4.18 cores=1,3,5,7
/proc/2652/task/2714/stat : 2714 (java) R 2650 2650 2340 0 -1 4202560 249 0 0 0 418 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814904002528 139815092615488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 23.7 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 218588 KiB

[startup+6.87459 s]
# the end of solver process 2650 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=25.804 s, system=0.149145 s

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

[startup+6.40164 s]
/proc/loadavg: 8.66 8.35 8.13 10/237 2719
/proc/meminfo: memFree=11375872/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15419460 memory=217136 CPUtime=24.08 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 37165 0 0 0 2395 13 0 0 20 0 19 0 475616140 15789527040 54284 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3854865 54284 3516 1 0 3815965 0
[pid=2652/tid=2653] ppid=2650 vsize=15419460 memory=1088 CPUtime=0.88 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) S 2650 2650 2340 0 -1 1077944384 8830 0 0 0 83 5 0 0 20 0 19 0 475616140 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815458337920 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15419460 memory=988 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15419460 memory=780 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 1065 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54284 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15419460 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 19 0 475616142 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15419460 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475616143 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814921639520 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15419460 memory=54684 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 475616143 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15419460 memory=1988 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15419460 memory=1452 CPUtime=2.26 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) S 2650 2650 2340 0 -1 1077944384 10428 0 0 0 225 1 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814918482288 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15419460 memory=232348 CPUtime=1.87 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) S 2650 2650 2340 0 -1 1077944384 8923 0 0 0 186 1 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814917429488 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15419460 memory=280807512216192 CPUtime=0.75 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) S 2650 2650 2340 0 -1 1077944384 3916 0 0 0 74 1 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814916376688 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475616145 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) S 2650 2650 2340 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 19 0 475616146 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2711] ppid=2650 vsize=15419460 memory=0 CPUtime=4.48 cores=1,3,5,7
/proc/2652/task/2711/stat : 2711 (java) R 2650 2650 2340 0 -1 4202560 119 0 0 0 448 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814902947832 139815098458092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2712] ppid=2650 vsize=15419460 memory=280807512202272 CPUtime=4.6 cores=1,3,5,7
/proc/2652/task/2712/stat : 2712 (java) R 2650 2650 2340 0 -1 4202560 274 0 0 0 460 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814901895984 139815097944113 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2713] ppid=2650 vsize=15419460 memory=-7100338660377335760 CPUtime=4.44 cores=1,3,5,7
/proc/2652/task/2713/stat : 2713 (java) R 2650 2650 2340 0 -1 4202560 434 0 0 0 444 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814905053672 139815099215915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2714] ppid=2650 vsize=15419460 memory=2320820798001330176 CPUtime=4.28 cores=1,3,5,7
/proc/2652/task/2714/stat : 2714 (java) R 2650 2650 2340 0 -1 4202560 249 0 0 0 428 0 0 0 20 0 19 0 475616252 15789527040 54284 33554432000 4194304 4196468 140725269392896 139814904002528 139815099433518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 24.08 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 218588 KiB

[startup+6.80564 s]
/proc/loadavg: 8.66 8.35 8.13 10/237 2719
/proc/meminfo: memFree=11375872/32770624 swapFree=66956684/67108860
[pid=2650] ppid=2647 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2650/stat : 2650 (xcsp3-exec) S 2647 2650 2340 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475616139 115843072 363 33554432000 4194304 5098028 140735676640432 140735676638536 140494790701692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14192640 140735676642134 140735676642393 140735676642393 140735676645318 0
/proc/2650/statm: 28282 363 305 221 0 87 0
[pid=2652] ppid=2650 vsize=15419460 memory=219708 CPUtime=25.69 cores=1,3,5,7
/proc/2652/stat : 2652 (java) S 2650 2650 2340 0 -1 1077944320 37413 0 0 0 2555 14 0 0 20 0 19 0 475616140 15789527040 54927 33554432000 4194304 4196468 140725269392896 140725269375440 139815454097143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
/proc/2652/statm: 3854865 54927 3516 1 0 3815965 0
[pid=2652/tid=2653] ppid=2650 vsize=15419460 memory=1056 CPUtime=0.88 cores=1,3,5,7
/proc/2652/task/2653/stat : 2653 (java) S 2650 2650 2340 0 -1 1077944384 8830 0 0 0 83 5 0 0 20 0 19 0 475616140 15789527040 54927 33554432000 4194304 4196468 140725269392896 139815458337920 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2654] ppid=2650 vsize=15419460 memory=1556 CPUtime=0.02 cores=1,3,5,7
/proc/2652/task/2654/stat : 2654 (java) S 2650 2650 2340 0 -1 1077944384 60 0 0 0 2 0 0 0 20 0 19 0 475616141 15789527040 54927 33554432000 4194304 4196468 140725269392896 139815046687376 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2655] ppid=2650 vsize=15419460 memory=6032 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2655/stat : 2655 (java) S 2650 2650 2340 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54927 33554432000 4194304 4196468 140725269392896 139815045634576 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2656] ppid=2650 vsize=15419460 memory=624 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2656/stat : 2656 (java) S 2650 2650 2340 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54927 33554432000 4194304 4196468 140725269392896 139815044581776 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2657] ppid=2650 vsize=15419460 memory=3636 CPUtime=0.01 cores=1,3,5,7
/proc/2652/task/2657/stat : 2657 (java) S 2650 2650 2340 0 -1 1077944384 1070 0 0 0 1 0 0 0 20 0 19 0 475616141 15789527040 54927 33554432000 4194304 4196468 140725269392896 139815043528976 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2658] ppid=2650 vsize=15419460 memory=2832 CPUtime=0.02 cores=1,3,5,7
/proc/2652/task/2658/stat : 2658 (java) S 2650 2650 2340 0 -1 1077944384 231 0 0 0 1 1 0 0 20 0 19 0 475616142 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814922693488 139815454108290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2659] ppid=2650 vsize=15419460 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2659/stat : 2659 (java) S 2650 2650 2340 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475616143 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814921639520 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2660] ppid=2650 vsize=15419460 memory=2112 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2660/stat : 2660 (java) S 2650 2650 2340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 475616143 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814920586608 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2661] ppid=2650 vsize=15419460 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2661/stat : 2661 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475616145 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814919534928 139815454115739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2662] ppid=2650 vsize=15419460 memory=31872 CPUtime=2.36 cores=1,3,5,7
/proc/2652/task/2662/stat : 2662 (java) S 2650 2650 2340 0 -1 1077944384 10652 0 0 0 235 1 0 0 20 0 19 0 475616145 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814918482288 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2663] ppid=2650 vsize=15419460 memory=1556 CPUtime=1.87 cores=1,3,5,7
/proc/2652/task/2663/stat : 2663 (java) S 2650 2650 2340 0 -1 1077944384 8932 0 0 0 186 1 0 0 20 0 19 0 475616145 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814917429488 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2664] ppid=2650 vsize=15419460 memory=532 CPUtime=0.75 cores=1,3,5,7
/proc/2652/task/2664/stat : 2664 (java) S 2650 2650 2340 0 -1 1077944384 3916 0 0 0 74 1 0 0 20 0 19 0 475616145 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814916376688 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2665] ppid=2650 vsize=15419460 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2665/stat : 2665 (java) S 2650 2650 2340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475616145 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814915324128 139815454107349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2666] ppid=2650 vsize=15419460 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/2652/task/2666/stat : 2666 (java) S 2650 2650 2340 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 19 0 475616146 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814914272432 139815454108290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2711] ppid=2650 vsize=15419460 memory=1 CPUtime=4.87 cores=1,3,5,7
/proc/2652/task/2711/stat : 2711 (java) R 2650 2650 2340 0 -1 4202560 119 0 0 0 487 0 0 0 20 0 19 0 475616252 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814902947184 139815099221076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2712] ppid=2650 vsize=15419460 memory=1 CPUtime=5 cores=1,3,5,7
/proc/2652/task/2712/stat : 2712 (java) R 2650 2650 2340 0 -1 4202560 275 0 0 0 500 0 0 0 20 0 19 0 475616252 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814901897000 139815438469479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2713] ppid=2650 vsize=15419460 memory=1 CPUtime=4.77 cores=1,3,5,7
/proc/2652/task/2713/stat : 2713 (java) R 2650 2650 2340 0 -1 4202560 434 0 0 0 477 0 0 0 20 0 19 0 475616252 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814905053112 139815098395963 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
[pid=2652/tid=2714] ppid=2650 vsize=15419460 memory=1 CPUtime=4.64 cores=1,3,5,7
/proc/2652/task/2714/stat : 2714 (java) R 2650 2650 2340 0 -1 4202560 249 0 0 0 464 0 0 0 20 0 19 0 475616252 15789527040 54927 33554432000 4194304 4196468 140725269392896 139814904002496 139815099811584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7581696 140725269398491 140725269398666 140725269398666 140725269401551 0
Current children cumulated CPU time: 25.69 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 221160 KiB

Child status: 0
Real time (s): 6.87464
CPU time (s): 25.9532
CPU user time (s): 25.804
CPU system time (s): 0.149145
CPU usage (%): 377.52
Max. virtual memory (cumulated for all children) (KiB): 15534628
Max. memory (cumulated for all children) (KiB): 233924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.804
system time used= 0.149145
maximum resident set size= 232476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38192
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= 2813
involuntary context switches= 922


# summary of solver processes directly reported to runsolver:
#   pid: 2650
#   total CPU time (s): 25.9532
#   total CPU user time (s): 25.804
#   total CPU system time (s): 0.149145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070892 second user time and 0.112902 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 17:35:37
IDJOB=4403768
IDBENCH=141494
IDSOLVER=2863
FILE ID=node149/4403768-1568993775
RUNJOBID= node149-1568993101-2372
PBS_JOBID= 21704663
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403768-1568993775/watcher-4403768-1568993775 -o /var/tmp/evaluation-result-4403768-1568993775/solver-4403768-1568993775 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568993101-2372 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1038298493 HOME/instance-4403768-1568993775.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1038298493

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.81
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.81
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.81
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.81
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:        11770336 kB
MemAvailable:   31802544 kB
Buffers:          158840 kB
Cached:         19765756 kB
SwapCached:        41604 kB
Active:          9671632 kB
Inactive:       10313056 kB
Active(anon):      20676 kB
Inactive(anon):    83592 kB
Active(file):    9650956 kB
Inactive(file): 10229464 kB
Unevictable:      110220 kB
Mlocked:          110220 kB
SwapTotal:      67108860 kB
SwapFree:       66956684 kB
Dirty:             52408 kB
Writeback:             0 kB
AnonPages:        121448 kB
Mapped:            62180 kB
Shmem:             35652 kB
Slab:             610124 kB
SReclaimable:     580248 kB
SUnreclaim:        29876 kB
KernelStack:        3408 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1501672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node149 at 2019-09-20 17:35:44