Trace number 4262512

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 11.5165 4.9923801

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-03.xml
MD5SUM0bd583d6f4358c2dd06e2f7c5666e2c0
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.041648999
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints394
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":5},{"degree":11,"count":2},{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":4},{"degree":15,"count":1},{"degree":16,"count":5},{"degree":17,"count":6},{"degree":18,"count":5},{"degree":19,"count":3},{"degree":21,"count":2},{"degree":22,"count":2},{"degree":24,"count":1},{"degree":25,"count":1},{"degree":26,"count":2},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":394}]
Number of extensional constraints394
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":394}]
Optimization problemNO
Type of objective

Solver Data

3.15/2.17	c Concrete v3.4 running
11.29/4.97	v <instantiation>
11.29/4.97	v       <list>
11.29/4.97	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
11.29/4.97	v       </list>
11.29/4.97	v       <values>
11.29/4.97	v         2 17 2 2 11 9 16 20 3 17 20 18 18 7 19 20 20 13 1 17 11 20 9 1 8 20 17 10 4 20 19 10 1 5 13 14 19 20 10 5 1 13 13 12 13 19 12 17 20 15
11.29/4.97	v       </values>
11.29/4.97	v     </instantiation>
11.29/4.97	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-4262512-1502440834/watcher-4262512-1502440834 -o /tmp/evaluation-result-4262512-1502440834/solver-4262512-1502440834 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580 bin/concrete HOME/instance-4262512-1502440834.xml 

pid=27224
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: 1.91 1.73 1.60 3/195 27227
/proc/meminfo: memFree=30595000/32770624 swapFree=0/542100
[pid=27227] ppid=27224 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27227/stat : 27227 (runsolver) D 27224 27227 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46276874 24240128 108 18446744073709551615 4194304 4338465 140727252693344 140727252690984 139923477283543 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18853888 140727252697296 140727252697673 140727252697673 140727252701130 0
/proc/27227/statm: 5918 108 54 36 0 2156 0

[startup+0.100211 s]
/proc/loadavg: 1.91 1.73 1.60 3/195 27227
/proc/meminfo: memFree=30595000/32770624 swapFree=0/542100
[pid=27227] ppid=27224 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27227/stat : 27227 (bash) R 27224 27227 19618 0 -1 4202496 842 6177 0 0 0 0 0 1 20 0 1 0 46276874 9867264 366 18446744073709551615 4194304 5098028 140725123300784 140725123298440 140492516666272 0 0 5 65536 0 0 0 17 5 0 0 8 0 0 7196144 7232144 22990848 140725123306004 140725123306089 140725123306089 140725123309546 0
/proc/27227/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200196 s]
/proc/loadavg: 1.91 1.73 1.60 3/195 27227
/proc/meminfo: memFree=30595000/32770624 swapFree=0/542100
[pid=27227] ppid=27224 vsize=13358716 CPUtime=0.07 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 3546 12754 0 0 0 0 5 2 20 0 6 0 46276874 13679325184 2328 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3339679 2328 1309 1 0 3329176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13358716

