Trace number 4269939

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 4.0.5 seq (2017-08-09)? (TO) 2520.04 2509.21

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269939-1502687227.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4269939-1502687227.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.33	c simple solver
0.30/0.39	c parse instance...
1.76/0.87	c solve instance...
2520.02/2509.20	s UNKNOWN
2520.02/2509.20	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269939-1502687227/watcher-4269939-1502687227 -o /tmp/evaluation-result-4269939-1502687227/solver-4269939-1502687227 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1449396588 HOME/instance-4269939-1502687227.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
solver pid=16512, runsolver pid=16509
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.84 1.68 1.69 3/203 16519
/proc/meminfo: memFree=31418876/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13358712 memory=14892 CPUtime=0.01 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 3505 0 0 0 1 0 0 0 20 0 6 0 57063339 13679321088 3723 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3339678 3723 1905 1 0 3329175 0
[pid=16514/tid=16515] ppid=16512 vsize=13358712 memory=4206989191851631162 CPUtime=0.01 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 2285 0 0 0 1 0 0 0 20 0 6 0 57063339 13679321088 3723 18446744073709551615 4194304 4196468 140732309163392 140628781851216 140628760807829 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13358712 memory=3461490504307279497 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 57063340 13679321088 3723 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13358712 memory=139899677595264 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 57063340 13679321088 3723 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 57063340 13679321088 3723 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 57063340 13679321088 3723 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16272 KiB

[startup+0.215093 s]*
/proc/loadavg: 1.84 1.68 1.69 4/212 16528
/proc/meminfo: memFree=31408464/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13974352 memory=27424 CPUtime=0.1 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 5264 0 0 0 10 0 0 0 20 0 15 0 57063339 14309736448 6856 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3493588 6856 2756 1 0 3482964 0
[pid=16514/tid=16515] ppid=16512 vsize=13974352 memory=-6657840244696650085 CPUtime=0.08 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 3422 0 0 0 8 0 0 0 20 0 15 0 57063339 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140628781845424 140628769852222 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13974352 memory=3461490504307279497 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13974352 memory=139899677595264 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13974352 memory=139899677595264 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57063342 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57063342 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 57063342 14309736448 6922 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14309736448 6988 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) R 16512 16512 11586 0 -1 4202560 402 0 0 0 0 0 0 0 20 0 15 0 57063345 14309736448 6988 18446744073709551615 4194304 4196468 140732309163392 140627690183576 140628758044672 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14309736448 6988 18446744073709551615 4194304 4196468 140732309163392 140627689130480 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13974352 memory=139899677595264 CPUtime=0.01 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) S 16512 16512 11586 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 57063345 14309736448 6988 18446744073709551615 4194304 4196468 140732309163392 140627688078192 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14309736448 6988 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13974352 memory=139899677595264 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063349 14309736448 6988 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28804 KiB

[startup+0.3156 s]*
/proc/loadavg: 1.84 1.68 1.69 3/212 16528
/proc/meminfo: memFree=31398164/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13974352 memory=39012 CPUtime=0.3 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 8877 0 0 0 28 2 0 0 20 0 15 0 57063339 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3493588 9753 2982 1 0 3482964 0
[pid=16514/tid=16515] ppid=16512 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 6137 0 0 0 17 1 0 0 20 0 15 0 57063339 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140628781849792 140628761695582 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13974352 memory=139899677602257 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13974352 memory=7301276643562712938 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57063340 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57063342 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57063342 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 57063342 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) R 16512 16512 11586 0 -1 4202560 652 0 0 0 2 0 0 0 20 0 15 0 57063345 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627690174784 140628761001603 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) R 16512 16512 11586 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 57063345 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627689130480 140628777626242 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) R 16512 16512 11586 0 -1 4202560 703 0 0 0 6 0 0 0 20 0 15 0 57063345 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627688078192 140628769856485 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063349 14309736448 9753 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40392 KiB

[startup+0.703249 s]
/proc/loadavg: 1.84 1.68 1.69 4/212 16528
/proc/meminfo: memFree=31380304/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13980732 memory=79356 CPUtime=1.39 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 13496 0 0 0 135 4 0 0 20 0 15 0 57063339 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3495183 19839 3169 1 0 3483476 0
[pid=16514/tid=16515] ppid=16512 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 8033 0 0 0 53 2 0 0 20 0 15 0 57063339 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140628781833456 140628770293109 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13980732 memory=3472463796939980058 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13980732 memory=4120 CPUtime=0.26 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) R 16512 16512 11586 0 -1 4202560 1739 0 0 0 26 0 0 0 20 0 15 0 57063345 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627690170816 140628762513025 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13980732 memory=2241 CPUtime=0.21 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) R 16512 16512 11586 0 -1 4202560 715 0 0 0 21 0 0 0 20 0 15 0 57063345 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627689117024 140628759136155 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13980732 memory=2244 CPUtime=0.32 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) R 16512 16512 11586 0 -1 4202560 1702 0 0 0 32 0 0 0 20 0 15 0 57063345 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627688073920 140628756104736 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063349 14316269568 19839 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 80736 KiB

