Trace number 4271986

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.0901 2472.1399

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-7.xml
MD5SUM2ebe21d5d08c670f23069b27b9adbcc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark8.3614998
Satisfiable
(Un)Satisfiability was proved
Number of variables4158
Number of constraints220
Number of domains11
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":792},{"size":3,"count":594},{"size":5,"count":198},{"size":8,"count":198},{"size":11,"count":198},{"size":12,"count":396},{"size":14,"count":396},{"size":17,"count":396},{"size":18,"count":198},{"size":19,"count":594},{"size":20,"count":198}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":4158}]
Minimum constraint arity21
Maximum constraint arity3960
Distribution of constraint arities[{"arity":21,"count":198},{"arity":198,"count":21},{"arity":3960,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":218}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271986-1502745920.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4271986-1502745920.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
1.19/0.75	c solve instance...
2520.05/2472.11	s UNKNOWN
2520.05/2472.11	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 (15203 MiB free)
  memory of node 1: 16384 MiB (10798 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271986-1502745920/watcher-4271986-1502745920 -o /tmp/evaluation-result-4271986-1502745920/solver-4271986-1502745920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 560076633 HOME/instance-4271986-1502745920.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=19919, runsolver pid=19916
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 1.70 1.83 1.79 4/202 19921
/proc/meminfo: memFree=26626112/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13356504 memory=10656 CPUtime=0 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 2415 0 0 0 0 0 0 0 20 0 6 0 28474626 13677060096 2664 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3339126 2664 1203 1 0 3329096 0
[pid=19921/tid=19922] ppid=19919 vsize=13356504 memory=-7666416650606639742 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 1177 0 0 0 0 0 0 0 20 0 6 0 28474626 13677060096 2664 18446744073709551615 4194304 4196468 140728499874736 140081794046056 140081773508112 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13356504 memory=-6623551257525838759 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 28474627 13677060096 2664 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13356504 memory=140393841243776 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 28474627 13677060096 2664 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 28474627 13677060096 2664 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13356504 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 28474627 13677060096 2664 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12036 KiB

[startup+0.210513 s]*
/proc/loadavg: 1.70 1.83 1.79 3/216 19935
/proc/meminfo: memFree=26609984/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13974352 memory=28152 CPUtime=0.09 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 4933 0 0 0 8 1 0 0 20 0 15 0 28474626 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3493588 7038 2756 1 0 3482964 0
[pid=19921/tid=19922] ppid=19919 vsize=13974352 memory=-7666416650606639742 CPUtime=0.07 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 3077 0 0 0 6 1 0 0 20 0 15 0 28474626 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081794036624 140081789826205 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13974352 memory=-6623551257525838759 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13974352 memory=140393841243776 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474629 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28474629 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081266926752 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28474629 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081265873648 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) S 19919 19919 7968 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 28474632 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) S 19919 19919 7968 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 28474632 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081262717808 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13974352 memory=140393841243776 CPUtime=0.01 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) S 19919 19919 7968 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 28474632 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13974352 memory=140393841243776 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474635 14309736448 7038 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29532 KiB

[startup+0.311836 s]*
/proc/loadavg: 1.70 1.83 1.79 4/216 19935
/proc/meminfo: memFree=26599784/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13974352 memory=37236 CPUtime=0.29 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 8402 0 0 0 26 3 0 0 20 0 15 0 28474626 14309736448 9309 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3493588 9309 2973 1 0 3482964 0
[pid=19921/tid=19922] ppid=19919 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 5687 0 0 0 15 2 0 0 20 0 15 0 28474626 14309736448 9309 18446744073709551615 4194304 4196468 140728499874736 140081794034016 140081383324436 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 9309 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13974352 memory=140393841243775 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474629 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28474629 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081266926752 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13974352 memory=140393841243776 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28474629 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081265873648 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) R 19919 19919 7968 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 28474632 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) R 19919 19919 7968 0 -1 4202560 239 0 0 0 2 0 0 0 20 0 15 0 28474632 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081262698824 140081782093568 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) R 19919 19919 7968 0 -1 4202560 691 0 0 0 6 0 0 0 20 0 15 0 28474632 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789825626 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474635 14309736448 9821 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38616 KiB

