Trace number 4393159

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14? (TO) 2520.68 635.941

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393159-1568349976.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393159-1568349976.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
13.20/5.36	c solve instance...
2520.17/635.90	s UNKNOWN
2520.17/635.90	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 (15014 MiB free)
  memory of node 1: 16384 MiB (3015 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393159-1568349976/watcher-4393159-1568349976 -o /tmp/evaluation-result-4393159-1568349976/solver-4393159-1568349976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1977356609 HOME/instance-4393159-1568349976.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=23564, runsolver pid=23561
Current StackSize limit: 8192 KiB


[startup+0.101837 s]*
/proc/loadavg: 5.82 5.99 6.12 7/230 23580
/proc/meminfo: memFree=18446888/32770624 swapFree=66940748/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0
[pid=23566] ppid=23564 vsize=15144768 memory=30180 CPUtime=0.13 cores=0,2,4,6
/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 5493 0 0 0 12 1 0 0 20 0 15 0 411236271 15508242432 7545 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3786192 7545 3178 1 0 3748377 0
[pid=23566/tid=23567] ppid=23564 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) R 23564 23564 22042 0 -1 4202560 3352 0 0 0 9 0 0 0 20 0 15 0 411236271 15508242432 7545 33554432000 4194304 4196468 140735878420832 139638477585888 139638473375126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15144768 memory=3472468354998011088 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 7545 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 7545 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 7545 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 7545 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411236273 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411236273 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637940565280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411236274 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637939512944 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) R 23564 23564 22042 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 411236276 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637937408112 139638473374338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) R 23564 23564 22042 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 15 0 411236276 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637936355312 139638466348233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0.02 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) R 23564 23564 22042 0 -1 4202560 384 0 0 0 2 0 0 0 20 0 15 0 411236276 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637935300560 139638473375126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236277 15508242432 7545 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31632 KiB

[startup+0.211841 s]*
/proc/loadavg: 5.82 5.99 6.12 7/230 23580
/proc/meminfo: memFree=18432856/32770624 swapFree=66940748/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0
[pid=23566] ppid=23564 vsize=15144768 memory=40960 CPUtime=0.34 cores=0,2,4,6
/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 8974 0 0 0 32 2 0 0 20 0 15 0 411236271 15508242432 10240 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3786192 10240 3261 1 0 3748377 0
[pid=23566/tid=23567] ppid=23564 vsize=15144768 memory=5855082630903857826 CPUtime=0.2 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) R 23564 23564 22042 0 -1 4202560 6163 0 0 0 18 2 0 0 20 0 15 0 411236271 15508242432 10240 33554432000 4194304 4196468 140735878420832 139638477598176 139638457406821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15144768 memory=3472468354998011088 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 10240 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 10240 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 10240 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411236272 15508242432 10240 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411236273 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411236273 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637940565280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411236274 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637939512944 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) S 23564 23564 22042 0 -1 1077944384 554 0 0 0 3 0 0 0 20 0 15 0 411236276 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637937408112 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) S 23564 23564 22042 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 15 0 411236276 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637936355312 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0.08 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) S 23564 23564 22042 0 -1 1077944384 774 0 0 0 8 0 0 0 20 0 15 0 411236276 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637935303024 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15144768 memory=140226102859392 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236277 15508242432 10240 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42412 KiB

[startup+0.319007 s]*
/proc/loadavg: 5.82 5.99 6.12 6/230 23580
/proc/meminfo: memFree=18425832/32770624 swapFree=66940748/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0
[pid=23566] ppid=23564 vsize=15149024 memory=50488 CPUtime=0.54 cores=0,2,4,6
/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 10494 0 0 0 51 3 0 0 20 0 15 0 411236271 15512600576 12622 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3787256 12622 3354 1 0 3748377 0
[pid=23566/tid=23567] ppid=23564 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) R 23564 23564 22042 0 -1 4202560 7428 0 0 0 28 2 0 0 20 0 15 0 411236271 15512600576 12622 33554432000 4194304 4196468 140735878420832 139638477597248 139638473385117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15149024 memory=3472468354998011088 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15512600576 12622 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15149024 memory=140226102859392 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15512600576 12622 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15512600576 12622 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15149024 memory=140225984735263 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411236272 15512600576 12622 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15149024 memory=280451969449760 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411236273 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15149024 memory=140225984712207 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411236273 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637940565280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15149024 memory=280452087580768 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411236274 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637939512944 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15149024 memory=140225984716815 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) R 23564 23564 22042 0 -1 4202560 567 0 0 0 4 0 0 0 20 0 15 0 411236276 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637937408112 139638466348233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15149024 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) R 23564 23564 22042 0 -1 1077944384 323 0 0 0 5 0 0 0 20 0 15 0 411236276 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637936355312 139638473374338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) S 23564 23564 22042 0 -1 1077944384 872 0 0 0 12 0 0 0 20 0 15 0 411236276 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637935303024 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15149024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236277 15512600576 12622 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51940 KiB

