Trace number 4282791

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-18)? (TO) 246.084 240.02299

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1808
Best CPU time to get the best result obtained on this benchmark1956.1
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282791-1503211728.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282791-1503211728.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
3.21/1.16	c solve instance...
246.06/240.01	s UNKNOWN
246.06/240.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 (14016 MiB free)
  memory of node 1: 16384 MiB (13486 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282791-1503211728/watcher-4282791-1503211728 -o /tmp/evaluation-result-4282791-1503211728/solver-4282791-1503211728 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21931 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2037541714 HOME/instance-4282791-1503211728.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=23360, runsolver pid=23357
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 1.60 1.86 1.75 3/218 23376
/proc/meminfo: memFree=28146428/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13978596 memory=28532 CPUtime=0.12 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 5393 0 0 0 11 1 0 0 20 0 15 0 154260925 14314082304 7133 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3494649 7133 2900 1 0 3482966 0
[pid=23362/tid=23363] ppid=23360 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 3321 0 0 0 9 0 0 0 20 0 15 0 154260925 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010972484480 140010952328542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13978596 memory=139974134556288 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260926 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13978596 memory=139974134556288 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260927 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260928 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010508522272 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) S 23360 23360 21899 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 154260930 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010505366128 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13978596 memory=139974134556288 CPUtime=0.01 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) S 23360 23360 21899 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 154260930 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010503261040 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13978596 memory=139974134556288 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260931 14314082304 7133 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29916 KiB

[startup+0.210855 s]*
/proc/loadavg: 1.60 1.86 1.75 5/218 23376
/proc/meminfo: memFree=28134628/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13982852 memory=40564 CPUtime=0.34 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 8293 0 0 0 32 2 0 0 20 0 15 0 154260925 14318440448 10141 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3495713 10141 3063 1 0 3482966 0
[pid=23362/tid=23363] ppid=23360 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 5362 0 0 0 19 1 0 0 20 0 15 0 154260925 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010972458960 140010968259990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13982852 memory=8961 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13982852 memory=3473037821711050400 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13982852 memory=139974134556288 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260927 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260928 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010508522272 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) S 23360 23360 21899 0 -1 1077944384 553 0 0 0 2 0 0 0 20 0 15 0 154260930 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010505366128 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 309 0 0 0 2 0 0 0 20 0 15 0 154260930 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13982852 memory=139974134556288 CPUtime=0.08 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) R 23360 23360 21899 0 -1 4202560 767 0 0 0 8 0 0 0 20 0 15 0 154260930 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010503261040 140010952328542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260931 14318440448 10141 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41948 KiB

[startup+0.314648 s]*
/proc/loadavg: 1.60 1.86 1.75 4/218 23376
/proc/meminfo: memFree=28128176/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13982852 memory=47436 CPUtime=0.52 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 9027 0 0 0 50 2 0 0 20 0 15 0 154260925 14318440448 11859 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3495713 11859 3099 1 0 3482966 0
[pid=23362/tid=23363] ppid=23360 vsize=13982852 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 5900 0 0 0 29 1 0 0 20 0 15 0 154260925 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010972486944 140010968259990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13982852 memory=9323 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13982852 memory=4192908638979096608 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260926 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260927 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260928 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010508522272 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) R 23360 23360 21899 0 -1 4202560 641 0 0 0 4 0 0 0 20 0 15 0 154260930 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010505366128 140010960537509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 316 0 0 0 3 0 0 0 20 0 15 0 154260930 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) R 23360 23360 21899 0 -1 4202560 867 0 0 0 13 0 0 0 20 0 15 0 154260930 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010503259000 140010946932160 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260931 14318440448 11859 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48820 KiB

