Trace number 4262630

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.5426197 4.8603301

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-3.xml
MD5SUMfc2e045ebd71a38a005daaa4794eb19c
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.170955
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size162
Maximum domain size162
Distribution of domain sizes[{"size":162,"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.29/2.30	c Concrete v3.4 running
9.26/4.59	v <instantiation>
9.26/4.59	v       <list>
9.26/4.59	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.26/4.59	v       </list>
9.26/4.59	v       <values>
9.26/4.59	v         100 110 118 134 144 14 21 32 118 125 118 122 140 151 158 39 46 55 77 145 24 28 45 110 129 7 15 18 103 148 78 83 93 129 133 65 74 80 94 102 54 64 67 130 133 88 93 103 133 143
9.26/4.59	v       </values>
9.26/4.59	v     </instantiation>
9.26/4.59	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-4262630-1502412248/watcher-4262630-1502412248 -o /tmp/evaluation-result-4262630-1502412248/solver-4262630-1502412248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4262630-1502412248.xml 

pid=1417
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.00 0.01 0.26 4/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1421] ppid=1417 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1421/stat : 1421 (runsolver) D 1417 1421 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43445683 24240128 108 18446744073709551615 4194304 4338465 140731811446224 140731811443864 140314853700311 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 24743936 140731811455185 140731811455561 140731811455561 140731811459018 0
/proc/1421/statm: 5918 108 54 36 0 2156 0

[startup+0.100103 s]
/proc/loadavg: 0.00 0.01 0.26 4/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1421] ppid=1417 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/1421/stat : 1421 (bash) S 1417 1421 1330 0 -1 4202496 896 6482 0 0 0 0 0 1 20 0 1 0 43445683 9867264 377 18446744073709551615 4194304 5098028 140735780717344 140735780711352 139686305422336 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 6 0 0 7196144 7232144 20979712 140735780721172 140735780721257 140735780721257 140735780724714 0
/proc/1421/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200403 s]
/proc/loadavg: 0.00 0.01 0.26 4/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1421] ppid=1417 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/1421/stat : 1421 (bash) S 1417 1421 1330 0 -1 4202496 896 6482 0 0 0 0 0 1 20 0 1 0 43445683 9867264 377 18446744073709551615 4194304 5098028 140735780717344 140735780711352 139686305422336 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 6 0 0 7196144 7232144 20979712 140735780721172 140735780721257 140735780721257 140735780724714 0
/proc/1421/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300237 s]
/proc/loadavg: 0.00 0.01 0.26 4/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1421] ppid=1417 vsize=13574488 CPUtime=0.11 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 5182 12303 0 0 3 0 5 3 20 0 9 0 43445683 13900275712 4943 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3393622 4943 2136 1 0 3383119 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.700316 s]
/proc/loadavg: 0.00 0.01 0.26 4/187 1423
/proc/meminfo: memFree=31266356/32770624 swapFree=0/495264
[pid=1421] ppid=1417 vsize=13974784 CPUtime=0.51 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 13089 12303 0 0 40 3 5 3 20 0 15 0 43445683 14310178816 13355 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3493696 13355 3054 1 0 3482965 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13974784