[startup+0.704567 s]
/proc/loadavg: 5.82 5.99 6.12 9/230 23580
/proc/meminfo: memFree=18406208/32770624 swapFree=66940748/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0
[pid=23566] ppid=23564 vsize=15151148 memory=116108 CPUtime=1.74 cores=0,2,4,6
/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 14520 0 0 0 170 4 0 0 20 0 15 0 411236271 15514775552 29027 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3787787 29027 3441 1 0 3748889 0
[pid=23566/tid=23567] ppid=23564 vsize=15151148 memory=5865469479800824941 CPUtime=0.68 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) R 23564 23564 22042 0 -1 4202560 7856 0 0 0 65 3 0 0 20 0 15 0 411236271 15514775552 29027 33554432000 4194304 4196468 140735878420832 139638477599696 139638060690560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15151148 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15514775552 29027 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15151148 memory=6935649255827793216 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15514775552 29027 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15151148 memory=8514726395715351173 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236272 15514775552 29027 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15151148 memory=-7395679465411339351 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411236272 15514775552 29027 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15151148 memory=-9181546051567709026 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411236273 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15151148 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411236273 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637940565280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15151148 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411236274 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637939512944 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15151148 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15151148 memory=38240 CPUtime=0.36 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) R 23564 23564 22042 0 -1 4202560 2071 0 0 0 36 0 0 0 20 0 15 0 411236276 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637937395984 139638457247907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15151148 memory=1988 CPUtime=0.37 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) R 23564 23564 22042 0 -1 4202560 1636 0 0 0 37 0 0 0 20 0 15 0 411236276 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637936340384 139638473375126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15151148 memory=988 CPUtime=0.31 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) R 23564 23564 22042 0 -1 1077944384 1651 0 0 0 31 0 0 0 20 0 15 0 411236276 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637935300816 139638473373397 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15151148 memory=7090143983960547920 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411236276 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15151148 memory=7589801671532310637 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411236277 15514775552 29027 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 117560 KiB

[startup+1.50136 s]
/proc/loadavg: 5.82 5.99 6.12 6/229 23580
/proc/meminfo: memFree=18308396/32770624 swapFree=66940748/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0

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

/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 149996 0 0 0 206535 297 0 0 20 0 19 0 411236271 15789518848 972580 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3854863 972580 3551 1 0 3815965 0
[pid=23566/tid=23567] ppid=23564 vsize=15419452 memory=1452 CPUtime=4.79 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) S 23564 23564 22042 0 -1 1077944384 11414 0 0 0 466 13 0 0 20 0 19 0 411236271 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638477603968 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15419452 memory=3890320 CPUtime=8.62 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 5150 0 0 0 799 63 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15419452 memory=3890320 CPUtime=8.62 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 4875 0 0 0 797 65 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15419452 memory=3890320 CPUtime=8.61 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 6709 0 0 0 799 62 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15419452 memory=1452 CPUtime=8.49 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 4890 0 0 0 787 62 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15419452 memory=3890312 CPUtime=0.95 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 10695 0 0 0 94 1 0 0 20 0 19 0 411236273 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15419452 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 411236273 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637940565344 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15419452 memory=3890320 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 411236274 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637939512960 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15419452 memory=3890320 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15419452 memory=1452 CPUtime=4.97 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) S 23564 23564 22042 0 -1 1077944384 22146 0 0 0 494 3 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637937408112 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15419452 memory=3890312 CPUtime=4.71 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) S 23564 23564 22042 0 -1 1077944384 17706 0 0 0 469 2 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637936355312 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15419452 memory=1452 CPUtime=1.06 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) S 23564 23564 22042 0 -1 1077944384 14984 0 0 0 105 1 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637935303024 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15419452 memory=49273 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15419452 memory=49311 CPUtime=0.21 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1222 0 0 0 0 21 0 0 20 0 19 0 411236277 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23581] ppid=23564 vsize=15419452 memory=1452 CPUtime=505.11 cores=0,2,4,6
/proc/23566/task/23581/stat : 23581 (java) R 23564 23564 22042 0 -1 4202560 12213 0 0 0 50509 2 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637924223680 139638072106413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23582] ppid=23564 vsize=15419452 memory=1452 CPUtime=504.2 cores=0,2,4,6
/proc/23566/task/23582/stat : 23582 (java) R 23564 23564 22042 0 -1 4202560 22752 0 0 0 50410 10 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637923175328 139638071460522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23583] ppid=23564 vsize=15419452 memory=1436 CPUtime=503.83 cores=0,2,4,6
/proc/23566/task/23583/stat : 23583 (java) R 23564 23564 22042 0 -1 4202560 7260 0 0 0 50380 3 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637922119928 139638071655369 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23584] ppid=23564 vsize=15419452 memory=800 CPUtime=504.01 cores=0,2,4,6
/proc/23566/task/23584/stat : 23584 (java) R 23564 23564 22042 0 -1 4202560 6595 0 0 0 50397 4 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637921066552 139638072106438 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 2068.32 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3891772 KiB