[startup+0.703078 s]
/proc/loadavg: 1.60 1.86 1.75 3/218 23376
/proc/meminfo: memFree=28086328/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13984976 memory=112524 CPUtime=1.75 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 12456 0 0 0 171 4 0 0 20 0 15 0 154260925 14320615424 28131 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3496244 28131 3208 1 0 3483478 0
[pid=23362/tid=23363] ppid=23360 vsize=13984976 memory=24604 CPUtime=0.68 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 6347 0 0 0 65 3 0 0 20 0 15 0 154260925 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010972475888 140010952328542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13984976 memory=648 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13984976 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260926 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260926 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13984976 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154260927 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010508522272 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13984976 memory=4316 CPUtime=0.37 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) R 23360 23360 21899 0 -1 1077944384 2023 0 0 0 37 0 0 0 20 0 15 0 154260930 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010505359152 140010968258261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13984976 memory=2196 CPUtime=0.36 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) R 23360 23360 21899 0 -1 4202560 1101 0 0 0 36 0 0 0 20 0 15 0 154260930 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010504304304 140010951658927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13984976 memory=7784 CPUtime=0.31 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) S 23360 23360 21899 0 -1 1077944384 1679 0 0 0 31 0 0 0 20 0 15 0 154260930 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010503261040 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13984976 memory=832 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13984976 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260931 14320615424 28131 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 113908 KiB

[startup+1.50085 s]
/proc/loadavg: 1.60 1.86 1.75 8/218 23376
/proc/meminfo: memFree=27959920/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0

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

/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13984976 memory=236276 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13984976 memory=4136 CPUtime=2.17 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) S 23360 23360 21899 0 -1 1077944384 14904 0 0 0 216 1 0 0 20 0 15 0 154260930 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010505366128 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13984976 memory=0 CPUtime=2.3 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 16613 0 0 0 228 2 0 0 20 0 15 0 154260930 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13984976 memory=7589243042450662249 CPUtime=0.69 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) S 23360 23360 21899 0 -1 1077944384 6607 0 0 0 68 1 0 0 20 0 15 0 154260930 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010503261040 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13984976 memory=42872 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13984976 memory=1296 CPUtime=0.06 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 542 0 0 0 2 4 0 0 20 0 15 0 154260931 14320615424 59069 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 107.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237660 KiB

[startup+162.301 s]
/proc/loadavg: 1.94 1.89 1.78 3/217 23459
/proc/meminfo: memFree=27890568/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13984976 memory=238864 CPUtime=168.09 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 55873 0 0 0 16789 20 0 0 20 0 15 0 154260925 14320615424 59716 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3496244 59716 3246 1 0 3483478 0
[pid=23362/tid=23363] ppid=23360 vsize=13984976 memory=238864 CPUtime=162.21 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 11465 0 0 0 16216 5 0 0 20 0 15 0 154260925 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010972484624 140010587588949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13984976 memory=238864 CPUtime=0.02 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 15 0 154260926 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 15 0 154260926 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13984976 memory=238864 CPUtime=0.02 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 15 0 154260926 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13984976 memory=238864 CPUtime=0.05 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 31 0 0 0 5 0 0 0 20 0 15 0 154260926 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 614 0 0 0 0 0 0 0 20 0 15 0 154260927 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010508522272 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13984976 memory=1384 CPUtime=2.42 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) S 23360 23360 21899 0 -1 1077944384 17300 0 0 0 241 1 0 0 20 0 15 0 154260930 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010505366128 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13984976 memory=4136 CPUtime=2.47 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 17700 0 0 0 244 3 0 0 20 0 15 0 154260930 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13984976 memory=1384 CPUtime=0.69 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) S 23360 23360 21899 0 -1 1077944384 6829 0 0 0 68 1 0 0 20 0 15 0 154260930 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010503261040 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13984976 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 582 0 0 0 4 6 0 0 20 0 15 0 154260931 14320615424 59716 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 168.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 240248 KiB

