Trace number 4262629

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 9.7334805 4.4427299

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-e0ddr2-0.xml
MD5SUM48f537c21c57dd8fe8eb6db658b354f3
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.16706
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size170
Maximum domain size170
Distribution of domain sizes[{"size":170,"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.34/2.14	c Concrete v3.4 running
9.66/4.43	v <instantiation>
9.66/4.43	v       <list>
9.66/4.43	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]
9.66/4.43	v       </list>
9.66/4.43	v       <values>
9.66/4.43	v         79 83 88 100 105 39 44 49 65 76 48 52 66 112 116 1 8 24 33 60 119 122 131 143 154 61 67 80 88 96 109 117 120 140 145 18 27 35 77 84 96 107 110 123 127 73 95 100 126 136
9.66/4.43	v       </values>
9.66/4.43	v     </instantiation>
9.66/4.43	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-4262629-1502412249/watcher-4262629-1502412249 -o /tmp/evaluation-result-4262629-1502412249/solver-4262629-1502412249 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4262629-1502412249.xml 

pid=7710
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.37 0.15 0.67 3/198 7713
/proc/meminfo: memFree=31272000/32770624 swapFree=0/370364
[pid=7713] ppid=7710 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7713/stat : 7713 (runsolver) D 7710 7713 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 29565610 24240128 108 18446744073709551615 4194304 4338465 140731820510880 140731820508520 140577233572567 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 26722304 140731820515537 140731820515913 140731820515913 140731820519370 0
/proc/7713/statm: 5918 108 54 36 0 2156 0

[startup+0.10059 s]
/proc/loadavg: 0.37 0.15 0.67 3/198 7713
/proc/meminfo: memFree=31272000/32770624 swapFree=0/370364
[pid=7713] ppid=7710 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/7713/stat : 7713 (bash) S 7710 7713 7434 0 -1 4202496 897 6475 0 0 0 0 0 1 20 0 1 0 29565610 9867264 377 18446744073709551615 4194304 5098028 140728701421472 140728701415480 140552780311552 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 3 0 0 7196144 7232144 25444352 140728701428244 140728701428329 140728701428329 140728701431786 0
/proc/7713/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200818 s]
/proc/loadavg: 0.37 0.15 0.67 3/198 7713
/proc/meminfo: memFree=31272000/32770624 swapFree=0/370364
[pid=7713] ppid=7710 vsize=13574488 CPUtime=0.11 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 4710 12352 0 0 3 0 5 3 20 0 9 0 29565610 13900275712 4500 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3393878 4500 2102 1 0 3383375 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.300252 s]
/proc/loadavg: 0.37 0.15 0.67 3/198 7713
/proc/meminfo: memFree=31272000/32770624 swapFree=0/370364
[pid=7713] ppid=7710 vsize=13974356 CPUtime=0.2 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 6527 12352 0 0 11 1 5 3 20 0 15 0 29565610 14309740544 7683 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3493589 7683 2903 1 0 3482965 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13974356

[startup+0.700259 s]
/proc/loadavg: 0.37 0.15 0.67 3/198 7713
/proc/meminfo: memFree=31272000/32770624 swapFree=0/370364
[pid=7713] ppid=7710 vsize=13974784 CPUtime=0.74 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 13664 12352 0 0 61 5 5 3 20 0 15 0 29565610 14310178816 15085 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3493696 15085 3098 1 0 3482965 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 13974784