[startup+1.50614 s]
/proc/loadavg: 0.16 0.05 0.27 6/217 1549
/proc/meminfo: memFree=31111452/32770624 swapFree=0/495224
[pid=1421] ppid=1417 vsize=13985408 CPUtime=1.69 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 27161 12303 0 0 153 8 5 3 20 0 15 0 43445683 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3496352 33512 3337 1 0 3485525 0
[pid=1421/tid=1518] ppid=1417 vsize=13985408 CPUtime=1.2 cores=1,3,5,7
/proc/1421/task/1518/stat : 1518 (java) R 1417 1421 1330 0 -1 4202560 21952 12303 0 0 105 7 5 3 20 0 15 0 43445709 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140324170795184 140324150650206 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1519] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1519/stat : 1519 (java) S 1417 1421 1330 0 -1 1077944384 1 12303 0 0 0 0 5 3 20 0 15 0 43445709 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140324101003792 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1520] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1520/stat : 1520 (java) S 1417 1421 1330 0 -1 1077944384 1 12303 0 0 0 0 5 3 20 0 15 0 43445709 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140324099951248 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1521] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1521/stat : 1521 (java) S 1417 1421 1330 0 -1 1077944384 1 12303 0 0 0 0 5 3 20 0 15 0 43445709 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140324098898192 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1522] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1522/stat : 1522 (java) S 1417 1421 1330 0 -1 1077944384 2 12303 0 0 0 0 5 3 20 0 15 0 43445709 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140323763960208 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1523] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1523/stat : 1523 (java) S 1417 1421 1330 0 -1 1077944384 5 12303 0 0 0 0 5 3 20 0 15 0 43445711 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140323645102832 140324166580866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1524] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1524/stat : 1524 (java) S 1417 1421 1330 0 -1 1077944384 33 12303 0 0 0 0 5 3 20 0 15 0 43445711 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140323644049056 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1525] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1525/stat : 1525 (java) S 1417 1421 1330 0 -1 1077944384 21 12303 0 0 0 0 5 3 20 0 15 0 43445711 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140323642995952 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1526] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1526/stat : 1526 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14321057792 33512 18446744073709551615 4194304 4196468 140733563596960 140323641944528 140324166588315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1527] ppid=1417 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/1421/task/1527/stat : 1527 (java) R 1417 1421 1330 0 -1 4202560 1129 12303 0 0 14 0 5 3 20 0 15 0 43445714 14321057792 33525 18446744073709551615 4194304 4196468 140733563596960 140323640877856 140324145785100 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1528] ppid=1417 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/1421/task/1528/stat : 1528 (java) S 1417 1421 1330 0 -1 1077944384 582 12303 0 0 12 0 5 3 20 0 15 0 43445714 14321057792 33525 18446744073709551615 4194304 4196468 140733563596960 140323639839088 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1529] ppid=1417 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/1421/task/1529/stat : 1529 (java) S 1417 1421 1330 0 -1 1077944384 1269 12303 0 0 20 0 5 3 20 0 15 0 43445714 14321057792 33525 18446744073709551615 4194304 4196468 140733563596960 140323638786032 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1530] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1530/stat : 1530 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14321057792 33525 18446744073709551615 4194304 4196468 140733563596960 140323637733728 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1548] ppid=1417 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1548/stat : 1548 (java) S 1417 1421 1330 0 -1 1077944384 6 12303 0 0 0 0 5 3 20 0 15 0 43445725 14321057792 33525 18446744073709551615 4194304 4196468 140733563596960 140323636681776 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 13985408