[startup+222.301 s]
/proc/loadavg: 2.06 1.93 1.80 3/217 23460
/proc/meminfo: memFree=27890480/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13984976 memory=238908 CPUtime=228.24 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 57945 0 0 0 22801 23 0 0 20 0 15 0 154260925 14320615424 59727 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3496244 59727 3247 1 0 3483478 0
[pid=23362/tid=23363] ppid=23360 vsize=13984976 memory=238908 CPUtime=222.21 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 11667 0 0 0 22216 5 0 0 20 0 15 0 154260925 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010972484640 140010583055068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13984976 memory=238908 CPUtime=0.02 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 15 0 154260926 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13984976 memory=238908 CPUtime=0.01 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 15 0 154260926 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13984976 memory=238908 CPUtime=0.02 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 15 0 154260926 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13984976 memory=1384 CPUtime=0.05 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 31 0 0 0 5 0 0 0 20 0 15 0 154260926 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 616 0 0 0 0 0 0 0 20 0 15 0 154260927 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13984976 memory=238900 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010508522272 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13984976 memory=238908 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13984976 memory=238908 CPUtime=2.43 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) S 23360 23360 21899 0 -1 1077944384 17336 0 0 0 242 1 0 0 20 0 15 0 154260930 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010505366128 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13984976 memory=11104 CPUtime=2.54 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 18745 0 0 0 251 3 0 0 20 0 15 0 154260930 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13984976 memory=1224 CPUtime=0.7 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) S 23360 23360 21899 0 -1 1077944384 7612 0 0 0 69 1 0 0 20 0 15 0 154260930 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010503261040 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13984976 memory=238908 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13984976 memory=288230583166042426 CPUtime=0.14 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 586 0 0 0 5 9 0 0 20 0 15 0 154260931 14320615424 59727 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 228.24 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 240292 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.04 1.93 1.80 3/217 23460
/proc/meminfo: memFree=27859512/32770624 swapFree=67108860/67108860
[pid=23360] ppid=23357 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/23360/stat : 23360 (xcsp3-exec) S 23357 23360 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260925 9740288 346 33554432000 4194304 5098028 140734076957504 140734076955608 139976757432956 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24481792 140734076961908 140734076962112 140734076962112 140734076964843 0
/proc/23360/statm: 2378 346 289 221 0 87 0
[pid=23362] ppid=23360 vsize=13984976 memory=270344 CPUtime=246.06 cores=1,3,5,7
/proc/23362/stat : 23362 (java) S 23360 23360 21899 0 -1 1077944320 60543 0 0 0 24579 27 0 0 20 0 15 0 154260925 14320615424 67586 33554432000 4194304 4196468 140728749369360 140728749351904 140010968248055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
/proc/23362/statm: 3496244 67586 3257 1 0 3483478 0
[pid=23362/tid=23363] ppid=23360 vsize=13984976 memory=6791534058613427641 CPUtime=239.9 cores=1,3,5,7
/proc/23362/task/23363/stat : 23363 (java) R 23360 23360 21899 0 -1 4202560 11971 0 0 0 23984 6 0 0 20 0 15 0 154260925 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010972484528 140010588211553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23364] ppid=23360 vsize=13984976 memory=1399103955520229747 CPUtime=0.06 cores=1,3,5,7
/proc/23362/task/23364/stat : 23364 (java) S 23360 23360 21899 0 -1 1077944384 201 0 0 0 5 1 0 0 20 0 15 0 154260926 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010905848720 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23365] ppid=23360 vsize=13984976 memory=7440053569103876176 CPUtime=0.04 cores=1,3,5,7
/proc/23362/task/23365/stat : 23365 (java) S 23360 23360 21899 0 -1 1077944384 177 0 0 0 3 1 0 0 20 0 15 0 154260926 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010904795920 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23366] ppid=23360 vsize=13984976 memory=7440053569103876176 CPUtime=0.06 cores=1,3,5,7
/proc/23362/task/23366/stat : 23366 (java) S 23360 23360 21899 0 -1 1077944384 925 0 0 0 5 1 0 0 20 0 15 0 154260926 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010903743632 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23367] ppid=23360 vsize=13984976 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/23362/task/23367/stat : 23367 (java) S 23360 23360 21899 0 -1 1077944384 380 0 0 0 7 1 0 0 20 0 15 0 154260926 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010902690832 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23368] ppid=23360 vsize=13984976 memory=1200 CPUtime=0.01 cores=1,3,5,7
/proc/23362/task/23368/stat : 23368 (java) S 23360 23360 21899 0 -1 1077944384 840 0 0 0 0 1 0 0 20 0 15 0 154260927 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010509576304 140010968259202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23369] ppid=23360 vsize=13984976 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23369/stat : 23369 (java) S 23360 23360 21899 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010508522336 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23370] ppid=23360 vsize=13984976 memory=16236 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23370/stat : 23370 (java) S 23360 23360 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260928 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010507469936 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23371] ppid=23360 vsize=13984976 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23371/stat : 23371 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260930 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010506418256 140010968266651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23372] ppid=23360 vsize=13984976 memory=24604 CPUtime=2.43 cores=1,3,5,7
/proc/23362/task/23372/stat : 23372 (java) S 23360 23360 21899 0 -1 1077944384 17755 0 0 0 242 1 0 0 20 0 15 0 154260930 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010505366128 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23373] ppid=23360 vsize=13984976 memory=1232 CPUtime=2.54 cores=1,3,5,7
/proc/23362/task/23373/stat : 23373 (java) S 23360 23360 21899 0 -1 1077944384 18747 0 0 0 251 3 0 0 20 0 15 0 154260930 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010504313328 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23374] ppid=23360 vsize=13984976 memory=2548 CPUtime=0.7 cores=1,3,5,7
/proc/23362/task/23374/stat : 23374 (java) S 23360 23360 21899 0 -1 1077944384 7615 0 0 0 69 1 0 0 20 0 15 0 154260930 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010503261040 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23375] ppid=23360 vsize=13984976 memory=2548 CPUtime=0 cores=1,3,5,7
/proc/23362/task/23375/stat : 23375 (java) S 23360 23360 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260931 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010502208480 140010968258261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
[pid=23362/tid=23376] ppid=23360 vsize=13984976 memory=1156 CPUtime=0.16 cores=1,3,5,7
/proc/23362/task/23376/stat : 23376 (java) S 23360 23360 21899 0 -1 1077944384 625 0 0 0 6 10 0 0 20 0 15 0 154260931 14320615424 67586 33554432000 4194304 4196468 140728749369360 140010501155248 140010968259202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39833600 140728749372573 140728749372748 140728749372748 140728749375439 0
Current children cumulated CPU time: 246.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 271728 KiB

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

