Trace number 4262631

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
Concrete 3.4SAT 10.4326 5.1114802

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-4.xml
MD5SUMe176d1187697c9809d41bef962d277e0
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 benchmark0.16116901
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size163
Maximum domain size163
Distribution of domain sizes[{"size":163,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

3.22/2.39	c Concrete v3.4 running
10.30/4.83	v <instantiation>
10.30/4.83	v       <list>
10.30/4.83	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4]
10.30/4.83	v       </list>
10.30/4.83	v       <values>
10.30/4.83	v         89 100 110 128 138 47 54 65 134 141 80 88 97 111 121 17 20 37 134 140 36 43 53 119 129 29 42 45 67 89 74 81 89 144 152 6 18 21 118 128 63 73 79 102 130 106 117 126 141 148
10.30/4.83	v       </values>
10.30/4.83	v     </instantiation>
10.30/4.83	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262631-1502412248/watcher-4262631-1502412248 -o /tmp/evaluation-result-4262631-1502412248/solver-4262631-1502412248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262631-1502412248.xml 

pid=1416
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.01 0.26 3/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1423] ppid=1416 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1423/stat : 1423 (runsolver) D 1416 1423 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43445683 24240128 108 18446744073709551615 4194304 4338465 140726479294672 140726479292312 140454780076759 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 21442560 140726479298769 140726479299145 140726479299145 140726479302602 0
/proc/1423/statm: 5918 108 54 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 0.00 0.01 0.26 3/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1423] ppid=1416 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/1423/stat : 1423 (bash) S 1416 1423 1330 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 43445683 9867264 377 18446744073709551615 4194304 5098028 140737180586896 140737180580904 139769495104512 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 6 0 0 7196144 7232144 7794688 140737180590612 140737180590697 140737180590697 140737180594154 0
/proc/1423/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200326 s]
/proc/loadavg: 0.00 0.01 0.26 3/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1423] ppid=1416 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/1423/stat : 1423 (bash) S 1416 1423 1330 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 43445683 9867264 377 18446744073709551615 4194304 5098028 140737180586896 140737180580904 139769495104512 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 6 0 0 7196144 7232144 7794688 140737180590612 140737180590697 140737180590697 140737180594154 0
/proc/1423/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300319 s]
/proc/loadavg: 0.00 0.01 0.26 3/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1423] ppid=1416 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/1423/stat : 1423 (bash) S 1416 1423 1330 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 43445683 9867264 377 18446744073709551615 4194304 5098028 140737180586896 140737180580904 139769495104512 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 6 0 0 7196144 7232144 7794688 140737180590612 140737180590697 140737180590697 140737180594154 0
/proc/1423/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.70028 s]
/proc/loadavg: 0.00 0.01 0.26 3/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1423] ppid=1416 vsize=13974784 CPUtime=0.43 cores=0,2,4,6
/proc/1423/stat : 1423 (java) S 1416 1423 1330 0 -1 1077944320 12625 12632 0 0 32 4 5 2 20 0 15 0 43445683 14310178816 13501 18446744073709551615 4194304 4196468 140734588466080 140734588448624 140273261207287 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
/proc/1423/statm: 3493696 13501 3070 1 0 3482965 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13974784

