Trace number 4269340

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.1001 2514.02

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-50.xml
MD5SUMb46c08097c4951fbb159b9042bff535d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1196
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables5461
Number of constraints3008
Number of domains4
Minimum domain size2
Maximum domain size5409
Distribution of domain sizes[{"size":2,"count":2704},{"size":3,"count":2704},{"size":2501,"count":1},{"size":5409,"count":52}]
Minimum variable degree1
Maximum variable degree53
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2701},{"degree":3,"count":55},{"degree":4,"count":200},{"degree":8,"count":196},{"degree":9,"count":2304},{"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity54
Distribution of constraint arities[{"arity":2,"count":252},{"arity":3,"count":200},{"arity":10,"count":2500},{"arity":52,"count":4},{"arity":53,"count":1},{"arity":54,"count":51}]
Number of extensional constraints2700
Number of intensional constraints251
Distribution of constraint types[{"type":"extension","count":2700},{"type":"intension","count":251},{"type":"sum","count":53},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.04	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269340-1502694693.xml"  -tl '2520s' -p 1 -x 0
0.19/0.22	c [HOME/instance-4269340-1502694693.xml, -tl, 2520s, -p, 1, -x, 0]
0.19/0.28	c simple solver
0.37/0.34	c parse instance...
3.48/1.72	c solve instance...
2520.08/2514.01	s UNKNOWN
2520.08/2514.01	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 (15295 MiB free)
  memory of node 1: 16384 MiB (11002 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269340-1502694693/watcher-4269340-1502694693 -o /tmp/evaluation-result-4269340-1502694693/solver-4269340-1502694693 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 220012666 HOME/instance-4269340-1502694693.xml 

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

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


[startup+0.100201 s]*
/proc/loadavg: 1.53 1.60 1.59 3/205 17480
/proc/meminfo: memFree=26919364/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13907304 memory=20388 CPUtime=0.05 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 4546 0 0 0 5 0 0 0 20 0 14 0 57809969 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3476826 5097 2549 1 0 3466323 0
[pid=17472/tid=17473] ppid=17470 vsize=13907304 memory=4206989191851631162 CPUtime=0.04 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) D 17470 17470 11586 0 -1 4202560 2725 0 0 0 4 0 0 0 20 0 14 0 57809969 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869931849632 139869927634173 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13907304 memory=3461491176606164617 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 57809970 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13907304 memory=140571976480384 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 57809970 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 57809970 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 57809970 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 57809971 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 57809971 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869404242976 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 57809972 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869403190128 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 57809974 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 57809974 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 57809974 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13907304 memory=140571976480384 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 57809974 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 57809974 14241079296 5097 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 21768 KiB

[startup+0.210246 s]*
/proc/loadavg: 1.53 1.60 1.59 5/211 17486
/proc/meminfo: memFree=26908380/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13974352 memory=32068 CPUtime=0.19 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 5950 0 0 0 19 0 0 0 20 0 15 0 57809969 14309736448 8017 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3493588 8017 2967 1 0 3482964 0
[pid=17472/tid=17473] ppid=17470 vsize=13974352 memory=-6225775055934165351 CPUtime=0.12 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) R 17470 17470 11586 0 -1 4202560 3203 0 0 0 12 0 0 0 20 0 15 0 57809969 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869931848048 139869927634077 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13974352 memory=3461491176606164617 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809970 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13974352 memory=140571976480384 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809970 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809970 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809970 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13974352 memory=140571976480384 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809971 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57809971 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869404242976 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 57809972 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869403190128 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 15 0 57809974 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) S 17470 17470 11586 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 15 0 57809974 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13974352 memory=140571976480384 CPUtime=0.04 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) R 17470 17470 11586 0 -1 4202560 686 0 0 0 4 0 0 0 20 0 15 0 57809974 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927633498 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13974352 memory=140571976480384 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809978 14309736448 8083 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 33448 KiB