[startup+0.701039 s]
/proc/loadavg: 1.70 1.83 1.79 5/216 19935
/proc/meminfo: memFree=26586412/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13980732 memory=69040 CPUtime=1.19 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 11802 0 0 0 114 5 0 0 20 0 15 0 28474626 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3495183 17260 3173 1 0 3483476 0
[pid=19921/tid=19922] ppid=19919 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 7923 0 0 0 51 4 0 0 20 0 15 0 28474626 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081794043728 140081382802943 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081266926752 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13980732 memory=8443538352883892301 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081265873648 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13980732 memory=288286675438928497 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13980732 memory=337308 CPUtime=0.16 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) S 19919 19919 7968 0 -1 1077944384 747 0 0 0 16 0 0 0 20 0 15 0 28474632 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13980732 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) S 19919 19919 7968 0 -1 1077944384 571 0 0 0 16 0 0 0 20 0 15 0 28474632 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081262717808 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13980732 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) S 19919 19919 7968 0 -1 1077944384 1253 0 0 0 30 0 0 0 20 0 15 0 28474632 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474635 14316269568 17260 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70420 KiB

[startup+1.50421 s]
/proc/loadavg: 1.72 1.83 1.79 5/216 19935
/proc/meminfo: memFree=26556300/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13980732 memory=115204 CPUtime=3.58 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 20342 0 0 0 351 7 0 0 20 0 15 0 28474626 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3495183 28801 3195 1 0 3483476 0
[pid=19921/tid=19922] ppid=19919 vsize=13980732 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 8864 0 0 0 130 4 0 0 20 0 15 0 28474626 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081794039472 140081387210356 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13980732 memory=280787380143384 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13980732 memory=140393689963057 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28474627 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 28801 18446744073709551615 4194304 4196468 140728499874736 140081266926752 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081265873664 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13980732 memory=1380 CPUtime=2.99 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) S 19919 19919 7968 0 -1 1077944384 28101 0 0 0 296 3 0 0 20 0 15 0 28474632 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13980732 memory=4117216 CPUtime=3.26 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) S 19919 19919 7968 0 -1 1077944384 30995 0 0 0 323 3 0 0 20 0 15 0 28474632 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081262717808 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13980732 memory=1380 CPUtime=0.82 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) S 19919 19919 7968 0 -1 1077944384 19022 0 0 0 79 3 0 0 20 0 15 0 28474632 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13980732 memory=4117216 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13980732 memory=4124 CPUtime=1.41 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1881 0 0 0 74 67 0 0 20 0 15 0 28474635 14316269568 1029304 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 2429.57 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4118596 KiB

