Trace number 4405939

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-09-24? (TO) 2528.3 798.875

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-16.xml
MD5SUM60f46a78fc335bdeaa2bda0ed3237a46
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 benchmark51.8952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1211
Maximum domain size1309
Distribution of domain sizes[{"size":1211,"count":6},{"size":1212,"count":2},{"size":1213,"count":4},{"size":1214,"count":4},{"size":1215,"count":4},{"size":1216,"count":2},{"size":1217,"count":12},{"size":1218,"count":8},{"size":1219,"count":6},{"size":1220,"count":4},{"size":1221,"count":2},{"size":1222,"count":4},{"size":1223,"count":6},{"size":1225,"count":4},{"size":1226,"count":2},{"size":1227,"count":4},{"size":1228,"count":2},{"size":1229,"count":6},{"size":1230,"count":8},{"size":1231,"count":10},{"size":1232,"count":4},{"size":1233,"count":2},{"size":1234,"count":6},{"size":1235,"count":2},{"size":1236,"count":4},"...",{"size":1283,"count":10}, {"size":1284,"count":4}, {"size":1285,"count":4}, {"size":1286,"count":6}, {"size":1287,"count":10}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":4}, {"size":1291,"count":2}, {"size":1292,"count":2}, {"size":1294,"count":8}, {"size":1295,"count":2}, {"size":1297,"count":4}, {"size":1298,"count":4}, {"size":1299,"count":4}, {"size":1300,"count":6}, {"size":1301,"count":2}, {"size":1302,"count":4}, {"size":1303,"count":4}, {"size":1304,"count":8}, {"size":1305,"count":10}, {"size":1306,"count":6}, {"size":1307,"count":4}, {"size":1308,"count":6}, {"size":1309,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
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-4405939-1569412548.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405939-1569412548.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.35/0.28	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405939-1569412548/watcher-4405939-1569412548 -o /var/tmp/evaluation-result-4405939-1569412548/solver-4405939-1569412548 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569405077-8297 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 351739073 HOME/instance-4405939-1569412548.xml 

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

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

solver pid=9468, runsolver pid=9465

[startup+0.10006 s]*
/proc/loadavg: 1.46 1.43 1.53 4/229 9484
/proc/meminfo: memFree=28344996/32770624 swapFree=66954232/67108860
[pid=9468] ppid=9465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9468/stat : 9468 (xcsp3-exec) S 9465 9468 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517510119 115843072 364 33554432000 4194304 5098028 140727006271104 140727006269208 140677580280444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23322624 140727006278487 140727006278745 140727006278745 140727006281670 0
/proc/9468/statm: 28282 364 305 221 0 87 0
[pid=9470] ppid=9468 vsize=15144776 memory=29620 CPUtime=0.12 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9468 9468 8265 0 -1 1077944320 5776 0 0 0 11 1 0 0 20 0 15 0 517510119 15508250624 7405 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3786194 7405 3160 1 0 3748377 0
[pid=9470/tid=9471] ppid=9468 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) R 9468 9468 8265 0 -1 4202560 3702 0 0 0 8 1 0 0 20 0 15 0 517510119 15508250624 7471 33554432000 4194304 4196468 140737414664912 140466020020112 140466008025918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465968408976 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9468 vsize=15144776 memory=140335422579279 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465967356176 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465606154896 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465605102096 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510121 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465484409456 140466015799938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9468 9468 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517510122 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465483355424 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9468 9468 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517510122 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465482303088 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465481251408 140466015807387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9468 9468 8265 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9468 vsize=15144776 memory=140335419192960 CPUtime=0.02 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) R 9468 9468 8265 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 517510125 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465478088928 140466015810138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 7471 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31076 KiB