[startup+1.50116 s]
/proc/loadavg: 0.37 0.15 0.67 3/213 7776
/proc/meminfo: memFree=31067852/32770624 swapFree=0/370420
[pid=7713] ppid=7710 vsize=13985408 CPUtime=2.01 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 28342 12352 0 0 182 11 5 3 20 0 15 0 29565610 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3496352 43284 3377 1 0 3485525 0
[pid=7713/tid=7763] ppid=7710 vsize=13985408 CPUtime=1.32 cores=1,3,5,7
/proc/7713/task/7763/stat : 7763 (java) R 7710 7713 7434 0 -1 4202560 21337 12352 0 0 117 7 5 3 20 0 15 0 29565626 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139641289106464 139641284890006 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7764] ppid=7710 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7764/stat : 7764 (java) S 7710 7713 7434 0 -1 1077944384 48 12352 0 0 1 0 5 3 20 0 15 0 29565627 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139641204292624 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7765] ppid=7710 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7765/stat : 7765 (java) S 7710 7713 7434 0 -1 1077944384 203 12352 0 0 1 0 5 3 20 0 15 0 29565627 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139641203240080 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7766] ppid=7710 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7766/stat : 7766 (java) S 7710 7713 7434 0 -1 1077944384 42 12352 0 0 1 0 5 3 20 0 15 0 29565627 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139641202187024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7767] ppid=7710 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7767/stat : 7767 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565627 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139641201134480 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7768] ppid=7710 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7768/stat : 7768 (java) S 7710 7713 7434 0 -1 1077944384 1146 12352 0 0 1 0 5 3 20 0 15 0 29565628 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640763291888 139641284889218 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7769] ppid=7710 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7769/stat : 7769 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565629 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640762238176 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7770] ppid=7710 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7770/stat : 7770 (java) S 7710 7713 7434 0 -1 1077944384 45 12352 0 0 0 0 5 3 20 0 15 0 29565629 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640761185008 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7771] ppid=7710 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7771/stat : 7771 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565631 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640760133584 139641284896667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7772] ppid=7710 vsize=13985408 CPUtime=0.27 cores=1,3,5,7
/proc/7713/task/7772/stat : 7772 (java) R 7710 7713 7434 0 -1 4202560 1070 12352 0 0 19 0 5 3 20 0 15 0 29565631 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640759068256 139641266398869 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7773] ppid=7710 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/7713/task/7773/stat : 7773 (java) S 7710 7713 7434 0 -1 1077944384 797 12352 0 0 13 0 5 3 20 0 15 0 29565632 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640758029168 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7774] ppid=7710 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/7713/task/7774/stat : 7774 (java) S 7710 7713 7434 0 -1 1077944384 1375 12352 0 0 24 0 5 3 20 0 15 0 29565632 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640756976112 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7775] ppid=7710 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7775/stat : 7775 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565632 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640755923808 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7776] ppid=7710 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7776/stat : 7776 (java) S 7710 7713 7434 0 -1 1077944384 10 12352 0 0 0 0 5 3 20 0 15 0 29565637 14321057792 43284 18446744073709551615 4194304 4196468 140731583117888 139640754870832 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13985408