[startup+0.304879 s]
/proc/loadavg: 1.91 1.73 1.60 3/195 27227
/proc/meminfo: memFree=30595000/32770624 swapFree=0/542100
[pid=27227] ppid=27224 vsize=13974356 CPUtime=0.17 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 6766 12754 0 0 9 1 5 2 20 0 15 0 46276874 14309740544 7424 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3493589 7424 2866 1 0 3482965 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.701117 s]
/proc/loadavg: 1.91 1.73 1.60 3/195 27227
/proc/meminfo: memFree=30595000/32770624 swapFree=0/542100
[pid=27227] ppid=27224 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 14138 12754 0 0 60 4 5 2 20 0 15 0 46276874 14310178816 15092 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3493696 15092 3107 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.91 1.73 1.60 4/210 27290
/proc/meminfo: memFree=30474428/32770624 swapFree=0/542064
[pid=27227] ppid=27224 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 28226 12754 0 0 176 11 5 2 20 0 15 0 46276874 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3496352 43078 3373 1 0 3485525 0
[pid=27227/tid=27277] ppid=27224 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) R 27224 27227 19618 0 -1 4202560 21474 12754 0 0 116 6 5 2 20 0 15 0 46276893 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140601695807648 140601675658590 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) S 27224 27227 19618 0 -1 1077944384 185 12754 0 0 0 0 5 2 20 0 15 0 46276893 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140601661291280 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) S 27224 27227 19618 0 -1 1077944384 34 12754 0 0 1 0 5 2 20 0 15 0 46276893 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140601290943376 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) S 27224 27227 19618 0 -1 1077944384 37 12754 0 0 1 0 5 2 20 0 15 0 46276893 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140601289890832 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 19618 0 -1 1077944384 57 12754 0 0 1 0 5 2 20 0 15 0 46276893 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140601288838288 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 19618 0 -1 1077944384 1174 12754 0 0 1 0 5 2 20 0 15 0 46276895 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600608368624 140601691589250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600607314912 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 19618 0 -1 1077944384 1213 12754 0 0 15 0 5 2 20 0 15 0 46276898 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600604158448 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 19618 0 -1 1077944384 555 12754 0 0 13 0 5 2 20 0 15 0 46276898 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600603105904 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) R 27224 27227 19618 0 -1 4202560 1242 12754 0 0 23 0 5 2 20 0 15 0 46276898 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600602051168 140601670120600 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276902 14321057792 43078 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10608 s]
/proc/loadavg: 1.91 1.73 1.60 4/210 27290
/proc/meminfo: memFree=30402192/32770624 swapFree=0/542064
[pid=27227] ppid=27224 vsize=13997884 CPUtime=5.61 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 39091 12754 0 0 538 16 5 2 20 0 15 0 46276874 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3499471 67882 3444 1 0 3488085 0
[pid=27227/tid=27277] ppid=27224 vsize=13997884 CPUtime=2.9 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) R 27224 27227 19618 0 -1 4202560 29225 12754 0 0 273 10 5 2 20 0 15 0 46276893 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140601695810544 140601691599450 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) S 27224 27227 19618 0 -1 1077944384 185 12754 0 0 0 0 5 2 20 0 15 0 46276893 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140601661291280 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) S 27224 27227 19618 0 -1 1077944384 34 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140601290943376 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) S 27224 27227 19618 0 -1 1077944384 37 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140601289890832 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 19618 0 -1 1077944384 57 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140601288838288 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 19618 0 -1 1077944384 1176 12754 0 0 1 0 5 2 20 0 15 0 46276895 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600608368624 140601691589250 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600607314912 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) R 27224 27227 19618 0 -1 4202560 1795 12754 0 0 81 1 5 2 20 0 15 0 46276898 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600604141168 140601675078539 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) R 27224 27227 19618 0 -1 4202560 1349 12754 0 0 81 1 5 2 20 0 15 0 46276898 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600603095312 140601675074891 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=13997884 CPUtime=1.03 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) R 27224 27227 19618 0 -1 4202560 2975 12754 0 0 95 1 5 2 20 0 15 0 46276898 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600602053456 140601691590038 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276902 14333833216 67882 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20213 s]
/proc/loadavg: 1.91 1.73 1.60 4/210 27290
/proc/meminfo: memFree=30402192/32770624 swapFree=0/542064
[pid=27227] ppid=27224 vsize=13997884 CPUtime=5.93 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 39223 12754 0 0 568 18 5 2 20 0 15 0 46276874 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3499471 74624 3444 1 0 3488085 0
[pid=27227/tid=27277] ppid=27224 vsize=13997884 CPUtime=2.98 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) R 27224 27227 19618 0 -1 4202560 29231 12754 0 0 281 10 5 2 20 0 15 0 46276893 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140601695810544 140601332565012 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) S 27224 27227 19618 0 -1 1077944384 199 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140601661291280 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) S 27224 27227 19618 0 -1 1077944384 38 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140601290943376 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140601289890832 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 19618 0 -1 1077944384 60 12754 0 0 1 0 5 2 20 0 15 0 46276893 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140601288838288 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 19618 0 -1 1077944384 1198 12754 0 0 1 0 5 2 20 0 15 0 46276895 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600608368624 140601691589250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600607314912 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) R 27224 27227 19618 0 -1 1077944384 1828 12754 0 0 89 1 5 2 20 0 15 0 46276898 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600604157632 140601691588309 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=13997884 CPUtime=0.98 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) R 27224 27227 19618 0 -1 4202560 1375 12754 0 0 90 1 5 2 20 0 15 0 46276898 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600603106032 140601691599450 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) R 27224 27227 19618 0 -1 4202560 2993 12754 0 0 97 1 5 2 20 0 15 0 46276898 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600602053360 140601675658590 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276902 14333833216 74624 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 13997884