[startup+0.212775 s]*
/proc/loadavg: 1.46 1.43 1.53 3/229 9484
/proc/meminfo: memFree=28331660/32770624 swapFree=66954232/67108860
[pid=9468] ppid=9465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9468/stat : 9468 (xcsp3-exec) S 9465 9468 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517510119 115843072 364 33554432000 4194304 5098028 140727006271104 140727006269208 140677580280444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23322624 140727006278487 140727006278745 140727006278745 140727006281670 0
/proc/9468/statm: 28282 364 305 221 0 87 0
[pid=9470] ppid=9468 vsize=15144776 memory=40660 CPUtime=0.35 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9468 9468 8265 0 -1 1077944320 9476 0 0 0 32 3 0 0 20 0 15 0 517510119 15508250624 10165 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3786194 10165 3256 1 0 3748377 0
[pid=9470/tid=9471] ppid=9468 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) R 9468 9468 8265 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 15 0 517510119 15508250624 10165 33554432000 4194304 4196468 140737414664912 140466020023776 140466015800726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9468 vsize=15144776 memory=10594 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465968408976 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9468 vsize=15144776 memory=3833608731951855264 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465967356176 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465606154896 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465605102096 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9468 vsize=15144776 memory=140335419192960 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9468 9468 8265 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517510121 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465484409456 140466015799938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9468 9468 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517510122 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465483355424 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9468 9468 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517510122 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465482303088 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465481251408 140466015807387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9468 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9468 9468 8265 0 -1 1077944384 522 0 0 0 2 0 0 0 20 0 15 0 517510125 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9468 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9468 9468 8265 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 15 0 517510125 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9468 vsize=15144776 memory=140335419192960 CPUtime=0.08 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9468 9468 8265 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 517510125 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510125 15508250624 10165 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42116 KiB

[startup+0.310998 s]*
/proc/loadavg: 1.46 1.43 1.53 4/229 9484
/proc/meminfo: memFree=28325112/32770624 swapFree=66954232/67108860
[pid=9468] ppid=9465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9468/stat : 9468 (xcsp3-exec) S 9465 9468 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517510119 115843072 364 33554432000 4194304 5098028 140727006271104 140727006269208 140677580280444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23322624 140727006278487 140727006278745 140727006278745 140727006281670 0
/proc/9468/statm: 28282 364 305 221 0 87 0
[pid=9470] ppid=9468 vsize=15149032 memory=50240 CPUtime=0.53 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9468 9468 8265 0 -1 1077944320 10833 0 0 0 49 4 0 0 20 0 15 0 517510119 15512608768 12555 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3787258 12560 3371 1 0 3748377 0
[pid=9470/tid=9471] ppid=9468 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) R 9468 9468 8265 0 -1 4202560 7822 0 0 0 27 3 0 0 20 0 15 0 517510119 15512608768 12560 33554432000 4194304 4196468 140737414664912 140466020022576 140465999869278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9468 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465968408976 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9468 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465967356176 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9468 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465606154896 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9468 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465605102096 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9468 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9468 9468 8265 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517510121 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465484409456 140466015799938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9468 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9468 9468 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517510122 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465483355424 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9468 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9468 9468 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517510122 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465482303088 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9468 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465481251408 140466015807387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9468 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9468 9468 8265 0 -1 1077944384 533 0 0 0 4 0 0 0 20 0 15 0 517510125 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9468 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9468 9468 8265 0 -1 1077944384 338 0 0 0 5 0 0 0 20 0 15 0 517510125 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9468 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9468 9468 8265 0 -1 1077944384 850 0 0 0 13 0 0 0 20 0 15 0 517510125 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9468 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9468 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510125 15512608768 12560 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51696 KiB