[startup+1.50116 s]
/proc/loadavg: 0.16 0.05 0.27 6/217 1549
/proc/meminfo: memFree=31111452/32770624 swapFree=0/495224
[pid=1423] ppid=1416 vsize=13983360 CPUtime=1.6 cores=0,2,4,6
/proc/1423/stat : 1423 (java) S 1416 1423 1330 0 -1 1077944320 24528 12632 0 0 145 8 5 2 20 0 15 0 43445683 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140734588448624 140273261207287 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
/proc/1423/statm: 3495840 31522 3337 1 0 3485013 0
[pid=1423/tid=1535] ppid=1416 vsize=13983360 CPUtime=1.12 cores=0,2,4,6
/proc/1423/task/1535/stat : 1535 (java) R 1416 1423 1330 0 -1 4202560 20115 12632 0 0 99 6 5 2 20 0 15 0 43445717 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140273265421392 140273246902269 0 4 1 16800974 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1536] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1536/stat : 1536 (java) S 1416 1423 1330 0 -1 1077944384 1 12632 0 0 0 0 5 2 20 0 15 0 43445718 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140273230919952 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1537] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1537/stat : 1537 (java) S 1416 1423 1330 0 -1 1077944384 1 12632 0 0 0 0 5 2 20 0 15 0 43445718 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272860162448 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1538] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1538/stat : 1538 (java) S 1416 1423 1330 0 -1 1077944384 1 12632 0 0 0 0 5 2 20 0 15 0 43445718 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272859109904 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1539] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) S 1416 1423 1330 0 -1 1077944384 2 12632 0 0 0 0 5 2 20 0 15 0 43445718 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272858057360 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1540] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1540/stat : 1540 (java) S 1416 1423 1330 0 -1 1077944384 5 12632 0 0 0 0 5 2 20 0 15 0 43445719 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272739498480 140273261218434 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1541] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1541/stat : 1541 (java) S 1416 1423 1330 0 -1 1077944384 33 12632 0 0 0 0 5 2 20 0 15 0 43445720 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272738444704 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1542] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1542/stat : 1542 (java) S 1416 1423 1330 0 -1 1077944384 21 12632 0 0 0 0 5 2 20 0 15 0 43445720 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272737392112 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1543] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1543/stat : 1543 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445722 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272736340688 140273261225883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1544] ppid=1416 vsize=13983360 CPUtime=0.19 cores=0,2,4,6
/proc/1423/task/1544/stat : 1544 (java) S 1416 1423 1330 0 -1 1077944384 963 12632 0 0 12 0 5 2 20 0 15 0 43445722 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272735287280 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1545] ppid=1416 vsize=13983360 CPUtime=0.2 cores=0,2,4,6
/proc/1423/task/1545/stat : 1545 (java) R 1416 1423 1330 0 -1 4202560 504 12632 0 0 13 0 5 2 20 0 15 0 43445722 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272734234736 140273239233108 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1546] ppid=1416 vsize=13983360 CPUtime=0.26 cores=0,2,4,6
/proc/1423/task/1546/stat : 1546 (java) S 1416 1423 1330 0 -1 1077944384 711 12632 0 0 19 0 5 2 20 0 15 0 43445722 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272733182192 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1547] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1547/stat : 1547 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445723 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272732129888 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1549] ppid=1416 vsize=13983360 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1549/stat : 1549 (java) S 1416 1423 1330 0 -1 1077944384 10 12632 0 0 0 0 5 2 20 0 15 0 43445732 14318960640 31522 18446744073709551615 4194304 4196468 140734588466080 140272731077424 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 13983360