[startup+4.0011 s]
/proc/loadavg: 1.91 1.73 1.60 4/210 27290
/proc/meminfo: memFree=30283188/32770624 swapFree=0/542064
[pid=27227] ppid=27224 vsize=13999932 CPUtime=8.37 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 49254 12754 0 0 811 19 5 2 20 0 15 0 46276874 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3499983 76935 3446 1 0 3488597 0
[pid=27227/tid=27277] ppid=27224 vsize=13999932 CPUtime=3.78 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) R 27224 27227 19618 0 -1 4202560 32324 12754 0 0 360 11 5 2 20 0 15 0 46276893 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140601695805744 140601332528298 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) S 27224 27227 19618 0 -1 1077944384 199 12754 0 0 1 0 5 2 20 0 15 0 46276893 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140601661291280 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) S 27224 27227 19618 0 -1 1077944384 38 12754 0 0 1 0 5 2 20 0 15 0 46276893 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140601290943376 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 1 0 5 2 20 0 15 0 46276893 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140601289890832 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 19618 0 -1 1077944384 60 12754 0 0 1 0 5 2 20 0 15 0 46276893 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140601288838288 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 19618 0 -1 1077944384 2119 12754 0 0 1 0 5 2 20 0 15 0 46276895 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600608368624 140601691589250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600607314912 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=13999932 CPUtime=1.65 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) R 27224 27227 19618 0 -1 4202560 3924 12754 0 0 157 1 5 2 20 0 15 0 46276898 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600604138272 140601674988975 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=13999932 CPUtime=1.67 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) R 27224 27227 19618 0 -1 4202560 3215 12754 0 0 159 1 5 2 20 0 15 0 46276898 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600603084720 140601675074891 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=13999932 CPUtime=1.33 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) R 27224 27227 19618 0 -1 1077944384 5069 12754 0 0 124 2 5 2 20 0 15 0 46276898 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600602053360 140601691589250 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 8 12754 0 0 0 0 5 2 20 0 15 0 46276902 14335930368 76935 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 13999932