[startup+0.701186 s]
/proc/loadavg: 1.46 1.43 1.53 5/229 9484
/proc/meminfo: memFree=28302596/32770624 swapFree=66954232/67108860
[pid=9468] ppid=9465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9468/stat : 9468 (xcsp3-exec) S 9465 9468 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517510119 115843072 364 33554432000 4194304 5098028 140727006271104 140727006269208 140677580280444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23322624 140727006278487 140727006278745 140727006278745 140727006281670 0
/proc/9468/statm: 28282 364 305 221 0 87 0
[pid=9470] ppid=9468 vsize=15151156 memory=104084 CPUtime=1.79 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9468 9468 8265 0 -1 1077944320 15621 0 0 0 173 6 0 0 20 0 15 0 517510119 15514783744 26021 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3787789 26021 3445 1 0 3748889 0
[pid=9470/tid=9471] ppid=9468 vsize=15151156 memory=-3704326594973231466 CPUtime=0.67 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) R 9468 9468 8265 0 -1 4202560 9027 0 0 0 63 4 0 0 20 0 15 0 517510119 15514783744 26021 33554432000 4194304 4196468 140737414664912 140466020023520 140465998309887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465968408976 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465967356176 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9468 vsize=15151156 memory=708 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510120 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465606154896 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9468 vsize=15151156 memory=9364 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) S 9468 9468 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517510120 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465605102096 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9468 vsize=15151156 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9468 9468 8265 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517510121 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465484409456 140466015799938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9468 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9468 9468 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465483355424 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9468 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9468 9468 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465482303088 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9468 vsize=15151156 memory=8220 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465481251408 140466015807387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9468 vsize=15151156 memory=3616 CPUtime=0.37 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) R 9468 9468 8265 0 -1 4202560 1695 0 0 0 37 0 0 0 20 0 15 0 517510125 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465480196656 140465997310163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9468 vsize=15151156 memory=1556 CPUtime=0.36 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) R 9468 9468 8265 0 -1 4202560 1681 0 0 0 36 0 0 0 20 0 15 0 517510125 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465479127648 140466015802669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9468 vsize=15151156 memory=2832 CPUtime=0.35 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9468 9468 8265 0 -1 1077944384 1908 0 0 0 35 0 0 0 20 0 15 0 517510125 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9468 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9468 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9468 9468 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 26021 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 105540 KiB

[startup+1.50084 s]
/proc/loadavg: 1.46 1.43 1.53 3/229 9484
/proc/meminfo: memFree=28161304/32770624 swapFree=66954232/67108860
[pid=9468] ppid=9465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9468/stat : 9468 (xcsp3-exec) S 9465 9468 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517510119 115843072 364 33554432000 4194304 5098028 140727006271104 140727006269208 140677580280444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23322624 140727006278487 140727006278745 140727006278745 140727006281670 0
/proc/9468/statm: 28282 364 305 221 0 87 0

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

/proc/9470/task/9474/stat : 9474 (java) R 9468 9468 8265 0 -1 4202560 131051 0 0 0 57312 180 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465606154784 140466000739396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9468 vsize=15151156 memory=4486604260213485459 CPUtime=573.76 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) R 9468 9468 8265 0 -1 4202560 186079 0 0 0 57191 185 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465605102296 140466000739396 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9468 vsize=15151156 memory=496 CPUtime=74.82 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9468 9468 8265 0 -1 1077944384 138415 0 0 0 7457 25 0 0 20 0 15 0 517510121 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465484407776 140466015798997 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9468 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9468 9468 8265 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465483355488 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9468 vsize=15151156 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9468 9468 8265 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465482303104 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9468 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465481251408 140466015807387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9468 vsize=15151156 memory=12525340 CPUtime=1.04 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9468 9468 8265 0 -1 1077944384 4324 0 0 0 104 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9468 vsize=15151156 memory=708 CPUtime=1.05 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9468 9468 8265 0 -1 1077944384 4400 0 0 0 105 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9468 vsize=15151156 memory=9364 CPUtime=0.54 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9468 9468 8265 0 -1 1077944384 7569 0 0 0 54 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9468 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9468 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9468 vsize=15151156 memory=1444 CPUtime=0.71 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9468 9468 8265 0 -1 1077944384 530 0 0 0 32 39 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current children cumulated CPU time: 2520.2 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12526808 KiB

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

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

Solver just ended.
Dumping a history of the last processes samples