[startup+3.10113 s]
/proc/loadavg: 0.16 0.05 0.27 6/217 1549
/proc/meminfo: memFree=30933196/32770624 swapFree=0/495220
[pid=1423] ppid=1416 vsize=13997884 CPUtime=5.56 cores=0,2,4,6
/proc/1423/stat : 1423 (java) S 1416 1423 1330 0 -1 1077944320 41350 12632 0 0 536 13 5 2 20 0 15 0 43445683 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140734588448624 140273261207287 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
/proc/1423/statm: 3499471 51423 3446 1 0 3488085 0
[pid=1423/tid=1535] ppid=1416 vsize=13997884 CPUtime=2.69 cores=0,2,4,6
/proc/1423/task/1535/stat : 1535 (java) R 1416 1423 1330 0 -1 4202560 27592 12632 0 0 254 8 5 2 20 0 15 0 43445717 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140273265437312 140273246903136 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1536] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1536/stat : 1536 (java) S 1416 1423 1330 0 -1 1077944384 210 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140273230919952 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1537] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1537/stat : 1537 (java) S 1416 1423 1330 0 -1 1077944384 23 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272860162448 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1538] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1538/stat : 1538 (java) S 1416 1423 1330 0 -1 1077944384 50 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272859109904 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1539] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) S 1416 1423 1330 0 -1 1077944384 54 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272858057360 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1540] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1540/stat : 1540 (java) S 1416 1423 1330 0 -1 1077944384 1459 12632 0 0 1 0 5 2 20 0 15 0 43445719 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272739498480 140273261218434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1541] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1541/stat : 1541 (java) S 1416 1423 1330 0 -1 1077944384 55 12632 0 0 0 0 5 2 20 0 15 0 43445720 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272738444704 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1542] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1542/stat : 1542 (java) S 1416 1423 1330 0 -1 1077944384 45 12632 0 0 0 0 5 2 20 0 15 0 43445720 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272737392112 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1543] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1543/stat : 1543 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445722 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272736340688 140273261225883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1544] ppid=1416 vsize=13997884 CPUtime=1.09 cores=0,2,4,6
/proc/1423/task/1544/stat : 1544 (java) R 1416 1423 1330 0 -1 4202560 4352 12632 0 0 102 0 5 2 20 0 15 0 43445722 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272735269840 140273245600363 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1545] ppid=1416 vsize=13997884 CPUtime=0.84 cores=0,2,4,6
/proc/1423/task/1545/stat : 1545 (java) R 1416 1423 1330 0 -1 4202560 1612 12632 0 0 76 1 5 2 20 0 15 0 43445722 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272734220760 140273242727330 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1546] ppid=1416 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/1423/task/1546/stat : 1546 (java) S 1416 1423 1330 0 -1 1077944384 3726 12632 0 0 95 1 5 2 20 0 15 0 43445722 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272733182192 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1547] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1547/stat : 1547 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445723 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272732129888 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1549] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1549/stat : 1549 (java) S 1416 1423 1330 0 -1 1077944384 11 12632 0 0 0 0 5 2 20 0 15 0 43445732 14333833216 51423 18446744073709551615 4194304 4196468 140734588466080 140272731077424 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13997884

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1423 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20154 s]
/proc/loadavg: 0.16 0.05 0.27 6/217 1549
/proc/meminfo: memFree=30933196/32770624 swapFree=0/495220
[pid=1423] ppid=1416 vsize=13997884 CPUtime=5.86 cores=0,2,4,6
/proc/1423/stat : 1423 (java) S 1416 1423 1330 0 -1 1077944320 41765 12632 0 0 566 13 5 2 20 0 15 0 43445683 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140734588448624 140273261207287 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
/proc/1423/statm: 3499471 52723 3447 1 0 3488085 0
[pid=1423/tid=1535] ppid=1416 vsize=13997884 CPUtime=2.79 cores=0,2,4,6
/proc/1423/task/1535/stat : 1535 (java) R 1416 1423 1330 0 -1 4202560 27797 12632 0 0 264 8 5 2 20 0 15 0 43445717 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140273265435696 140273261228634 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1536] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1536/stat : 1536 (java) S 1416 1423 1330 0 -1 1077944384 210 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140273230919952 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1537] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1537/stat : 1537 (java) S 1416 1423 1330 0 -1 1077944384 23 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272860162448 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1538] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1538/stat : 1538 (java) S 1416 1423 1330 0 -1 1077944384 50 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272859109904 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1539] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) S 1416 1423 1330 0 -1 1077944384 54 12632 0 0 1 0 5 2 20 0 15 0 43445718 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272858057360 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1540] ppid=1416 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1423/task/1540/stat : 1540 (java) S 1416 1423 1330 0 -1 1077944384 1459 12632 0 0 1 0 5 2 20 0 15 0 43445719 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272739498480 140273261218434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1541] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1541/stat : 1541 (java) S 1416 1423 1330 0 -1 1077944384 55 12632 0 0 0 0 5 2 20 0 15 0 43445720 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272738444704 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1542] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1542/stat : 1542 (java) S 1416 1423 1330 0 -1 1077944384 45 12632 0 0 0 0 5 2 20 0 15 0 43445720 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272737392112 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1543] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1543/stat : 1543 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445722 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272736340688 140273261225883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1544] ppid=1416 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/1423/task/1544/stat : 1544 (java) R 1416 1423 1330 0 -1 4202560 4395 12632 0 0 112 0 5 2 20 0 15 0 43445722 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272735287280 140273240463822 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1545] ppid=1416 vsize=13997884 CPUtime=0.9 cores=0,2,4,6
/proc/1423/task/1545/stat : 1545 (java) R 1416 1423 1330 0 -1 1077944384 1688 12632 0 0 82 1 5 2 20 0 15 0 43445722 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272734221584 140273261217493 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1546] ppid=1416 vsize=13997884 CPUtime=1.07 cores=0,2,4,6
/proc/1423/task/1546/stat : 1546 (java) R 1416 1423 1330 0 -1 4202560 3818 12632 0 0 99 1 5 2 20 0 15 0 43445722 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272733182192 140273245287774 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1547] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1547/stat : 1547 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445723 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272732129888 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1549] ppid=1416 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1549/stat : 1549 (java) S 1416 1423 1330 0 -1 1077944384 11 12632 0 0 0 0 5 2 20 0 15 0 43445732 14333833216 52723 18446744073709551615 4194304 4196468 140734588466080 140272731077424 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13997884