[startup+2442.3 s]
/proc/loadavg: 2.11 1.89 1.80 3/214 20238
/proc/meminfo: memFree=25323776/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13980732 memory=3873540 CPUtime=2490.02 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 329406 0 0 0 248398 604 0 0 20 0 15 0 28474626 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3495183 968385 3259 1 0 3483476 0
[pid=19921/tid=19922] ppid=19919 vsize=13980732 memory=3996660 CPUtime=2426.96 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 166331 0 0 0 242643 53 0 0 20 0 15 0 28474626 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081794043280 140081387211980 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13980732 memory=3996660 CPUtime=13.31 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 13562 0 0 0 1211 120 0 0 20 0 15 0 28474627 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13980732 memory=3873540 CPUtime=13.28 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 17662 0 0 0 1208 120 0 0 20 0 15 0 28474627 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13980732 memory=3873540 CPUtime=13.29 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 16642 0 0 0 1209 120 0 0 20 0 15 0 28474627 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13980732 memory=3873540 CPUtime=13.33 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 16755 0 0 0 1215 118 0 0 20 0 15 0 28474627 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13980732 memory=3873540 CPUtime=1.23 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 17032 0 0 0 115 8 0 0 20 0 15 0 28474629 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081266926816 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13980732 memory=3996660 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081265873664 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13980732 memory=1380 CPUtime=2.99 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) S 19919 19919 7968 0 -1 1077944384 28105 0 0 0 296 3 0 0 20 0 15 0 28474632 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13980732 memory=3873540 CPUtime=3.26 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) S 19919 19919 7968 0 -1 1077944384 31000 0 0 0 323 3 0 0 20 0 15 0 28474632 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081262717808 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13980732 memory=1380 CPUtime=0.82 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) S 19919 19919 7968 0 -1 1077944384 19026 0 0 0 79 3 0 0 20 0 15 0 28474632 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13980732 memory=3873540 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13980732 memory=-8774313645642428999 CPUtime=1.46 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1919 0 0 0 76 70 0 0 20 0 15 0 28474635 14316269568 968385 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 2490.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3874920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.11 s]
/proc/loadavg: 2.06 1.90 1.81 3/214 20238
/proc/meminfo: memFree=25447780/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13980732 memory=3749908 CPUtime=2520.05 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 330892 0 0 0 251400 605 0 0 20 0 15 0 28474626 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3495183 937477 3259 1 0 3483476 0
[pid=19921/tid=19922] ppid=19919 vsize=13980732 memory=3749908 CPUtime=2456.69 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 167507 0 0 0 245616 53 0 0 20 0 15 0 28474626 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081794043472 140081382970348 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.38 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 13584 0 0 0 1218 120 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.35 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 17816 0 0 0 1215 120 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.36 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 16670 0 0 0 1216 120 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.4 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 16853 0 0 0 1222 118 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13980732 memory=1380 CPUtime=1.23 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 17038 0 0 0 115 8 0 0 20 0 15 0 28474629 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13980732 memory=3749908 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081266926816 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13980732 memory=3749908 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081265873664 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13980732 memory=3749908 CPUtime=2.99 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) S 19919 19919 7968 0 -1 1077944384 28105 0 0 0 296 3 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13980732 memory=1380 CPUtime=3.26 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) S 19919 19919 7968 0 -1 1077944384 31000 0 0 0 323 3 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081262717808 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13980732 memory=1380 CPUtime=0.82 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) S 19919 19919 7968 0 -1 1077944384 19026 0 0 0 79 3 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13980732 memory=4124 CPUtime=1.48 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1921 0 0 0 77 71 0 0 20 0 15 0 28474635 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3751288 KiB

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

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

[startup+2472.14 s]
# the end of solver process 19921 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.02 s, system=6.0735 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