[startup+797.601 s]
/proc/loadavg: 4.85 4.13 2.92 6/228 9659
/proc/meminfo: memFree=15884356/32770624 swapFree=66954240/67108860
[pid=9470] ppid=9465 vsize=15151156 memory=12525352 CPUtime=2523.38 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9465 9468 8265 0 -1 1077944320 769426 0 0 0 251494 844 0 0 20 0 15 0 517510119 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3787789 3131338 3502 1 0 3748889 0
[pid=9470/tid=9471] ppid=9465 vsize=15151156 memory=804 CPUtime=142.95 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) S 9465 9468 8265 0 -1 1077944384 30438 0 0 0 14249 46 0 0 20 0 15 0 517510119 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140466020026960 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9465 vsize=15151156 memory=1456 CPUtime=576.37 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) R 9465 9468 8265 0 -1 4202560 95538 0 0 0 57421 216 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465968409176 140466000486588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9465 vsize=15151156 memory=12525352 CPUtime=575.53 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) R 9465 9468 8265 0 -1 4202560 169766 0 0 0 57372 181 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465967356376 140466000486336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9465 vsize=15151156 memory=1456 CPUtime=575.72 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) R 9465 9468 8265 0 -1 4202560 131051 0 0 0 57392 180 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465606154784 140466000774087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9465 vsize=15151156 memory=6791534058613427641 CPUtime=574.53 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) R 9465 9468 8265 0 -1 4202560 186079 0 0 0 57268 185 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465605102296 140466000486543 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9465 vsize=15151156 memory=12525352 CPUtime=74.82 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9465 9468 8265 0 -1 1077944384 138415 0 0 0 7457 25 0 0 20 0 15 0 517510121 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465484407776 140466015798997 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9465 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9465 9468 8265 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465483355488 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9465 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9465 9468 8265 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465482303104 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9465 vsize=15151156 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9465 9468 8265 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465481251056 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9465 vsize=15151156 memory=1804 CPUtime=1.04 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9465 9468 8265 0 -1 1077944384 4324 0 0 0 104 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9465 vsize=15151156 memory=920 CPUtime=1.05 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9465 9468 8265 0 -1 1077944384 4400 0 0 0 105 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9465 vsize=15151156 memory=3848 CPUtime=0.54 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9465 9468 8265 0 -1 1077944384 7569 0 0 0 54 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9465 vsize=15151156 memory=2596 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9465 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9465 vsize=15151156 memory=2596 CPUtime=0.71 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9465 9468 8265 0 -1 1077944384 530 0 0 0 32 39 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current cumulated CPU time of completed processes: 0.002249 s
Current children cumulated CPU time: 2523.38 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12525352 KiB

[startup+798.401 s]
/proc/loadavg: 4.85 4.13 2.92 6/228 9659
/proc/meminfo: memFree=15884620/32770624 swapFree=66954240/67108860
[pid=9470] ppid=9465 vsize=15151156 memory=12525352 CPUtime=2526.56 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9465 9468 8265 0 -1 1077944320 769451 0 0 0 251812 844 0 0 20 0 15 0 517510119 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3787789 3131338 3502 1 0 3748889 0
[pid=9470/tid=9471] ppid=9465 vsize=15151156 memory=12525352 CPUtime=142.95 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) S 9465 9468 8265 0 -1 1077944384 30438 0 0 0 14249 46 0 0 20 0 15 0 517510119 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140466020026960 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9465 vsize=15151156 memory=1284 CPUtime=577.17 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) R 9465 9468 8265 0 -1 4202560 95538 0 0 0 57501 216 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465968409176 140466000774087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9465 vsize=15151156 memory=1044 CPUtime=576.33 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) R 9465 9468 8265 0 -1 4202560 169784 0 0 0 57452 181 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465967356376 140466000739832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9465 vsize=15151156 memory=708 CPUtime=576.52 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) R 9465 9468 8265 0 -1 4202560 131052 0 0 0 57472 180 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465606154784 140466000632324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9465 vsize=15151156 memory=6791534058613427641 CPUtime=575.32 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) R 9465 9468 8265 0 -1 4202560 186079 0 0 0 57347 185 0 0 20 0 15 0 517510120 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465605102296 140466000739784 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9465 vsize=15151156 memory=2120 CPUtime=74.82 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9465 9468 8265 0 -1 1077944384 138415 0 0 0 7457 25 0 0 20 0 15 0 517510121 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465484407776 140466015798997 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9465 vsize=15151156 memory=12036 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9465 9468 8265 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465483355488 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9465 vsize=15151156 memory=496 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9465 9468 8265 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465482303104 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9465 vsize=15151156 memory=9364 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9465 9468 8265 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465481251056 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9465 vsize=15151156 memory=1120 CPUtime=1.04 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9465 9468 8265 0 -1 1077944384 4324 0 0 0 104 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9465 vsize=15151156 memory=776 CPUtime=1.05 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9465 9468 8265 0 -1 1077944384 4400 0 0 0 105 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9465 vsize=15151156 memory=1724 CPUtime=0.54 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9465 9468 8265 0 -1 1077944384 7569 0 0 0 54 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9465 vsize=15151156 memory=8220 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9465 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9465 vsize=15151156 memory=3616 CPUtime=0.71 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9465 9468 8265 0 -1 1077944384 537 0 0 0 32 39 0 0 20 0 15 0 517510125 15514783744 3131338 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current cumulated CPU time of completed processes: 0.002249 s
Current children cumulated CPU time: 2526.56 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12525352 KiB