[startup+3.10117 s]
/proc/loadavg: 0.37 0.15 0.67 4/213 7776
/proc/meminfo: memFree=30951740/32770624 swapFree=0/370420
[pid=7713] ppid=7710 vsize=13999932 CPUtime=6.29 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 42093 12352 0 0 606 15 5 3 20 0 15 0 29565610 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3499983 56936 3447 1 0 3488597 0
[pid=7713/tid=7763] ppid=7710 vsize=13999932 CPUtime=2.91 cores=1,3,5,7
/proc/7713/task/7763/stat : 7763 (java) R 7710 7713 7434 0 -1 4202560 27964 12352 0 0 274 9 5 3 20 0 15 0 29565626 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139641289109904 139640888954336 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7764] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7764/stat : 7764 (java) S 7710 7713 7434 0 -1 1077944384 48 12352 0 0 1 0 5 3 20 0 15 0 29565627 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139641204292624 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7765] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7765/stat : 7765 (java) S 7710 7713 7434 0 -1 1077944384 203 12352 0 0 1 0 5 3 20 0 15 0 29565627 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139641203240080 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7766] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7766/stat : 7766 (java) S 7710 7713 7434 0 -1 1077944384 42 12352 0 0 1 0 5 3 20 0 15 0 29565627 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139641202187024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7767] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7767/stat : 7767 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565627 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139641201134480 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7768] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7768/stat : 7768 (java) S 7710 7713 7434 0 -1 1077944384 1158 12352 0 0 1 0 5 3 20 0 15 0 29565628 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640763291888 139641284889218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7769] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7769/stat : 7769 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565629 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640762238176 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7770] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7770/stat : 7770 (java) S 7710 7713 7434 0 -1 1077944384 45 12352 0 0 0 0 5 3 20 0 15 0 29565629 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640761185008 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7771] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7771/stat : 7771 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565631 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640760133584 139641284896667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7772] ppid=7710 vsize=13999932 CPUtime=1.32 cores=1,3,5,7
/proc/7713/task/7772/stat : 7772 (java) R 7710 7713 7434 0 -1 4202560 4084 12352 0 0 124 0 5 3 20 0 15 0 29565631 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640759067808 139641270003883 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7773] ppid=7710 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/7713/task/7773/stat : 7773 (java) R 7710 7713 7434 0 -1 4202560 1923 12352 0 0 94 1 5 3 20 0 15 0 29565632 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640758021656 139641264533536 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7774] ppid=7710 vsize=13999932 CPUtime=1.15 cores=1,3,5,7
/proc/7713/task/7774/stat : 7774 (java) R 7710 7713 7434 0 -1 4202560 4345 12352 0 0 105 2 5 3 20 0 15 0 29565632 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640756976112 139641270558769 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7775] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7775/stat : 7775 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565632 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640755923808 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7776] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7776/stat : 7776 (java) S 7710 7713 7434 0 -1 1077944384 11 12352 0 0 0 0 5 3 20 0 15 0 29565637 14335930368 56936 18446744073709551615 4194304 4196468 140731583117888 139640754870832 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20117 s]
/proc/loadavg: 0.37 0.15 0.67 4/213 7776
/proc/meminfo: memFree=30951740/32770624 swapFree=0/370420
[pid=7713] ppid=7710 vsize=13999932 CPUtime=6.63 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 42334 12352 0 0 640 15 5 3 20 0 15 0 29565610 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3499983 59179 3447 1 0 3488597 0
[pid=7713/tid=7763] ppid=7710 vsize=13999932 CPUtime=3.01 cores=1,3,5,7
/proc/7713/task/7763/stat : 7763 (java) R 7710 7713 7434 0 -1 4202560 27996 12352 0 0 284 9 5 3 20 0 15 0 29565626 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139641289108528 139641265097195 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7764] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7764/stat : 7764 (java) S 7710 7713 7434 0 -1 1077944384 48 12352 0 0 1 0 5 3 20 0 15 0 29565627 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139641204292624 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7765] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7765/stat : 7765 (java) S 7710 7713 7434 0 -1 1077944384 203 12352 0 0 1 0 5 3 20 0 15 0 29565627 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139641203240080 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7766] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7766/stat : 7766 (java) S 7710 7713 7434 0 -1 1077944384 42 12352 0 0 1 0 5 3 20 0 15 0 29565627 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139641202187024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7767] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7767/stat : 7767 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565627 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139641201134480 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7768] ppid=7710 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7713/task/7768/stat : 7768 (java) S 7710 7713 7434 0 -1 1077944384 1158 12352 0 0 1 0 5 3 20 0 15 0 29565628 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640763291888 139641284889218 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7769] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7769/stat : 7769 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565629 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640762238176 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7770] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7770/stat : 7770 (java) S 7710 7713 7434 0 -1 1077944384 45 12352 0 0 0 0 5 3 20 0 15 0 29565629 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640761185008 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7771] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7771/stat : 7771 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565631 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640760133584 139641284896667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7772] ppid=7710 vsize=13999932 CPUtime=1.41 cores=1,3,5,7
/proc/7713/task/7772/stat : 7772 (java) R 7710 7713 7434 0 -1 4202560 4122 12352 0 0 133 0 5 3 20 0 15 0 29565631 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640759067680 139641266406640 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7773] ppid=7710 vsize=13999932 CPUtime=1.12 cores=1,3,5,7
/proc/7713/task/7773/stat : 7773 (java) R 7710 7713 7434 0 -1 4202560 1951 12352 0 0 103 1 5 3 20 0 15 0 29565632 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640758008656 139641268265387 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7774] ppid=7710 vsize=13999932 CPUtime=1.22 cores=1,3,5,7
/proc/7713/task/7774/stat : 7774 (java) R 7710 7713 7434 0 -1 4202560 4488 12352 0 0 112 2 5 3 20 0 15 0 29565632 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640756974528 139641263839396 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7775] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7775/stat : 7775 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565632 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640755923808 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7776] ppid=7710 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7776/stat : 7776 (java) S 7710 7713 7434 0 -1 1077944384 11 12352 0 0 0 0 5 3 20 0 15 0 29565637 14335930368 59179 18446744073709551615 4194304 4196468 140731583117888 139640754870832 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 13999932