[startup+1.50084 s]
/proc/loadavg: 2.01 1.71 1.71 5/212 16528
/proc/meminfo: memFree=31339416/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13980732 memory=119044 CPUtime=3.86 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 24168 0 0 0 380 6 0 0 20 0 15 0 57063339 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3495183 29761 3198 1 0 3483476 0
[pid=16514/tid=16515] ppid=16512 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 9728 0 0 0 132 3 0 0 20 0 15 0 57063339 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140628781851304 140628392635812 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13980732 memory=32508 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13980732 memory=7084561810737687120 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57063340 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13980732 memory=7523352699310856559 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 29761 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7

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

[pid=16514/tid=16520] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 3720 0 0 0 10 3 0 0 20 0 15 0 57063342 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13980732 memory=166432 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13980732 memory=166432 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13980732 memory=68 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13980732 memory=1380 CPUtime=4.85 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) S 16512 16512 11586 0 -1 1077944384 23532 0 0 0 483 2 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627690183280 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13980732 memory=1380 CPUtime=4.51 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) S 16512 16512 11586 0 -1 1077944384 28888 0 0 0 448 3 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627689130480 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13980732 memory=1380 CPUtime=0.83 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) S 16512 16512 11586 0 -1 1077944384 7934 0 0 0 81 2 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627688078192 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13980732 memory=1380 CPUtime=0.46 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1287 0 0 0 20 26 0 0 20 0 15 0 57063349 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 2393.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 167812 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.68 1.74 2/191 16748
/proc/meminfo: memFree=31508400/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13980732 memory=166432 CPUtime=2453.1 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 100624 0 0 0 245265 45 0 0 20 0 15 0 57063339 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3495183 41608 3243 1 0 3483476 0
[pid=16514/tid=16515] ppid=16512 vsize=13980732 memory=166432 CPUtime=2441.71 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 21560 0 0 0 244165 6 0 0 20 0 15 0 57063339 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140628781854368 140628394458171 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.12 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 2375 0 0 0 11 1 0 0 20 0 15 0 57063340 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 3300 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 4279 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2206 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 3877 0 0 0 10 3 0 0 20 0 15 0 57063342 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13980732 memory=166432 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13980732 memory=68 CPUtime=4.85 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) S 16512 16512 11586 0 -1 1077944384 23532 0 0 0 483 2 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627690183280 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13980732 memory=166432 CPUtime=4.51 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) S 16512 16512 11586 0 -1 1077944384 28888 0 0 0 448 3 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627689130480 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13980732 memory=1380 CPUtime=0.83 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) S 16512 16512 11586 0 -1 1077944384 7934 0 0 0 81 2 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627688078192 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13980732 memory=166432 CPUtime=0.48 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1306 0 0 0 21 27 0 0 20 0 15 0 57063349 14316269568 41608 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 2453.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 167812 KiB