[startup+798.808 s]
/proc/loadavg: 4.85 4.13 2.92 6/228 9659
/proc/meminfo: memFree=15884620/32770624 swapFree=66954240/67108860
[pid=9470] ppid=9465 vsize=15151156 memory=12525356 CPUtime=2528.19 cores=1,3,5,7
/proc/9470/stat : 9470 (java) S 9465 9468 8265 0 -1 1077944320 769702 0 0 0 251975 844 0 0 20 0 15 0 517510119 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140737414647456 140466015788791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
/proc/9470/statm: 3787789 3131339 3502 1 0 3748889 0
[pid=9470/tid=9471] ppid=9465 vsize=15151156 memory=6791534058613427641 CPUtime=142.95 cores=1,3,5,7
/proc/9470/task/9471/stat : 9471 (java) S 9465 9468 8265 0 -1 1077944384 30438 0 0 0 14249 46 0 0 20 0 15 0 517510119 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140466020026960 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9472] ppid=9465 vsize=15151156 memory=988 CPUtime=577.57 cores=1,3,5,7
/proc/9470/task/9472/stat : 9472 (java) R 9465 9468 8265 0 -1 4202560 95615 0 0 0 57541 216 0 0 20 0 15 0 517510120 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465968409176 140466000740263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9473] ppid=9465 vsize=15151156 memory=2016 CPUtime=576.73 cores=1,3,5,7
/proc/9470/task/9473/stat : 9473 (java) R 9465 9468 8265 0 -1 4202560 169858 0 0 0 57492 181 0 0 20 0 15 0 517510120 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465967356376 140466000740263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9474] ppid=9465 vsize=15151156 memory=1284 CPUtime=576.93 cores=1,3,5,7
/proc/9470/task/9474/stat : 9474 (java) R 9465 9468 8265 0 -1 4202560 131066 0 0 0 57513 180 0 0 20 0 15 0 517510120 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465606154784 140465995814959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9475] ppid=9465 vsize=15151156 memory=1044 CPUtime=575.72 cores=1,3,5,7
/proc/9470/task/9475/stat : 9475 (java) R 9465 9468 8265 0 -1 4202560 186166 0 0 0 57387 185 0 0 20 0 15 0 517510120 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465605102296 140466000486430 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9476] ppid=9465 vsize=15151156 memory=708 CPUtime=74.82 cores=1,3,5,7
/proc/9470/task/9476/stat : 9476 (java) S 9465 9468 8265 0 -1 1077944384 138415 0 0 0 7457 25 0 0 20 0 15 0 517510121 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465484407776 140466015798997 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9477] ppid=9465 vsize=15151156 memory=9364 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9477/stat : 9477 (java) S 9465 9468 8265 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465483355488 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9478] ppid=9465 vsize=15151156 memory=1680 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9478/stat : 9478 (java) S 9465 9468 8265 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517510122 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465482303104 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9479] ppid=9465 vsize=15151156 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9479/stat : 9479 (java) S 9465 9468 8265 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465481251056 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9480] ppid=9465 vsize=15151156 memory=880 CPUtime=1.04 cores=1,3,5,7
/proc/9470/task/9480/stat : 9480 (java) S 9465 9468 8265 0 -1 1077944384 4324 0 0 0 104 0 0 0 20 0 15 0 517510125 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465480198256 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9481] ppid=9465 vsize=15151156 memory=1984 CPUtime=1.05 cores=1,3,5,7
/proc/9470/task/9481/stat : 9481 (java) S 9465 9468 8265 0 -1 1077944384 4400 0 0 0 105 0 0 0 20 0 15 0 517510125 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465479145456 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9482] ppid=9465 vsize=15151156 memory=2552 CPUtime=0.54 cores=1,3,5,7
/proc/9470/task/9482/stat : 9482 (java) S 9465 9468 8265 0 -1 1077944384 7569 0 0 0 54 0 0 0 20 0 15 0 517510125 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465478093168 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9483] ppid=9465 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/9470/task/9483/stat : 9483 (java) S 9465 9468 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517510125 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465477040608 140466015798997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
[pid=9470/tid=9484] ppid=9465 vsize=15151156 memory=111632 CPUtime=0.71 cores=1,3,5,7
/proc/9470/task/9484/stat : 9484 (java) S 9465 9468 8265 0 -1 1077944384 537 0 0 0 32 39 0 0 20 0 15 0 517510125 15514783744 3131339 33554432000 4194304 4196468 140737414664912 140465475988400 140466015799938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21561344 140737414673371 140737414673546 140737414673546 140737414676431 0
Current cumulated CPU time of completed processes: 0.002249 s
Current children cumulated CPU time: 2528.19 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12525356 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 798.875
CPU time (s): 2528.3
CPU user time (s): 2519.8
CPU system time (s): 8.50097
CPU usage (%): 316.483
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12526808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.8
system time used= 8.50098
maximum resident set size= 12525680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 770384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30796
involuntary context switches= 21419