[startup+2472.11 s]
/proc/loadavg: 2.06 1.90 1.81 3/214 20238
/proc/meminfo: memFree=25447780/32770624 swapFree=67108860/67108860
[pid=19919] ppid=19916 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19919/stat : 19919 (xcsp3-exec) S 19916 19919 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28474616 9740288 345 18446744073709551615 4194304 5098028 140737158389680 140737158387784 140055985582716 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 20361216 140737158398330 140737158398534 140737158398534 140737158402027 0
/proc/19919/statm: 2378 345 289 221 0 87 0
[pid=19921] ppid=19919 vsize=13980732 memory=3749908 CPUtime=2520.05 cores=0,2,4,6
/proc/19921/stat : 19921 (java) S 19919 19919 7968 0 -1 1077944320 330892 0 0 0 251400 605 0 0 20 0 15 0 28474626 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140728499857280 140081789804279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
/proc/19921/statm: 3495183 937477 3259 1 0 3483476 0
[pid=19921/tid=19922] ppid=19919 vsize=13980732 memory=3749908 CPUtime=2456.69 cores=0,2,4,6
/proc/19921/task/19922/stat : 19922 (java) R 19919 19919 7968 0 -1 4202560 167507 0 0 0 245616 53 0 0 20 0 15 0 28474626 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081794043472 140081382970348 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19923] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.38 cores=0,2,4,6
/proc/19921/task/19923/stat : 19923 (java) S 19919 19919 7968 0 -1 1077944384 13584 0 0 0 1218 120 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081709218832 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19924] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.35 cores=0,2,4,6
/proc/19921/task/19924/stat : 19924 (java) S 19919 19919 7968 0 -1 1077944384 17816 0 0 0 1215 120 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081708166288 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19925] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.36 cores=0,2,4,6
/proc/19921/task/19925/stat : 19925 (java) S 19919 19919 7968 0 -1 1077944384 16670 0 0 0 1216 120 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081707113232 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19926] ppid=19919 vsize=13980732 memory=3749908 CPUtime=13.4 cores=0,2,4,6
/proc/19921/task/19926/stat : 19926 (java) S 19919 19919 7968 0 -1 1077944384 16853 0 0 0 1222 118 0 0 20 0 15 0 28474627 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081706060688 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19927] ppid=19919 vsize=13980732 memory=1380 CPUtime=1.23 cores=0,2,4,6
/proc/19921/task/19927/stat : 19927 (java) S 19919 19919 7968 0 -1 1077944384 17038 0 0 0 115 8 0 0 20 0 15 0 28474629 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081267980528 140081789815426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19928] ppid=19919 vsize=13980732 memory=3749908 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19928/stat : 19928 (java) S 19919 19919 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081266926816 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19929] ppid=19919 vsize=13980732 memory=3749908 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19929/stat : 19929 (java) S 19919 19919 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 28474629 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081265873664 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19930] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19930/stat : 19930 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081264822224 140081789822875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19931] ppid=19919 vsize=13980732 memory=3749908 CPUtime=2.99 cores=0,2,4,6
/proc/19921/task/19931/stat : 19931 (java) S 19919 19919 7968 0 -1 1077944384 28105 0 0 0 296 3 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081263770352 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19932] ppid=19919 vsize=13980732 memory=1380 CPUtime=3.26 cores=0,2,4,6
/proc/19921/task/19932/stat : 19932 (java) S 19919 19919 7968 0 -1 1077944384 31000 0 0 0 323 3 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081262717808 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19933] ppid=19919 vsize=13980732 memory=1380 CPUtime=0.82 cores=0,2,4,6
/proc/19921/task/19933/stat : 19933 (java) S 19919 19919 7968 0 -1 1077944384 19026 0 0 0 79 3 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081261664752 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19934] ppid=19919 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19921/task/19934/stat : 19934 (java) S 19919 19919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28474632 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081260612448 140081789814485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
[pid=19921/tid=19935] ppid=19919 vsize=13980732 memory=4124 CPUtime=1.48 cores=0,2,4,6
/proc/19921/task/19935/stat : 19935 (java) S 19919 19919 7968 0 -1 1077944384 1921 0 0 0 77 71 0 0 20 0 15 0 28474635 14316269568 937477 18446744073709551615 4194304 4196468 140728499874736 140081259559472 140081789815426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 28397568 140728499880370 140728499880546 140728499880546 140728499883983 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3751288 KiB

Child status: 143
Real time (s): 2472.14
CPU time (s): 2520.09
CPU user time (s): 2514.02
CPU system time (s): 6.0735
CPU usage (%): 101.94
Max. virtual memory (cumulated for all children) (KiB): 13992352
Max. memory (cumulated for all children) (KiB): 4466612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.02
system time used= 6.0735
maximum resident set size= 4465428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63266
involuntary context switches= 4052


# summary of solver processes directly reported to runsolver:
#   pid: 19919,19921
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2514.02
#   total CPU system time (s): 6.0735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2095 second user time and 24.5265 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 23:11:22
IDJOB=4271986
IDBENCH=124179
IDSOLVER=2664
FILE ID=node128/4271986-1502745920
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-7.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271986-1502745920/watcher-4271986-1502745920 -o /tmp/evaluation-result-4271986-1502745920/solver-4271986-1502745920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 560076633 HOME/instance-4271986-1502745920.xml

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

MD5SUM BENCH= 2ebe21d5d08c670f23069b27b9adbcc2
RANDOM SEED=560076633

node128.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.94
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.94
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.94
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.94
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:        26626200 kB
MemAvailable:   27452656 kB
Buffers:          207528 kB
Cached:           903068 kB
SwapCached:            0 kB
Active:          4896068 kB
Inactive:         822156 kB
Active(anon):    4607424 kB
Inactive(anon):    16764 kB
Active(file):     288644 kB
Inactive(file):   805392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:       4606880 kB
Mapped:            49740 kB
Shmem:             17116 kB
Slab:             121692 kB
SReclaimable:      96508 kB
SUnreclaim:        25184 kB
KernelStack:        3520 kB
PageTables:        14652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5353192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4476928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 23:52:35