[startup+3.10089 s]
/proc/loadavg: 0.16 0.05 0.27 6/217 1549
/proc/meminfo: memFree=30933196/32770624 swapFree=0/495220
[pid=1421] ppid=1417 vsize=13997884 CPUtime=5.45 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 41063 12303 0 0 522 15 5 3 20 0 15 0 43445683 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3499471 53526 3444 1 0 3488085 0
[pid=1421/tid=1518] ppid=1417 vsize=13997884 CPUtime=2.76 cores=1,3,5,7
/proc/1421/task/1518/stat : 1518 (java) R 1417 1421 1330 0 -1 4202560 28495 12303 0 0 259 9 5 3 20 0 15 0 43445709 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140324170796304 140324166581654 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1519] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1519/stat : 1519 (java) S 1417 1421 1330 0 -1 1077944384 209 12303 0 0 0 0 5 3 20 0 15 0 43445709 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140324101003792 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1520] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1520/stat : 1520 (java) S 1417 1421 1330 0 -1 1077944384 32 12303 0 0 0 0 5 3 20 0 15 0 43445709 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140324099951248 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1521] ppid=1417 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1521/stat : 1521 (java) S 1417 1421 1330 0 -1 1077944384 58 12303 0 0 1 0 5 3 20 0 15 0 43445709 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140324098898192 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1522] ppid=1417 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1522/stat : 1522 (java) S 1417 1421 1330 0 -1 1077944384 58 12303 0 0 1 0 5 3 20 0 15 0 43445709 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323763960208 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1523] ppid=1417 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1523/stat : 1523 (java) S 1417 1421 1330 0 -1 1077944384 1541 12303 0 0 1 0 5 3 20 0 15 0 43445711 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323645102832 140324166580866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1524] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1524/stat : 1524 (java) S 1417 1421 1330 0 -1 1077944384 54 12303 0 0 0 0 5 3 20 0 15 0 43445711 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323644049120 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1525] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1525/stat : 1525 (java) S 1417 1421 1330 0 -1 1077944384 44 12303 0 0 0 0 5 3 20 0 15 0 43445711 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323642995968 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1526] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1526/stat : 1526 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323641944528 140324166588315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1527] ppid=1417 vsize=13997884 CPUtime=0.88 cores=1,3,5,7
/proc/1421/task/1527/stat : 1527 (java) R 1417 1421 1330 0 -1 4202560 2196 12303 0 0 80 0 5 3 20 0 15 0 43445714 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323640891632 140324148114313 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1528] ppid=1417 vsize=13997884 CPUtime=0.85 cores=1,3,5,7
/proc/1421/task/1528/stat : 1528 (java) R 1417 1421 1330 0 -1 4202560 1923 12303 0 0 77 0 5 3 20 0 15 0 43445714 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323639823200 140324148087480 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1529] ppid=1417 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/1421/task/1529/stat : 1529 (java) R 1417 1421 1330 0 -1 1077944384 4283 12303 0 0 98 2 5 3 20 0 15 0 43445714 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323638786032 140324166580866 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1530] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1530/stat : 1530 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323637733728 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1548] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1548/stat : 1548 (java) S 1417 1421 1330 0 -1 1077944384 9 12303 0 0 0 0 5 3 20 0 15 0 43445725 14333833216 53526 18446744073709551615 4194304 4196468 140733563596960 140323636681776 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20085 s]
/proc/loadavg: 0.16 0.05 0.27 6/217 1549
/proc/meminfo: memFree=30933196/32770624 swapFree=0/495220
[pid=1421] ppid=1417 vsize=13997884 CPUtime=5.77 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 41359 12303 0 0 554 15 5 3 20 0 15 0 43445683 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3499471 55389 3445 1 0 3488085 0
[pid=1421/tid=1518] ppid=1417 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/1421/task/1518/stat : 1518 (java) R 1417 1421 1330 0 -1 4202560 28575 12303 0 0 269 9 5 3 20 0 15 0 43445709 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140324170798320 140324151938147 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1519] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1519/stat : 1519 (java) S 1417 1421 1330 0 -1 1077944384 209 12303 0 0 0 0 5 3 20 0 15 0 43445709 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140324101003792 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1520] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1520/stat : 1520 (java) S 1417 1421 1330 0 -1 1077944384 32 12303 0 0 0 0 5 3 20 0 15 0 43445709 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140324099951248 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1521] ppid=1417 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1521/stat : 1521 (java) S 1417 1421 1330 0 -1 1077944384 58 12303 0 0 1 0 5 3 20 0 15 0 43445709 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140324098898192 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1522] ppid=1417 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1522/stat : 1522 (java) S 1417 1421 1330 0 -1 1077944384 58 12303 0 0 1 0 5 3 20 0 15 0 43445709 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323763960208 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1523] ppid=1417 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1523/stat : 1523 (java) S 1417 1421 1330 0 -1 1077944384 1541 12303 0 0 1 0 5 3 20 0 15 0 43445711 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323645102832 140324166580866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1524] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1524/stat : 1524 (java) S 1417 1421 1330 0 -1 1077944384 54 12303 0 0 0 0 5 3 20 0 15 0 43445711 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323644049120 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1525] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1525/stat : 1525 (java) S 1417 1421 1330 0 -1 1077944384 44 12303 0 0 0 0 5 3 20 0 15 0 43445711 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323642995968 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1526] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1526/stat : 1526 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323641944528 140324166588315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1527] ppid=1417 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/1421/task/1527/stat : 1527 (java) S 1417 1421 1330 0 -1 1077944384 2259 12303 0 0 89 0 5 3 20 0 15 0 43445714 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323640891632 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1528] ppid=1417 vsize=13997884 CPUtime=0.93 cores=1,3,5,7
/proc/1421/task/1528/stat : 1528 (java) R 1417 1421 1330 0 -1 4202560 1959 12303 0 0 85 0 5 3 20 0 15 0 43445714 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323639819200 140324149954997 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1529] ppid=1417 vsize=13997884 CPUtime=1.14 cores=1,3,5,7
/proc/1421/task/1529/stat : 1529 (java) S 1417 1421 1330 0 -1 1077944384 4400 12303 0 0 104 2 5 3 20 0 15 0 43445714 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323638786032 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1530] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1530/stat : 1530 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323637733728 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1548] ppid=1417 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1548/stat : 1548 (java) S 1417 1421 1330 0 -1 1077944384 9 12303 0 0 0 0 5 3 20 0 15 0 43445725 14333833216 55389 18446744073709551615 4194304 4196468 140733563596960 140323636681776 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13997884