# summary of solver processes directly reported to runsolver:
#   pid: 9468,9470
#   total CPU time (s): 2528.3
#   total CPU user time (s): 2519.8
#   total CPU system time (s): 8.50097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.34508 second user time and 8.65504 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-25 12:53:44
IDJOB=4405939
IDBENCH=138476
IDSOLVER=2869
FILE ID=node107/4405939-1569412548
RUNJOBID= node107-1569405077-8297
PBS_JOBID= 21705710
Free space on /var/tmp= 12536 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-16.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405939-1569412548/watcher-4405939-1569412548 -o /var/tmp/evaluation-result-4405939-1569412548/solver-4405939-1569412548 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569405077-8297 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 351739073 HOME/instance-4405939-1569412548.xml

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

MD5SUM BENCH= 60f46a78fc335bdeaa2bda0ed3237a46
RANDOM SEED=351739073

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28361600 kB
MemAvailable:   31547212 kB
Buffers:          106400 kB
Cached:          3221244 kB
SwapCached:        48104 kB
Active:          2283916 kB
Inactive:        1346956 kB
Active(anon):     258572 kB
Inactive(anon):    98280 kB
Active(file):    2025344 kB
Inactive(file):  1248676 kB
Unevictable:      110996 kB
Mlocked:          110996 kB
SwapTotal:      67108860 kB
SwapFree:       66954232 kB
Dirty:             26116 kB
Writeback:             0 kB
AnonPages:        375964 kB
Mapped:            68336 kB
Shmem:             44616 kB
Slab:             368760 kB
SReclaimable:     340052 kB
SUnreclaim:        28708 kB
KernelStack:        4000 kB
PageTables:         6696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-25 13:07:03