[startup+2502.3 s]
/proc/loadavg: 1.86 1.74 1.76 3/212 16779
/proc/meminfo: memFree=31250836/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13980732 memory=168480 CPUtime=2513.12 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 100769 0 0 0 251266 46 0 0 20 0 15 0 57063339 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3495183 42120 3243 1 0 3483476 0
[pid=16514/tid=16515] ppid=16512 vsize=13980732 memory=168480 CPUtime=2501.7 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 21686 0 0 0 250164 6 0 0 20 0 15 0 57063339 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628781854432 140628392568917 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13980732 memory=168480 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 2377 0 0 0 12 1 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13980732 memory=168480 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 3302 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13980732 memory=168480 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 4281 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13980732 memory=168480 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2207 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13980732 memory=1380 CPUtime=0.14 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 3885 0 0 0 11 3 0 0 20 0 15 0 57063342 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13980732 memory=168480 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13980732 memory=1380 CPUtime=4.85 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) S 16512 16512 11586 0 -1 1077944384 23532 0 0 0 483 2 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627690183280 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13980732 memory=168480 CPUtime=4.51 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) S 16512 16512 11586 0 -1 1077944384 28888 0 0 0 448 3 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627689130480 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13980732 memory=1008 CPUtime=0.83 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) S 16512 16512 11586 0 -1 1077944384 7934 0 0 0 81 2 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627688078192 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13980732 memory=168480 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13980732 memory=1380 CPUtime=0.48 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1310 0 0 0 21 27 0 0 20 0 15 0 57063349 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 2513.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 169860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.2 s]
/proc/loadavg: 1.87 1.75 1.76 3/211 16779
/proc/meminfo: memFree=31250736/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16512/stat : 16512 (xcsp3-exec) S 16509 16512 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 57063330 9740288 345 18446744073709551615 4194304 5098028 140733265899584 140733265897688 139761544970876 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 12668928 140733265903992 140733265904197 140733265904197 140733265907691 0
/proc/16512/statm: 2378 345 289 221 0 87 0
[pid=16514] ppid=16512 vsize=13980732 memory=168480 CPUtime=2520.02 cores=1,3,5,7
/proc/16514/stat : 16514 (java) S 16512 16512 11586 0 -1 1077944320 100772 0 0 0 251956 46 0 0 20 0 15 0 57063339 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140732309145936 140628777615095 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
/proc/16514/statm: 3495183 42120 3243 1 0 3483476 0
[pid=16514/tid=16515] ppid=16512 vsize=13980732 memory=7235424675618448467 CPUtime=2508.59 cores=1,3,5,7
/proc/16514/task/16515/stat : 16515 (java) R 16512 16512 11586 0 -1 4202560 21687 0 0 0 250853 6 0 0 20 0 15 0 57063339 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628781854432 140628395937804 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16516] ppid=16512 vsize=13980732 memory=6441365074921678677 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16516/stat : 16516 (java) S 16512 16512 11586 0 -1 1077944384 2377 0 0 0 12 1 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628712049552 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16517] ppid=16512 vsize=13980732 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16517/stat : 16517 (java) S 16512 16512 11586 0 -1 1077944384 3302 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628710996752 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16518] ppid=16512 vsize=13980732 memory=56 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16518/stat : 16518 (java) S 16512 16512 11586 0 -1 1077944384 4281 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628709944464 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16519] ppid=16512 vsize=13980732 memory=-3621219749712857441 CPUtime=0.13 cores=1,3,5,7
/proc/16514/task/16519/stat : 16519 (java) S 16512 16512 11586 0 -1 1077944384 2207 0 0 0 11 2 0 0 20 0 15 0 57063340 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140628708891664 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16520] ppid=16512 vsize=13980732 memory=-2317720213663851332 CPUtime=0.14 cores=1,3,5,7
/proc/16514/task/16520/stat : 16520 (java) S 16512 16512 11586 0 -1 1077944384 3887 0 0 0 11 3 0 0 20 0 15 0 57063342 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627694393456 140628777626242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16521] ppid=16512 vsize=13980732 memory=7822038051842261661 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16521/stat : 16521 (java) S 16512 16512 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627693339424 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16522] ppid=16512 vsize=13980732 memory=3472328296227683133 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16522/stat : 16522 (java) S 16512 16512 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 57063342 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627692287088 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16523] ppid=16512 vsize=13980732 memory=139899567849889 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16523/stat : 16523 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627691235408 140628777633691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16524] ppid=16512 vsize=13980732 memory=0 CPUtime=4.85 cores=1,3,5,7
/proc/16514/task/16524/stat : 16524 (java) S 16512 16512 11586 0 -1 1077944384 23532 0 0 0 483 2 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627690183280 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16525] ppid=16512 vsize=13980732 memory=0 CPUtime=4.51 cores=1,3,5,7
/proc/16514/task/16525/stat : 16525 (java) S 16512 16512 11586 0 -1 1077944384 28888 0 0 0 448 3 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627689130480 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16526] ppid=16512 vsize=13980732 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/16514/task/16526/stat : 16526 (java) S 16512 16512 11586 0 -1 1077944384 7934 0 0 0 81 2 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627688078192 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16527] ppid=16512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16514/task/16527/stat : 16527 (java) S 16512 16512 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57063345 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627687025632 140628777625301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
[pid=16514/tid=16528] ppid=16512 vsize=13980732 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/16514/task/16528/stat : 16528 (java) S 16512 16512 11586 0 -1 1077944384 1310 0 0 0 21 27 0 0 20 0 15 0 57063349 14316269568 42120 18446744073709551615 4194304 4196468 140732309163392 140627685972400 140628777626242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29908992 140732309164465 140732309164641 140732309164641 140732309168079 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 169860 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2509.21 s]
# the end of solver process 16512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.57 s, system=0.470108 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2509.21
CPU time (s): 2520.04
CPU user time (s): 2519.57
CPU system time (s): 0.470108
CPU usage (%): 100.432
Max. virtual memory (cumulated for all children) (KiB): 13992144
Max. memory (cumulated for all children) (KiB): 247040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.57
system time used= 0.470108
maximum resident set size= 247200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59994
involuntary context switches= 1405


# summary of solver processes directly reported to runsolver:
#   pid: 16512
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.57
#   total CPU system time (s): 0.470108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0104 second user time and 22.1902 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 06:52:51
IDJOB=4269939
IDBENCH=115837
IDSOLVER=2660
FILE ID=node124/4269939-1502687227
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269939-1502687227/watcher-4269939-1502687227 -o /tmp/evaluation-result-4269939-1502687227/solver-4269939-1502687227 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1449396588 HOME/instance-4269939-1502687227.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1449396588

node124.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.51
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.51
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.51
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.51
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:        31425300 kB
MemAvailable:   31761672 kB
Buffers:          201052 kB
Cached:           415320 kB
SwapCached:            0 kB
Active:           673588 kB
Inactive:         227944 kB
Active(anon):     236708 kB
Inactive(anon):    73772 kB
Active(file):     436880 kB
Inactive(file):   154172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7972 kB
Writeback:             0 kB
AnonPages:        289068 kB
Mapped:            56528 kB
Shmem:             25320 kB
Slab:             148460 kB
SReclaimable:     122308 kB
SUnreclaim:        26152 kB
KernelStack:        3424 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-14 07:34:40