[startup+582.301 s]
/proc/loadavg: 8.44 7.93 7.08 9/237 23715
/proc/meminfo: memFree=23590824/32770624 swapFree=66940756/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0
[pid=23566] ppid=23564 vsize=15419452 memory=3890320 CPUtime=2307.19 cores=0,2,4,6
/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 154113 0 0 0 230422 297 0 0 20 0 19 0 411236271 15789518848 972580 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3854863 972580 3551 1 0 3815965 0
[pid=23566/tid=23567] ppid=23564 vsize=15419452 memory=3890320 CPUtime=4.79 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) S 23564 23564 22042 0 -1 1077944384 11414 0 0 0 466 13 0 0 20 0 19 0 411236271 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638477603968 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15419452 memory=3890320 CPUtime=8.62 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 5150 0 0 0 799 63 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15419452 memory=1452 CPUtime=8.62 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 4875 0 0 0 797 65 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15419452 memory=1452 CPUtime=8.61 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 6709 0 0 0 799 62 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15419452 memory=1452 CPUtime=8.49 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 4890 0 0 0 787 62 0 0 20 0 19 0 411236272 15789518848 972580 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15419452 memory=3890320 CPUtime=0.95 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 10704 0 0 0 94 1 0 0 20 0 19 0 411236273 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15419452 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 411236273 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637940565344 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15419452 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 411236274 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637939512960 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15419452 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15419452 memory=1452 CPUtime=4.97 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) S 23564 23564 22042 0 -1 1077944384 22150 0 0 0 494 3 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637937408112 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15419452 memory=3620 CPUtime=4.71 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) S 23564 23564 22042 0 -1 1077944384 17713 0 0 0 469 2 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637936355312 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15419452 memory=38256 CPUtime=1.06 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) S 23564 23564 22042 0 -1 1077944384 15638 0 0 0 105 1 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637935303024 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15419452 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411236276 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15419452 memory=3890320 CPUtime=0.23 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1254 0 0 0 0 23 0 0 20 0 19 0 411236277 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23581] ppid=23564 vsize=15419452 memory=1452 CPUtime=565.08 cores=0,2,4,6
/proc/23566/task/23581/stat : 23581 (java) R 23564 23564 22042 0 -1 4202560 12517 0 0 0 56506 2 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637924223680 139638071460413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23582] ppid=23564 vsize=15419452 memory=1452 CPUtime=564.2 cores=0,2,4,6
/proc/23566/task/23582/stat : 23582 (java) R 23564 23564 22042 0 -1 4202560 25123 0 0 0 56409 11 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637923173576 139638066817621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23583] ppid=23564 vsize=15419452 memory=1452 CPUtime=562.77 cores=0,2,4,6
/proc/23566/task/23583/stat : 23583 (java) R 23564 23564 22042 0 -1 4202560 7615 0 0 0 56274 3 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637922119928 139638071655355 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23584] ppid=23564 vsize=15419452 memory=3620 CPUtime=563.97 cores=0,2,4,6
/proc/23566/task/23584/stat : 23584 (java) R 23564 23564 22042 0 -1 4202560 6976 0 0 0 56393 4 0 0 20 0 19 0 411236815 15789518848 972580 33554432000 4194304 4196468 140735878420832 139637921068744 139638071655300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 2307.19 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3891772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+635.801 s]
/proc/loadavg: 8.70 8.08 7.18 10/237 23721
/proc/meminfo: memFree=23552768/32770624 swapFree=66940756/67108860
[pid=23564] ppid=23561 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23564/stat : 23564 (xcsp3-exec) S 23561 23564 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411236270 115843072 363 33554432000 4194304 5098028 140729216841136 140729216839240 139669474734716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33972224 140729216844666 140729216844909 140729216844909 140729216847818 0
/proc/23564/statm: 28282 363 304 221 0 87 0
[pid=23566] ppid=23564 vsize=15419452 memory=3927244 CPUtime=2520.17 cores=0,2,4,6
/proc/23566/stat : 23566 (java) S 23564 23564 22042 0 -1 1077944320 164006 0 0 0 251715 302 0 0 20 0 19 0 411236271 15789518848 981811 33554432000 4194304 4196468 140735878420832 140735878403376 139638473363191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
/proc/23566/statm: 3854863 981811 3551 1 0 3815965 0
[pid=23566/tid=23567] ppid=23564 vsize=15419452 memory=3436 CPUtime=4.79 cores=0,2,4,6
/proc/23566/task/23567/stat : 23567 (java) S 23564 23564 22042 0 -1 1077944384 11414 0 0 0 466 13 0 0 20 0 19 0 411236271 15789518848 981811 33554432000 4194304 4196468 140735878420832 139638477603968 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23568] ppid=23564 vsize=15419452 memory=1452 CPUtime=8.75 cores=0,2,4,6
/proc/23566/task/23568/stat : 23568 (java) S 23564 23564 22042 0 -1 1077944384 5791 0 0 0 811 64 0 0 20 0 19 0 411236272 15789518848 981811 33554432000 4194304 4196468 140735878420832 139638385019280 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23569] ppid=23564 vsize=15419452 memory=780 CPUtime=8.75 cores=0,2,4,6
/proc/23566/task/23569/stat : 23569 (java) S 23564 23564 22042 0 -1 1077944384 6024 0 0 0 810 65 0 0 20 0 19 0 411236272 15789518848 981811 33554432000 4194304 4196468 140735878420832 139638383966480 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23570] ppid=23564 vsize=15419452 memory=5972 CPUtime=8.74 cores=0,2,4,6
/proc/23566/task/23570/stat : 23570 (java) S 23564 23564 22042 0 -1 1077944384 6811 0 0 0 812 62 0 0 20 0 19 0 411236272 15789518848 981811 33554432000 4194304 4196468 140735878420832 139638382914192 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23571] ppid=23564 vsize=15419452 memory=624 CPUtime=8.62 cores=0,2,4,6
/proc/23566/task/23571/stat : 23571 (java) S 23564 23564 22042 0 -1 1077944384 5149 0 0 0 799 63 0 0 20 0 19 0 411236272 15789518848 981811 33554432000 4194304 4196468 140735878420832 139638381861392 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23572] ppid=23564 vsize=15419452 memory=4004 CPUtime=0.96 cores=0,2,4,6
/proc/23566/task/23572/stat : 23572 (java) S 23564 23564 22042 0 -1 1077944384 10949 0 0 0 95 1 0 0 20 0 19 0 411236273 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637941619312 139638473374338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23573] ppid=23564 vsize=15419452 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23573/stat : 23573 (java) S 23564 23564 22042 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 411236273 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637940565344 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23574] ppid=23564 vsize=15419452 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23574/stat : 23574 (java) S 23564 23564 22042 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 411236274 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637939512960 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23575] ppid=23564 vsize=15419452 memory=2112 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23575/stat : 23575 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411236276 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637938461264 139638473381787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23576] ppid=23564 vsize=15419452 memory=12040 CPUtime=5 cores=0,2,4,6
/proc/23566/task/23576/stat : 23576 (java) S 23564 23564 22042 0 -1 1077944384 22999 0 0 0 497 3 0 0 20 0 19 0 411236276 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637937408112 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23577] ppid=23564 vsize=15419452 memory=22892 CPUtime=4.76 cores=0,2,4,6
/proc/23566/task/23577/stat : 23577 (java) S 23564 23564 22042 0 -1 1077944384 18981 0 0 0 474 2 0 0 20 0 19 0 411236276 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637936355312 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23578] ppid=23564 vsize=15419452 memory=1556 CPUtime=1.07 cores=0,2,4,6
/proc/23566/task/23578/stat : 23578 (java) S 23564 23564 22042 0 -1 1077944384 17560 0 0 0 106 1 0 0 20 0 19 0 411236276 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637935303024 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23579] ppid=23564 vsize=15419452 memory=532 CPUtime=0 cores=0,2,4,6
/proc/23566/task/23579/stat : 23579 (java) S 23564 23564 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411236276 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637934250464 139638473373397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23580] ppid=23564 vsize=15419452 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/23566/task/23580/stat : 23580 (java) S 23564 23564 22042 0 -1 1077944384 1270 0 0 0 0 25 0 0 20 0 19 0 411236277 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637933198256 139638473374338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 72 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23581] ppid=23564 vsize=15419452 memory=1428 CPUtime=618.41 cores=0,2,4,6
/proc/23566/task/23581/stat : 23581 (java) R 23564 23564 22042 0 -1 4202560 12998 0 0 0 61839 2 0 0 20 0 19 0 411236815 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637924223696 139638071751034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23582] ppid=23564 vsize=15419452 memory=1772 CPUtime=617.5 cores=0,2,4,6
/proc/23566/task/23582/stat : 23582 (java) R 23564 23564 22042 0 -1 4202560 27626 0 0 0 61739 11 0 0 20 0 19 0 411236815 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637923174616 139638066817621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23583] ppid=23564 vsize=15419452 memory=1056 CPUtime=615.13 cores=0,2,4,6
/proc/23566/task/23583/stat : 23583 (java) R 23564 23564 22042 0 -1 4202560 7852 0 0 0 61510 3 0 0 20 0 19 0 411236815 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637922119928 139638072199187 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
[pid=23566/tid=23584] ppid=23564 vsize=15419452 memory=1556 CPUtime=617.29 cores=0,2,4,6
/proc/23566/task/23584/stat : 23584 (java) R 23564 23564 22042 0 -1 4202560 7197 0 0 0 61725 4 0 0 20 0 19 0 411236815 15789518848 981811 33554432000 4194304 4196468 140735878420832 139637921068728 139638072199333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23588864 140735878423535 140735878423706 140735878423706 140735878426575 0
Current children cumulated CPU time: 2520.17 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3928696 KiB

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

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