[startup+4.00059 s]
/proc/loadavg: 0.74 0.23 0.70 3/213 7776
/proc/meminfo: memFree=30840412/32770624 swapFree=0/370420
[pid=7713] ppid=7710 vsize=14001980 CPUtime=8.68 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 52751 12352 0 0 841 19 5 3 20 0 15 0 29565610 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3500495 76660 3464 1 0 3489109 0
[pid=7713/tid=7763] ppid=7710 vsize=14001980 CPUtime=3.75 cores=1,3,5,7
/proc/7713/task/7763/stat : 7763 (java) R 7710 7713 7434 0 -1 4202560 35968 12352 0 0 357 10 5 3 20 0 15 0 29565626 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139641289094152 139641266441627 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7764] ppid=7710 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/7713/task/7764/stat : 7764 (java) S 7710 7713 7434 0 -1 1077944384 84 12352 0 0 3 0 5 3 20 0 15 0 29565627 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139641204292624 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7765] ppid=7710 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/7713/task/7765/stat : 7765 (java) S 7710 7713 7434 0 -1 1077944384 218 12352 0 0 3 0 5 3 20 0 15 0 29565627 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139641203240080 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7766] ppid=7710 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/7713/task/7766/stat : 7766 (java) S 7710 7713 7434 0 -1 1077944384 99 12352 0 0 3 0 5 3 20 0 15 0 29565627 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139641202187024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7767] ppid=7710 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/7713/task/7767/stat : 7767 (java) S 7710 7713 7434 0 -1 1077944384 91 12352 0 0 3 0 5 3 20 0 15 0 29565627 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139641201134480 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7768] ppid=7710 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/7713/task/7768/stat : 7768 (java) S 7710 7713 7434 0 -1 1077944384 2016 12352 0 0 3 0 5 3 20 0 15 0 29565628 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640763291888 139641284889218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7769] ppid=7710 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7769/stat : 7769 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565629 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640762238176 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7770] ppid=7710 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7770/stat : 7770 (java) S 7710 7713 7434 0 -1 1077944384 45 12352 0 0 0 0 5 3 20 0 15 0 29565629 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640761185024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7771] ppid=7710 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7771/stat : 7771 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565631 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640760133584 139641284896667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7772] ppid=7710 vsize=14001980 CPUtime=1.82 cores=1,3,5,7
/proc/7713/task/7772/stat : 7772 (java) S 7710 7713 7434 0 -1 1077944384 4295 12352 0 0 174 0 5 3 20 0 15 0 29565631 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640759081712 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7773] ppid=7710 vsize=14001980 CPUtime=1.54 cores=1,3,5,7
/proc/7713/task/7773/stat : 7773 (java) S 7710 7713 7434 0 -1 1077944384 2288 12352 0 0 145 1 5 3 20 0 15 0 29565632 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640758029168 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7774] ppid=7710 vsize=14001980 CPUtime=1.54 cores=1,3,5,7
/proc/7713/task/7774/stat : 7774 (java) S 7710 7713 7434 0 -1 1077944384 5420 12352 0 0 144 2 5 3 20 0 15 0 29565632 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640756976112 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7775] ppid=7710 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7775/stat : 7775 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565632 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640755923808 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7776] ppid=7710 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7776/stat : 7776 (java) S 7710 7713 7434 0 -1 1077944384 12 12352 0 0 0 0 5 3 20 0 15 0 29565637 14338027520 76660 18446744073709551615 4194304 4196468 140731583117888 139640754870832 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 14001980