[startup+4.00114 s]
/proc/loadavg: 0.16 0.05 0.27 9/217 1549
/proc/meminfo: memFree=30848384/32770624 swapFree=0/495220
[pid=1421] ppid=1417 vsize=14001980 CPUtime=7.76 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 51927 12303 0 0 750 18 5 3 20 0 15 0 43445683 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3500495 74648 3455 1 0 3489109 0
[pid=1421/tid=1518] ppid=1417 vsize=14001980 CPUtime=3.6 cores=1,3,5,7
/proc/1421/task/1518/stat : 1518 (java) R 1417 1421 1330 0 -1 4202560 36828 12303 0 0 342 10 5 3 20 0 15 0 43445709 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140324170801600 140324150613349 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1519] ppid=1417 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/1421/task/1519/stat : 1519 (java) S 1417 1421 1330 0 -1 1077944384 219 12303 0 0 3 0 5 3 20 0 15 0 43445709 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140324101003792 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1520] ppid=1417 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/1421/task/1520/stat : 1520 (java) S 1417 1421 1330 0 -1 1077944384 56 12303 0 0 3 0 5 3 20 0 15 0 43445709 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140324099951248 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1521] ppid=1417 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/1421/task/1521/stat : 1521 (java) S 1417 1421 1330 0 -1 1077944384 62 12303 0 0 2 0 5 3 20 0 15 0 43445709 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140324098898192 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1522] ppid=1417 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/1421/task/1522/stat : 1522 (java) S 1417 1421 1330 0 -1 1077944384 121 12303 0 0 3 0 5 3 20 0 15 0 43445709 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323763960208 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1523] ppid=1417 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/1421/task/1523/stat : 1523 (java) S 1417 1421 1330 0 -1 1077944384 2275 12303 0 0 3 0 5 3 20 0 15 0 43445711 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323645102832 140324166580866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1524] ppid=1417 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1524/stat : 1524 (java) S 1417 1421 1330 0 -1 1077944384 54 12303 0 0 0 0 5 3 20 0 15 0 43445711 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323644049120 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1525] ppid=1417 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1525/stat : 1525 (java) S 1417 1421 1330 0 -1 1077944384 44 12303 0 0 0 0 5 3 20 0 15 0 43445711 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323642995968 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1526] ppid=1417 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1526/stat : 1526 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323641944528 140324166588315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1527] ppid=1417 vsize=14001980 CPUtime=1.34 cores=1,3,5,7
/proc/1421/task/1527/stat : 1527 (java) R 1417 1421 1330 0 -1 4202560 2508 12303 0 0 126 0 5 3 20 0 15 0 43445714 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323640872512 140324147270322 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1528] ppid=1417 vsize=14001980 CPUtime=1.31 cores=1,3,5,7
/proc/1421/task/1528/stat : 1528 (java) R 1417 1421 1330 0 -1 4202560 2128 12303 0 0 123 0 5 3 20 0 15 0 43445714 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323639827760 140324148097934 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1529] ppid=1417 vsize=14001980 CPUtime=1.5 cores=1,3,5,7
/proc/1421/task/1529/stat : 1529 (java) S 1417 1421 1330 0 -1 1077944384 5462 12303 0 0 140 2 5 3 20 0 15 0 43445714 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323638786032 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1530] ppid=1417 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1530/stat : 1530 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323637733728 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1548] ppid=1417 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1548/stat : 1548 (java) S 1417 1421 1330 0 -1 1077944384 9 12303 0 0 0 0 5 3 20 0 15 0 43445725 14338027520 74648 18446744073709551615 4194304 4196468 140733563596960 140323636681776 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 14001980