[startup+4.00062 s]
/proc/loadavg: 0.16 0.05 0.27 10/217 1549
/proc/meminfo: memFree=30846336/32770624 swapFree=0/495220
[pid=1423] ppid=1416 vsize=13999932 CPUtime=8.13 cores=0,2,4,6
/proc/1423/stat : 1423 (java) S 1416 1423 1330 0 -1 1077944320 51437 12632 0 0 791 15 5 2 20 0 15 0 43445683 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140734588448624 140273261207287 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
/proc/1423/statm: 3499983 74445 3458 1 0 3488597 0
[pid=1423/tid=1535] ppid=1416 vsize=13999932 CPUtime=3.53 cores=0,2,4,6
/proc/1423/task/1535/stat : 1535 (java) R 1416 1423 1330 0 -1 4202560 35324 12632 0 0 337 9 5 2 20 0 15 0 43445717 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140273265438192 140273261219222 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1536] ppid=1416 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/1423/task/1536/stat : 1536 (java) S 1416 1423 1330 0 -1 1077944384 260 12632 0 0 3 0 5 2 20 0 15 0 43445718 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140273230919952 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1537] ppid=1416 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/1423/task/1537/stat : 1537 (java) S 1416 1423 1330 0 -1 1077944384 37 12632 0 0 3 0 5 2 20 0 15 0 43445718 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272860162448 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1538] ppid=1416 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/1423/task/1538/stat : 1538 (java) S 1416 1423 1330 0 -1 1077944384 68 12632 0 0 3 0 5 2 20 0 15 0 43445718 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272859109904 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1539] ppid=1416 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) S 1416 1423 1330 0 -1 1077944384 97 12632 0 0 3 0 5 2 20 0 15 0 43445718 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272858057360 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1540] ppid=1416 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/1423/task/1540/stat : 1540 (java) S 1416 1423 1330 0 -1 1077944384 2078 12632 0 0 3 0 5 2 20 0 15 0 43445719 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272739498480 140273261218434 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1541] ppid=1416 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1541/stat : 1541 (java) S 1416 1423 1330 0 -1 1077944384 55 12632 0 0 0 0 5 2 20 0 15 0 43445720 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272738444768 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1542] ppid=1416 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1542/stat : 1542 (java) S 1416 1423 1330 0 -1 1077944384 45 12632 0 0 0 0 5 2 20 0 15 0 43445720 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272737392128 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1543] ppid=1416 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1543/stat : 1543 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445722 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272736340688 140273261225883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1544] ppid=1416 vsize=13999932 CPUtime=1.72 cores=0,2,4,6
/proc/1423/task/1544/stat : 1544 (java) R 1416 1423 1330 0 -1 4202560 4547 12632 0 0 165 0 5 2 20 0 15 0 43445722 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272735287280 140273261219222 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1545] ppid=1416 vsize=13999932 CPUtime=1.43 cores=0,2,4,6
/proc/1423/task/1545/stat : 1545 (java) S 1416 1423 1330 0 -1 1077944384 2218 12632 0 0 135 1 5 2 20 0 15 0 43445722 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272734234736 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1546] ppid=1416 vsize=13999932 CPUtime=1.39 cores=0,2,4,6
/proc/1423/task/1546/stat : 1546 (java) R 1416 1423 1330 0 -1 1077944384 4536 12632 0 0 131 1 5 2 20 0 15 0 43445722 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272733182192 140273261218434 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1547] ppid=1416 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1547/stat : 1547 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445723 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272732129888 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1549] ppid=1416 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1549/stat : 1549 (java) S 1416 1423 1330 0 -1 1077944384 11 12632 0 0 0 0 5 2 20 0 15 0 43445732 14335930368 74445 18446744073709551615 4194304 4196468 140734588466080 140272731077424 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 13999932