[startup+635.941 s]
# the end of solver process 23566 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.63 s, system=3.04725 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): 635.941
CPU time (s): 2520.68
CPU user time (s): 2517.63
CPU system time (s): 3.04725
CPU usage (%): 396.37
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 3928696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.63
system time used= 3.04725
maximum resident set size= 3927784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17841
involuntary context switches= 36821


# summary of solver processes directly reported to runsolver:
#   pid: 23564,23566
#   total CPU time (s): 2520.68
#   total CPU user time (s): 2517.63
#   total CPU system time (s): 3.04725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.94428 second user time and 7.39217 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 06:45:38
IDJOB=4393159
IDBENCH=138647
IDSOLVER=2840
FILE ID=node149/4393159-1568349976
RUNJOBID= node149-1568346919-22073
PBS_JOBID= 21701170
Free space on /tmp= 57044 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-20.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393159-1568349976/watcher-4393159-1568349976 -o /tmp/evaluation-result-4393159-1568349976/solver-4393159-1568349976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1977356609 HOME/instance-4393159-1568349976.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
RANDOM SEED=1977356609

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18463116 kB
MemAvailable:   19220592 kB
Buffers:          136196 kB
Cached:           917584 kB
SwapCached:        61400 kB
Active:         13073768 kB
Inactive:         655172 kB
Active(anon):   12642412 kB
Inactive(anon):    72352 kB
Active(file):     431356 kB
Inactive(file):   582820 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940748 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:      12929116 kB
Mapped:            56552 kB
Shmem:             31184 kB
Slab:             147564 kB
SReclaimable:     118268 kB
SUnreclaim:        29296 kB
KernelStack:        3968 kB
PageTables:        30028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13315504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12691456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57020 MiB
End job on node149 at 2019-09-13 06:56:14