[startup+4.40063 s]
/proc/loadavg: 0.74 0.23 0.70 3/213 7776
/proc/meminfo: memFree=30706472/32770624 swapFree=0/370420
[pid=7713] ppid=7710 vsize=14067516 CPUtime=9.66 cores=1,3,5,7
/proc/7713/stat : 7713 (java) S 7710 7713 7434 0 -1 1077944320 58600 12352 0 0 937 21 5 3 20 0 15 0 29565610 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 140731583100432 139641284878071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
/proc/7713/statm: 3516879 82479 3465 1 0 3505493 0
[pid=7713/tid=7763] ppid=7710 vsize=14067516 CPUtime=3.95 cores=1,3,5,7
/proc/7713/task/7763/stat : 7763 (java) R 7710 7713 7434 0 -1 4202560 41514 12352 0 0 376 11 5 3 20 0 15 0 29565626 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139641289105584 139641268073327 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7764] ppid=7710 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/7713/task/7764/stat : 7764 (java) S 7710 7713 7434 0 -1 1077944384 97 12352 0 0 14 0 5 3 20 0 15 0 29565627 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139641204292624 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7765] ppid=7710 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/7713/task/7765/stat : 7765 (java) S 7710 7713 7434 0 -1 1077944384 227 12352 0 0 14 0 5 3 20 0 15 0 29565627 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139641203240080 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7766] ppid=7710 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/7713/task/7766/stat : 7766 (java) S 7710 7713 7434 0 -1 1077944384 103 12352 0 0 14 0 5 3 20 0 15 0 29565627 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139641202187024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7767] ppid=7710 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/7713/task/7767/stat : 7767 (java) S 7710 7713 7434 0 -1 1077944384 105 12352 0 0 14 0 5 3 20 0 15 0 29565627 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139641201134480 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7768] ppid=7710 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/7713/task/7768/stat : 7768 (java) S 7710 7713 7434 0 -1 1077944384 2033 12352 0 0 12 0 5 3 20 0 15 0 29565628 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640763291888 139641284889218 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7769] ppid=7710 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7769/stat : 7769 (java) S 7710 7713 7434 0 -1 1077944384 55 12352 0 0 0 0 5 3 20 0 15 0 29565629 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640762238176 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7770] ppid=7710 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7770/stat : 7770 (java) S 7710 7713 7434 0 -1 1077944384 45 12352 0 0 0 0 5 3 20 0 15 0 29565629 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640761185024 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7771] ppid=7710 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7771/stat : 7771 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565631 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640760133584 139641284896667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7772] ppid=7710 vsize=14067516 CPUtime=1.89 cores=1,3,5,7
/proc/7713/task/7772/stat : 7772 (java) S 7710 7713 7434 0 -1 1077944384 4336 12352 0 0 180 1 5 3 20 0 15 0 29565631 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640759081712 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7773] ppid=7710 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/7713/task/7773/stat : 7773 (java) S 7710 7713 7434 0 -1 1077944384 2330 12352 0 0 156 1 5 3 20 0 15 0 29565632 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640758029168 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7774] ppid=7710 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/7713/task/7774/stat : 7774 (java) S 7710 7713 7434 0 -1 1077944384 5582 12352 0 0 152 2 5 3 20 0 15 0 29565632 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640756976112 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7775] ppid=7710 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7775/stat : 7775 (java) S 7710 7713 7434 0 -1 1077944384 3 12352 0 0 0 0 5 3 20 0 15 0 29565632 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640755923808 139641284888277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
[pid=7713/tid=7776] ppid=7710 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7713/task/7776/stat : 7776 (java) S 7710 7713 7434 0 -1 1077944384 13 12352 0 0 0 0 5 3 20 0 15 0 29565637 14405136384 82479 18446744073709551615 4194304 4196468 140731583117888 139640754870832 139641284889218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7700480 140731583125456 140731583128241 140731583128241 140731583131599 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 4.44273
CPU time (s): 9.73348
CPU user time (s): 9.47272
CPU system time (s): 0.26076
CPU usage (%): 219.088
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.47272
system time used= 0.26076
maximum resident set size= 331136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71139
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= 6353
involuntary context switches= 55

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024687 second user time and 0.028214 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 02:29:53
IDJOB=4262629
IDBENCH=115546
IDSOLVER=2650
FILE ID=node124/4262629-1502412249
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-e0ddr2-0.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262629-1502412249/watcher-4262629-1502412249 -o /tmp/evaluation-result-4262629-1502412249/solver-4262629-1502412249 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262629-1502412249.xml

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

MD5SUM BENCH= 48f537c21c57dd8fe8eb6db658b354f3
RANDOM SEED=790536021

node124.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.51
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.51
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.51
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.51
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:        31272528 kB
MemAvailable:   31652808 kB
Buffers:          183648 kB
Cached:           485264 kB
SwapCached:            0 kB
Active:           696596 kB
Inactive:         387132 kB
Active(anon):     415432 kB
Inactive(anon):    16768 kB
Active(file):     281164 kB
Inactive(file):   370364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24836 kB
Writeback:             4 kB
AnonPages:        410964 kB
Mapped:            49748 kB
Shmem:             17128 kB
Slab:             114292 kB
SReclaimable:      89176 kB
SUnreclaim:        25116 kB
KernelStack:        3488 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1438712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 02:29:58