[startup+4.80056 s]
/proc/loadavg: 0.16 0.05 0.27 8/217 1549
/proc/meminfo: memFree=30629672/32770624 swapFree=0/495224
[pid=1423] ppid=1416 vsize=14067516 CPUtime=10.3 cores=0,2,4,6
/proc/1423/stat : 1423 (java) S 1416 1423 1330 0 -1 1077944320 58878 12632 0 0 1005 18 5 2 20 0 15 0 43445683 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140734588448624 140273261207287 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
/proc/1423/statm: 3516879 81790 3464 1 0 3505493 0
[pid=1423/tid=1535] ppid=1416 vsize=14067516 CPUtime=4.11 cores=0,2,4,6
/proc/1423/task/1535/stat : 1535 (java) R 1416 1423 1330 0 -1 4202560 41332 12632 0 0 394 10 5 2 20 0 15 0 43445717 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140273265444832 140273261221169 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1536] ppid=1416 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/1423/task/1536/stat : 1536 (java) S 1416 1423 1330 0 -1 1077944384 278 12632 0 0 15 0 5 2 20 0 15 0 43445718 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140273230919952 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1537] ppid=1416 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/1423/task/1537/stat : 1537 (java) S 1416 1423 1330 0 -1 1077944384 38 12632 0 0 14 0 5 2 20 0 15 0 43445718 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272860162448 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1538] ppid=1416 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/1423/task/1538/stat : 1538 (java) S 1416 1423 1330 0 -1 1077944384 79 12632 0 0 13 0 5 2 20 0 15 0 43445718 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272859109904 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1539] ppid=1416 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) S 1416 1423 1330 0 -1 1077944384 115 12632 0 0 14 0 5 2 20 0 15 0 43445718 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272858057360 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1540] ppid=1416 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/1423/task/1540/stat : 1540 (java) S 1416 1423 1330 0 -1 1077944384 2097 12632 0 0 12 0 5 2 20 0 15 0 43445719 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272739498480 140273261218434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1541] ppid=1416 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1541/stat : 1541 (java) S 1416 1423 1330 0 -1 1077944384 55 12632 0 0 0 0 5 2 20 0 15 0 43445720 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272738444832 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1542] ppid=1416 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1542/stat : 1542 (java) S 1416 1423 1330 0 -1 1077944384 45 12632 0 0 0 0 5 2 20 0 15 0 43445720 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272737392128 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1543] ppid=1416 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1543/stat : 1543 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445722 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272736340688 140273261225883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1544] ppid=1416 vsize=14067516 CPUtime=2.08 cores=0,2,4,6
/proc/1423/task/1544/stat : 1544 (java) S 1416 1423 1330 0 -1 1077944384 4700 12632 0 0 200 1 5 2 20 0 15 0 43445722 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272735287280 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1545] ppid=1416 vsize=14067516 CPUtime=1.85 cores=0,2,4,6
/proc/1423/task/1545/stat : 1545 (java) R 1416 1423 1330 0 -1 4202560 2602 12632 0 0 177 1 5 2 20 0 15 0 43445722 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272734216304 140273244703813 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1546] ppid=1416 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/1423/task/1546/stat : 1546 (java) S 1416 1423 1330 0 -1 1077944384 5362 12632 0 0 160 1 5 2 20 0 15 0 43445722 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272733182192 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1547] ppid=1416 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1547/stat : 1547 (java) S 1416 1423 1330 0 -1 1077944384 3 12632 0 0 0 0 5 2 20 0 15 0 43445723 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272732129888 140273261217493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
[pid=1423/tid=1549] ppid=1416 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1423/task/1549/stat : 1549 (java) S 1416 1423 1330 0 -1 1077944384 14 12632 0 0 0 0 5 2 20 0 15 0 43445732 14405136384 81790 18446744073709551615 4194304 4196468 140734588466080 140272731077424 140273261218434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29519872 140734588467152 140734588469937 140734588469937 140734588473295 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 14067516