[startup+4.40068 s]
/proc/loadavg: 2.07 1.77 1.61 5/210 27290
/proc/meminfo: memFree=30261672/32770624 swapFree=0/542060
[pid=27227] ppid=27224 vsize=14001980 CPUtime=9.72 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 56417 12754 0 0 945 20 5 2 20 0 15 0 46276874 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3500495 79863 3458 1 0 3489109 0
[pid=27227/tid=27277] ppid=27224 vsize=14001980 CPUtime=4.11 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) R 27224 27227 19618 0 -1 4202560 37049 12754 0 0 393 11 5 2 20 0 15 0 46276893 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140601695805104 140601676743758 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) S 27224 27227 19618 0 -1 1077944384 238 12754 0 0 3 0 5 2 20 0 15 0 46276893 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140601661291280 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) S 27224 27227 19618 0 -1 1077944384 96 12754 0 0 3 0 5 2 20 0 15 0 46276893 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140601290943376 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) S 27224 27227 19618 0 -1 1077944384 57 12754 0 0 3 0 5 2 20 0 15 0 46276893 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140601289890832 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 19618 0 -1 1077944384 211 12754 0 0 5 0 5 2 20 0 15 0 46276893 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140601288838288 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 19618 0 -1 1077944384 3192 12754 0 0 4 0 5 2 20 0 15 0 46276895 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600608368624 140601691589250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600607314912 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=14001980 CPUtime=2.04 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) R 27224 27227 19618 0 -1 4202560 4284 12754 0 0 196 1 5 2 20 0 15 0 46276898 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600604139000 140601675074891 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=14001980 CPUtime=2.07 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) R 27224 27227 19618 0 -1 4202560 3633 12754 0 0 199 1 5 2 20 0 15 0 46276898 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600603085376 140601675074832 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=14001980 CPUtime=1.42 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 19618 0 -1 1077944384 5393 12754 0 0 133 2 5 2 20 0 15 0 46276898 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600602053360 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 9 12754 0 0 0 0 5 2 20 0 15 0 46276902 14338027520 79863 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 14001980

[startup+4.80056 s]
/proc/loadavg: 2.07 1.77 1.61 5/210 27290
/proc/meminfo: memFree=30261672/32770624 swapFree=0/542060
[pid=27227] ppid=27224 vsize=14067516 CPUtime=11.02 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 69041 12754 0 0 1074 21 5 2 20 0 15 0 46276874 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3516879 91415 3460 1 0 3505493 0
[pid=27227/tid=27277] ppid=27224 vsize=14067516 CPUtime=4.43 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) S 27224 27227 19618 0 -1 1077944384 48082 12754 0 0 424 12 5 2 20 0 15 0 46276893 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140601695815648 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) R 27224 27227 19618 0 -1 4202560 249 12754 0 0 8 0 5 2 20 0 15 0 46276893 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140601661291400 140601684206311 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) R 27224 27227 19618 0 -1 4202560 96 12754 0 0 7 0 5 2 20 0 15 0 46276893 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140601290943184 140601684206311 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 19618 0 -1 4202560 57 12754 0 0 8 0 5 2 20 0 15 0 46276893 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140601289891032 140601676567626 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) R 27224 27227 19618 0 -1 4202560 214 12754 0 0 10 0 5 2 20 0 15 0 46276893 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140601288838096 140601684206311 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 19618 0 -1 1077944384 3221 12754 0 0 6 0 5 2 20 0 15 0 46276895 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600608367248 140601691588309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600607314912 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=14067516 CPUtime=2.37 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 19618 0 -1 1077944384 4749 12754 0 0 229 1 5 2 20 0 15 0 46276898 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600604143440 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=14067516 CPUtime=2.39 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 19618 0 -1 1077944384 4440 12754 0 0 231 1 5 2 20 0 15 0 46276898 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600603085456 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 19618 0 -1 1077944384 5669 12754 0 0 145 2 5 2 20 0 15 0 46276898 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600602053360 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 9 12754 0 0 0 0 5 2 20 0 15 0 46276902 14405136384 91415 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 14067516