[startup+0.310491 s]*
/proc/loadavg: 1.53 1.60 1.59 3/211 17486
/proc/meminfo: memFree=26898264/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13978608 memory=42836 CPUtime=0.37 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 9405 0 0 0 35 2 0 0 20 0 15 0 57809969 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3494652 10709 3057 1 0 3482964 0
[pid=17472/tid=17473] ppid=17470 vsize=13978608 memory=2110922470882468 CPUtime=0.22 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) R 17470 17470 11586 0 -1 4202560 6536 0 0 0 21 1 0 0 20 0 15 0 57809969 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869931835488 139869927633498 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13978608 memory=732370710313933797 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809970 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13978608 memory=140571976482732 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809970 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13978608 memory=140571863795082 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809970 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13978608 memory=140571863722351 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809970 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13978608 memory=140571976495074 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 57809971 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13978608 memory=140571863797167 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57809971 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869404242976 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13978608 memory=281143727589744 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 57809972 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869403190128 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13978608 memory=140571863812273 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 612 0 0 0 3 0 0 0 20 0 15 0 57809974 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13978608 memory=2240 CPUtime=0.01 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) R 17470 17470 11586 0 -1 4202560 238 0 0 0 1 0 0 0 20 0 15 0 57809974 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927633498 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13978608 memory=140571976480384 CPUtime=0.08 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 712 0 0 0 8 0 0 0 20 0 15 0 57809974 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13978608 memory=140571976480383 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809978 14314094592 10709 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44216 KiB

[startup+0.701445 s]
/proc/loadavg: 1.53 1.60 1.59 6/211 17486
/proc/meminfo: memFree=26878604/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13978684 memory=97488 CPUtime=1.52 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 12932 0 0 0 149 3 0 0 20 0 15 0 57809969 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3494671 24372 3168 1 0 3482964 0
[pid=17472/tid=17473] ppid=17470 vsize=13978684 memory=4420 CPUtime=0.6 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) R 17470 17470 11586 0 -1 4202560 7503 0 0 0 57 3 0 0 20 0 15 0 57809969 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869931848224 139869927634077 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13978684 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809970 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13978684 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809970 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13978684 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809970 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13978684 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 57809970 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13978684 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 57809971 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13978684 memory=8908 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 57809971 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869404242976 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13978684 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 57809972 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869403190128 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13978684 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13978684 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) R 17470 17470 11586 0 -1 4202560 1374 0 0 0 30 0 0 0 20 0 15 0 57809974 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869401072712 139869905207168 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13978684 memory=281143727575728 CPUtime=0.28 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) R 17470 17470 11586 0 -1 4202560 1144 0 0 0 28 0 0 0 20 0 15 0 57809974 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869400023952 139869920711998 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13978684 memory=140571863837796 CPUtime=0.32 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 1603 0 0 0 32 0 0 0 20 0 15 0 57809974 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13978684 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13978684 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 57809978 14314172416 24372 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 98868 KiB

[startup+1.50087 s]
/proc/loadavg: 1.65 1.62 1.60 3/211 17486
/proc/meminfo: memFree=26830884/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13980732 memory=158228 CPUtime=3.22 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 18204 0 0 0 316 6 0 0 20 0 15 0 57809969 14316269568 39557 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0

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

/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 57809972 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869403190144 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13980732 memory=292964 CPUtime=2.32 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 19715 0 0 0 230 2 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13980732 memory=1380 CPUtime=1.83 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) S 17470 17470 11586 0 -1 1077944384 13118 0 0 0 182 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13980732 memory=33040 CPUtime=0.73 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 9106 0 0 0 72 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.72 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1153 0 0 0 30 42 0 0 20 0 15 0 57809978 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 2388.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 294344 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.71 1.71 3/211 17730
/proc/meminfo: memFree=29700400/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13980732 memory=292964 CPUtime=2448.35 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 84166 0 0 0 244778 57 0 0 20 0 15 0 57809969 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3495183 73241 3241 1 0 3483476 0
[pid=17472/tid=17473] ppid=17470 vsize=13980732 memory=292964 CPUtime=2441.96 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) R 17470 17470 11586 0 -1 4202560 26167 0 0 0 244190 6 0 0 20 0 15 0 57809969 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869931851584 139869526031557 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 2849 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1953 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 1624 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13980732 memory=33040 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 4258 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13980732 memory=2384 CPUtime=0.05 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 2821 0 0 0 3 2 0 0 20 0 15 0 57809971 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57809971 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869404243040 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13980732 memory=292964 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 57809972 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869403190144 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13980732 memory=292964 CPUtime=2.32 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 19717 0 0 0 230 2 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13980732 memory=292964 CPUtime=1.83 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) S 17470 17470 11586 0 -1 1077944384 13121 0 0 0 182 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 9108 0 0 0 72 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13980732 memory=1204 CPUtime=0.74 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1173 0 0 0 31 43 0 0 20 0 15 0 57809978 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 2448.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 294344 KiB