[startup+4.40114 s]
/proc/loadavg: 0.16 0.05 0.27 9/217 1549
/proc/meminfo: memFree=30629672/32770624 swapFree=0/495224
[pid=1421] ppid=1417 vsize=14067516 CPUtime=9 cores=1,3,5,7
/proc/1421/stat : 1421 (java) S 1417 1421 1330 0 -1 1077944320 61973 12303 0 0 872 20 5 3 20 0 15 0 43445683 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140733563579504 140324166569719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
/proc/1421/statm: 3516879 84695 3458 1 0 3505493 0
[pid=1421/tid=1518] ppid=1417 vsize=14067516 CPUtime=3.95 cores=1,3,5,7
/proc/1421/task/1518/stat : 1518 (java) S 1417 1421 1330 0 -1 1077944384 44633 12303 0 0 375 12 5 3 20 0 15 0 43445709 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140324170807264 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1519] ppid=1417 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/1421/task/1519/stat : 1519 (java) R 1417 1421 1330 0 -1 4202560 230 12303 0 0 7 0 5 3 20 0 15 0 43445709 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140324101003992 140324151270407 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1520] ppid=1417 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/1421/task/1520/stat : 1520 (java) R 1417 1421 1330 0 -1 4202560 57 12303 0 0 6 1 5 3 20 0 15 0 43445709 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140324099951056 140324159197927 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1521] ppid=1417 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/1421/task/1521/stat : 1521 (java) S 1417 1421 1330 0 -1 1077944384 62 12303 0 0 6 0 5 3 20 0 15 0 43445709 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140324098898000 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1522] ppid=1417 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/1421/task/1522/stat : 1522 (java) R 1417 1421 1330 0 -1 4202560 124 12303 0 0 7 0 5 3 20 0 15 0 43445709 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323763960208 140324159197927 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1523] ppid=1417 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/1421/task/1523/stat : 1523 (java) S 1417 1421 1330 0 -1 1077944384 2276 12303 0 0 6 0 5 3 20 0 15 0 43445711 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323645101456 140324166579925 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1524] ppid=1417 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1524/stat : 1524 (java) S 1417 1421 1330 0 -1 1077944384 54 12303 0 0 0 0 5 3 20 0 15 0 43445711 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323644049120 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1525] ppid=1417 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1525/stat : 1525 (java) S 1417 1421 1330 0 -1 1077944384 44 12303 0 0 0 0 5 3 20 0 15 0 43445711 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323642995968 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1526] ppid=1417 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1526/stat : 1526 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323641944528 140324166588315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1527] ppid=1417 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/1421/task/1527/stat : 1527 (java) S 1417 1421 1330 0 -1 1077944384 3017 12303 0 0 149 1 5 3 20 0 15 0 43445714 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323640875216 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1528] ppid=1417 vsize=14067516 CPUtime=1.67 cores=1,3,5,7
/proc/1421/task/1528/stat : 1528 (java) S 1417 1421 1330 0 -1 1077944384 3545 12303 0 0 158 1 5 3 20 0 15 0 43445714 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323639818128 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1529] ppid=1417 vsize=14067516 CPUtime=1.64 cores=1,3,5,7
/proc/1421/task/1529/stat : 1529 (java) S 1417 1421 1330 0 -1 1077944384 5761 12303 0 0 154 2 5 3 20 0 15 0 43445714 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323638786032 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1530] ppid=1417 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1530/stat : 1530 (java) S 1417 1421 1330 0 -1 1077944384 3 12303 0 0 0 0 5 3 20 0 15 0 43445714 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323637733728 140324166579925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
[pid=1421/tid=1548] ppid=1417 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/1421/task/1548/stat : 1548 (java) S 1417 1421 1330 0 -1 1077944384 9 12303 0 0 0 0 5 3 20 0 15 0 43445725 14405136384 84695 18446744073709551615 4194304 4196468 140733563596960 140323636681776 140324166580866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32038912 140733563598800 140733563601585 140733563601585 140733563604943 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 14067516

[startup+4.80038 s]
/proc/loadavg: 0.16 0.05 0.27 9/217 1549
/proc/meminfo: memFree=30629672/32770624 swapFree=0/495224
[pid=1421] ppid=1417 vsize=0 CPUtime=9.53 cores=1,3,5,7
/proc/1421/stat : 1421 (java) Z 1417 1421 1330 0 -1 4227084 62399 12303 0 0 923 22 5 3 20 0 2 0 43445683 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/1421/statm: 0 0 0 0 0 0 0
[pid=1421/tid=1525] ppid=1417 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/1421/task/1525/stat : 1525 (java) D 1417 1421 1330 0 -1 4203588 45 12303 0 0 0 1 5 3 20 0 2 0 43445711 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.86033
CPU time (s): 9.54262
CPU user time (s): 9.28657
CPU system time (s): 0.256046
CPU usage (%): 196.337
Max. virtual memory (cumulated for all children) (KiB): 14136128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.28657
system time used= 0.256046
maximum resident set size= 340768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7135
involuntary context switches= 160

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025324 second user time and 0.029728 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= fc2e045ebd71a38a005daaa4794eb19c
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:           560700 kB
Inactive:         520368 kB
Active(anon):      60480 kB
Inactive(anon):    24908 kB
Active(file):     500220 kB
Inactive(file):   495460 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:     330052 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