[startup+4.9051 s]
/proc/loadavg: 2.07 1.77 1.61 5/210 27290
/proc/meminfo: memFree=30261672/32770624 swapFree=0/542060
[pid=27227] ppid=27224 vsize=14067516 CPUtime=11.29 cores=1,3,5,7
/proc/27227/stat : 27227 (java) S 27224 27227 19618 0 -1 1077944320 69074 12754 0 0 1100 22 5 2 20 0 15 0 46276874 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140722893974640 140601691578103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
/proc/27227/statm: 3516879 91465 3460 1 0 3505493 0
[pid=27227/tid=27277] ppid=27224 vsize=14067516 CPUtime=4.43 cores=1,3,5,7
/proc/27227/task/27277/stat : 27277 (java) S 27224 27227 19618 0 -1 1077944384 48082 12754 0 0 424 12 5 2 20 0 15 0 46276893 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140601695815648 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27278] ppid=27224 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/27227/task/27278/stat : 27278 (java) S 27224 27227 19618 0 -1 1077944384 256 12754 0 0 13 0 5 2 20 0 15 0 46276893 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140601661291280 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27279] ppid=27224 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/27227/task/27279/stat : 27279 (java) S 27224 27227 19618 0 -1 1077944384 104 12754 0 0 13 0 5 2 20 0 15 0 46276893 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140601290943376 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27280] ppid=27224 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/27227/task/27280/stat : 27280 (java) S 27224 27227 19618 0 -1 1077944384 63 12754 0 0 13 0 5 2 20 0 15 0 46276893 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140601289890832 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27281] ppid=27224 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 19618 0 -1 1077944384 214 12754 0 0 15 0 5 2 20 0 15 0 46276893 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140601288838288 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27282] ppid=27224 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/27227/task/27282/stat : 27282 (java) R 27224 27227 19618 0 -1 4202560 3221 12754 0 0 11 0 5 2 20 0 15 0 46276895 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600608367024 140601691599450 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27283] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 19618 0 -1 1077944384 54 12754 0 0 0 0 5 2 20 0 15 0 46276895 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600607314544 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27284] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 19618 0 -1 1077944384 44 12754 0 0 0 0 5 2 20 0 15 0 46276895 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600606262272 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27285] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600605210832 140601691596699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27286] ppid=27224 vsize=14067516 CPUtime=2.37 cores=1,3,5,7
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 19618 0 -1 1077944384 4760 12754 0 0 229 1 5 2 20 0 15 0 46276898 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600604144096 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27287] ppid=27224 vsize=14067516 CPUtime=2.4 cores=1,3,5,7
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 19618 0 -1 1077944384 4441 12754 0 0 232 1 5 2 20 0 15 0 46276898 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600603085840 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27288] ppid=27224 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 19618 0 -1 1077944384 5669 12754 0 0 145 2 5 2 20 0 15 0 46276898 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600602053360 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27289] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 19618 0 -1 1077944384 3 12754 0 0 0 0 5 2 20 0 15 0 46276898 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600601001056 140601691588309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
[pid=27227/tid=27290] ppid=27224 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 19618 0 -1 1077944384 9 12754 0 0 0 0 5 2 20 0 15 0 46276902 14405136384 91465 18446744073709551615 4194304 4196468 140722893992096 140600599947568 140601691589250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20402176 140722893998032 140722894000817 140722894000817 140722894004175 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 4.99238
CPU time (s): 11.5165
CPU user time (s): 11.2546
CPU system time (s): 0.261919
CPU usage (%): 230.681
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2546
system time used= 0.261919
maximum resident set size= 367484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82111
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= 6561
involuntary context switches= 162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025845 second user time and 0.031014 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 10:26:27
IDJOB=4262512
IDBENCH=126106
IDSOLVER=2650
FILE ID=node127/4262512-1502440834
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262512-1502440834/watcher-4262512-1502440834 -o /tmp/evaluation-result-4262512-1502440834/solver-4262512-1502440834 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262512-1502440834.xml

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

MD5SUM BENCH= 0bd583d6f4358c2dd06e2f7c5666e2c0
RANDOM SEED=1360674512

node127.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.92
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.92
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.92
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.92
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:        30595604 kB
MemAvailable:   31383568 kB
Buffers:          249224 kB
Cached:           829144 kB
SwapCached:            0 kB
Active:          1186372 kB
Inactive:         567008 kB
Active(anon):     675360 kB
Inactive(anon):    24908 kB
Active(file):     511012 kB
Inactive(file):   542100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24460 kB
Writeback:             0 kB
AnonPages:        662504 kB
Mapped:            54312 kB
Shmem:             25252 kB
Slab:             127160 kB
SReclaimable:     101376 kB
SUnreclaim:        25784 kB
KernelStack:        3488 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1359044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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 node127 at 2017-08-11 10:26:32