[startup+240.02 s]
# the end of solver process 23360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000943 s, system=0.000943 s

[startup+240.023 s]
# the end of solver process 23362 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=245.802 s, system=0.282108 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): 240.023
CPU time (s): 246.084
CPU user time (s): 245.802
CPU system time (s): 0.282108
CPU usage (%): 102.525
Max. virtual memory (cumulated for all children) (KiB): 13996480
Max. memory (cumulated for all children) (KiB): 271728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.802
system time used= 0.282108
maximum resident set size= 270912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7801
involuntary context switches= 209


# summary of solver processes directly reported to runsolver:
#   pid: 23360,23362
#   total CPU time (s): 246.084
#   total CPU user time (s): 245.802
#   total CPU system time (s): 0.282108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43752 second user time and 2.60455 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 08:34:28
IDJOB=4282791
IDBENCH=124204
IDSOLVER=2678
FILE ID=node102/4282791-1503211728
RUNJOBID= node102-1503209175-21931
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.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-4282791-1503211728/watcher-4282791-1503211728 -o /tmp/evaluation-result-4282791-1503211728/solver-4282791-1503211728 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21931 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2037541714 HOME/instance-4282791-1503211728.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=2037541714

node102.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.35
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.35
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.35
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.35
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:        28163788 kB
MemAvailable:   31810588 kB
Buffers:          240040 kB
Cached:          3699132 kB
SwapCached:            0 kB
Active:          1237296 kB
Inactive:        2920680 kB
Active(anon):     171440 kB
Inactive(anon):    83092 kB
Active(file):    1065856 kB
Inactive(file):  2837588 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7892 kB
Writeback:             0 kB
AnonPages:        241956 kB
Mapped:            64072 kB
Shmem:             33420 kB
Slab:             146208 kB
SReclaimable:     118380 kB
SUnreclaim:        27828 kB
KernelStack:        3824 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61668 MiB
End job on node102 at 2017-08-20 08:38:28