[startup+2502.3 s]
/proc/loadavg: 1.90 1.76 1.73 3/211 17732
/proc/meminfo: memFree=29697896/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13980732 memory=292964 CPUtime=2508.37 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 84555 0 0 0 250780 57 0 0 20 0 15 0 57809969 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3495183 73241 3241 1 0 3483476 0
[pid=17472/tid=17473] ppid=17470 vsize=13980732 memory=292964 CPUtime=2501.96 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) R 17470 17470 11586 0 -1 4202560 26521 0 0 0 250190 6 0 0 20 0 15 0 57809969 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869931851584 139869526031521 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 2849 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1953 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 1624 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 4258 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13980732 memory=1380 CPUtime=0.06 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 2827 0 0 0 4 2 0 0 20 0 15 0 57809971 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57809971 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869404243040 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13980732 memory=455 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 57809972 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869403190144 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13980732 memory=292964 CPUtime=2.32 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 19719 0 0 0 230 2 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13980732 memory=292964 CPUtime=1.83 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) S 17470 17470 11586 0 -1 1077944384 13124 0 0 0 182 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 9110 0 0 0 72 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13980732 memory=292964 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13980732 memory=292964 CPUtime=0.76 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1195 0 0 0 32 44 0 0 20 0 15 0 57809978 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 2508.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 294344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514 s]*
/proc/loadavg: 1.84 1.75 1.72 3/211 17733
/proc/meminfo: memFree=29695440/32770624 swapFree=67108860/67108860
[pid=17470] ppid=17467 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17470/stat : 17470 (xcsp3-exec) S 17467 17470 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 57809964 9740288 345 18446744073709551615 4194304 5098028 140726365634368 140726365632472 140511910048380 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 14962688 140726365643129 140726365643333 140726365643333 140726365646827 0
/proc/17470/statm: 2378 345 289 221 0 87 0
[pid=17472] ppid=17470 vsize=13980732 memory=292964 CPUtime=2520.08 cores=0,2,4,6
/proc/17472/stat : 17472 (java) S 17470 17470 11586 0 -1 1077944320 84585 0 0 0 251951 57 0 0 20 0 15 0 57809969 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 140737024395296 139869927612151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
/proc/17472/statm: 3495183 73241 3241 1 0 3483476 0
[pid=17472/tid=17473] ppid=17470 vsize=13980732 memory=2756 CPUtime=2513.67 cores=0,2,4,6
/proc/17472/task/17473/stat : 17473 (java) R 17470 17470 11586 0 -1 4202560 26549 0 0 0 251361 6 0 0 20 0 15 0 57809969 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869931851584 139869526031479 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17474] ppid=17470 vsize=13980732 memory=-7003737579269690708 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17474/stat : 17474 (java) S 17470 17470 11586 0 -1 1077944384 2849 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869847026832 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17475] ppid=17470 vsize=13980732 memory=4284 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17475/stat : 17475 (java) S 17470 17470 11586 0 -1 1077944384 1953 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869845974032 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17476] ppid=17470 vsize=13980732 memory=928 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17476/stat : 17476 (java) S 17470 17470 11586 0 -1 1077944384 1624 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869844921232 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17477] ppid=17470 vsize=13980732 memory=1580 CPUtime=0.15 cores=0,2,4,6
/proc/17472/task/17477/stat : 17477 (java) S 17470 17470 11586 0 -1 1077944384 4258 0 0 0 11 4 0 0 20 0 15 0 57809970 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869843868432 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17478] ppid=17470 vsize=13980732 memory=2168 CPUtime=0.06 cores=0,2,4,6
/proc/17472/task/17478/stat : 17478 (java) S 17470 17470 11586 0 -1 1077944384 2827 0 0 0 4 2 0 0 20 0 15 0 57809971 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869405297008 139869927623298 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17479] ppid=17470 vsize=13980732 memory=836 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17479/stat : 17479 (java) S 17470 17470 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 57809971 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869404243040 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17480] ppid=17470 vsize=13980732 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17480/stat : 17480 (java) S 17470 17470 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 57809972 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869403190144 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17481] ppid=17470 vsize=13980732 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17481/stat : 17481 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869402138448 139869927630747 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17482] ppid=17470 vsize=13980732 memory=2756 CPUtime=2.32 cores=0,2,4,6
/proc/17472/task/17482/stat : 17482 (java) S 17470 17470 11586 0 -1 1077944384 19719 0 0 0 230 2 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869401086832 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17483] ppid=17470 vsize=13980732 memory=4076 CPUtime=1.83 cores=0,2,4,6
/proc/17472/task/17483/stat : 17483 (java) S 17470 17470 11586 0 -1 1077944384 13124 0 0 0 182 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869400034032 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17484] ppid=17470 vsize=13980732 memory=1152 CPUtime=0.73 cores=0,2,4,6
/proc/17472/task/17484/stat : 17484 (java) S 17470 17470 11586 0 -1 1077944384 9110 0 0 0 72 1 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869398981232 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17485] ppid=17470 vsize=13980732 memory=3240 CPUtime=0 cores=0,2,4,6
/proc/17472/task/17485/stat : 17485 (java) S 17470 17470 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 57809974 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869397928672 139869927622357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
[pid=17472/tid=17486] ppid=17470 vsize=13980732 memory=1380 CPUtime=0.77 cores=0,2,4,6
/proc/17472/task/17486/stat : 17486 (java) S 17470 17470 11586 0 -1 1077944384 1197 0 0 0 33 44 0 0 20 0 15 0 57809978 14316269568 73241 18446744073709551615 4194304 4196468 140737024412752 139869396875952 139869927623298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11018240 140737024414129 140737024414305 140737024414305 140737024417743 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 294344 KiB

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