[startup+5.00036 s]
/proc/loadavg: 0.16 0.05 0.27 8/217 1549
/proc/meminfo: memFree=30629672/32770624 swapFree=0/495224
[pid=1423] ppid=1416 vsize=0 CPUtime=10.41 cores=0,2,4,6
/proc/1423/stat : 1423 (java) Z 1416 1423 1330 0 -1 4227084 59062 12632 0 0 1015 19 5 2 20 0 2 0 43445683 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/1423/statm: 0 0 0 0 0 0 0
[pid=1423/tid=1539] ppid=1416 vsize=0 CPUtime=0.22 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) D 1416 1423 1330 0 -1 4203588 115 12632 0 0 14 1 5 2 20 0 2 0 43445718 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 0

[startup+5.1003 s]
/proc/loadavg: 0.16 0.05 0.27 8/217 1549
/proc/meminfo: memFree=30629672/32770624 swapFree=0/495224
[pid=1423] ppid=1416 vsize=0 CPUtime=10.41 cores=0,2,4,6
/proc/1423/stat : 1423 (java) Z 1416 1423 1330 0 -1 4227084 59062 12632 0 0 1015 19 5 2 20 0 2 0 43445683 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/1423/statm: 0 0 0 0 0 0 0
[pid=1423/tid=1539] ppid=1416 vsize=0 CPUtime=0.22 cores=0,2,4,6
/proc/1423/task/1539/stat : 1539 (java) D 1416 1423 1330 0 -1 4203588 115 12632 0 0 14 1 5 2 20 0 2 0 43445718 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.11148
CPU time (s): 10.4326
CPU user time (s): 10.211
CPU system time (s): 0.22159
CPU usage (%): 204.102
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.211
system time used= 0.22159
maximum resident set size= 328396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6607
involuntary context switches= 117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022337 second user time and 0.034094 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 02:30:04
IDJOB=4262631
IDBENCH=115536
IDSOLVER=2650
FILE ID=node125/4262631-1502412248
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262631-1502412248/watcher-4262631-1502412248 -o /tmp/evaluation-result-4262631-1502412248/solver-4262631-1502412248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262631-1502412248.xml

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

MD5SUM BENCH= e176d1187697c9809d41bef962d277e0
RANDOM SEED=1212333023

node125.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.07
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.07
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.07
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.07
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:        31268316 kB
MemAvailable:   31997172 kB
Buffers:          236364 kB
Cached:           784820 kB
SwapCached:            0 kB
Active:           560896 kB
Inactive:         520172 kB
Active(anon):      60480 kB
Inactive(anon):    24908 kB
Active(file):     500416 kB
Inactive(file):   495264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48676 kB
Writeback:             0 kB
AnonPages:         60016 kB
Mapped:            41236 kB
Shmem:             25252 kB
Slab:             122912 kB
SReclaimable:      98024 kB
SUnreclaim:        24888 kB
KernelStack:        3232 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 02:30:09