[startup+2514.02 s]
# the end of solver process 17470 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001891 s

[startup+2514.02 s]
# the end of solver process 17472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.52 s, system=0.581 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2514.02
CPU time (s): 2520.1
CPU user time (s): 2519.52
CPU system time (s): 0.581
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 13992220
Max. memory (cumulated for all children) (KiB): 302564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.52
system time used= 0.581
maximum resident set size= 303228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58096
involuntary context switches= 2348


# summary of solver processes directly reported to runsolver:
#   pid: 17470,17472
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.52
#   total CPU system time (s): 0.581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.59 second user time and 23.2276 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 08:57:17
IDJOB=4269340
IDBENCH=115882
IDSOLVER=2660
FILE ID=node124/4269340-1502694693
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-50.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-4269340-1502694693/watcher-4269340-1502694693 -o /tmp/evaluation-result-4269340-1502694693/solver-4269340-1502694693 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 220012666 HOME/instance-4269340-1502694693.xml

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

MD5SUM BENCH= b46c08097c4951fbb159b9042bff535d
RANDOM SEED=220012666

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:        26928788 kB
MemAvailable:   27270788 kB
Buffers:          204512 kB
Cached:           417600 kB
SwapCached:            0 kB
Active:          5156080 kB
Inactive:         231740 kB
Active(anon):    4717388 kB
Inactive(anon):    73772 kB
Active(file):     438692 kB
Inactive(file):   157968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7604 kB
Writeback:             0 kB
AnonPages:       4769532 kB
Mapped:            56828 kB
Shmem:             25320 kB
Slab:             148800 kB
SReclaimable:     122348 kB
SUnreclaim:        26452 kB
KernelStack:        3712 kB
PageTables:        14156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5382936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4659200 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 09:39:11