Trace number 4259788

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT10 8.13486 4.12713

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-06.xml
MD5SUMc211aeb2c7d5ca0d3acfa7d3ddb05d8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.01429
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints46
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":18},{"size":9,"count":18}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":18},{"degree":7,"count":4},{"degree":8,"count":10},{"degree":10,"count":4}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":18},{"arity":3,"count":10},{"arity":4,"count":4},{"arity":6,"count":10},{"arity":9,"count":4}]
Number of extensional constraints28
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":28},{"type":"sum","count":18}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.49/2.25	c Concrete v3.4 running
6.86/3.76	o 9
7.17/3.80	o 10
7.83/4.07	v <instantiation cost="10">
7.83/4.07	v       <list>
7.83/4.07	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5]
7.83/4.07	v       </list>
7.83/4.07	v       <values>
7.83/4.07	v         0 1 1 0 1 1 1 0 1 0 1 1 1 1 0 0 0 0 2 3 2 4 3 3 3 6 3 4 3 3 2 3 2 2 2 2
7.83/4.07	v       </values>
7.83/4.07	v     </instantiation>
7.83/4.07	s OPTIMUM FOUND

Verifier Data

OK	10

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-4259788-1501646208/watcher-4259788-1501646208 -o /tmp/evaluation-result-4259788-1501646208/solver-4259788-1501646208 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300 bin/concrete HOME/instance-4259788-1501646208.xml 

pid=2341
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.40 1.53 1.64 2/199 2344
/proc/meminfo: memFree=30866376/32770624 swapFree=0/242580
[pid=2344] ppid=2341 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2344/stat : 2344 (runsolver) D 2341 2344 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6531476 24240128 108 18446744073709551615 4194304 4338465 140732809604736 140732809602376 140090418279127 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 21471232 140732809613521 140732809613895 140732809613895 140732809617354 0
/proc/2344/statm: 5918 108 54 36 0 2156 0

[startup+0.100168 s]
/proc/loadavg: 1.40 1.53 1.64 2/199 2344
/proc/meminfo: memFree=30866376/32770624 swapFree=0/242580
[pid=2344] ppid=2341 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/2344/stat : 2344 (bash) R 2341 2344 3187 0 -1 4202496 627 0 0 0 0 0 0 0 20 0 1 0 6531476 9736192 286 18446744073709551615 4194304 5098028 140727034377792 140727034377792 140094652916864 0 0 5 65536 0 0 0 17 2 0 0 9 0 0 7196144 7232144 34340864 140727034384914 140727034384999 140727034384999 140727034388458 0
/proc/2344/statm: 2377 286 237 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200257 s]
/proc/loadavg: 1.40 1.53 1.64 2/199 2344
/proc/meminfo: memFree=30866376/32770624 swapFree=0/242580
[pid=2344] ppid=2341 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/2344/stat : 2344 (bash) S 2341 2344 3187 0 -1 4202496 896 6485 0 0 0 0 0 1 20 0 1 0 6531476 9867264 377 18446744073709551615 4194304 5098028 140727034377792 140727034371800 140094653651968 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 34340864 140727034384914 140727034384999 140727034384999 140727034388458 0
/proc/2344/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300318 s]
/proc/loadavg: 1.40 1.53 1.64 2/199 2344
/proc/meminfo: memFree=30866376/32770624 swapFree=0/242580
[pid=2344] ppid=2341 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 5868 12502 0 0 5 1 4 3 20 0 14 0 6531476 14241083392 5530 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3476827 5530 2552 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.702487 s]
/proc/loadavg: 1.40 1.53 1.64 2/199 2344
/proc/meminfo: memFree=30866376/32770624 swapFree=0/242580
[pid=2344] ppid=2341 vsize=13974784 CPUtime=0.61 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 13836 12502 0 0 50 4 4 3 20 0 15 0 6531476 14310178816 14301 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3493696 14301 3058 1 0 3482973 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50054 s]
/proc/loadavg: 1.40 1.53 1.64 6/214 2408
/proc/meminfo: memFree=30778204/32770624 swapFree=0/242560
[pid=2344] ppid=2341 vsize=13985408 CPUtime=1.83 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 27360 12502 0 0 168 8 4 3 20 0 15 0 6531476 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3496352 33832 3326 1 0 3485533 0
[pid=2344/tid=2394] ppid=2341 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/2344/task/2394/stat : 2394 (java) R 2341 2344 3187 0 -1 4202560 21836 12502 0 0 114 6 4 3 20 0 15 0 6531499 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139646039103216 139646027966851 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2395] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2395/stat : 2395 (java) S 2341 2344 3187 0 -1 1077944384 1 12502 0 0 0 0 4 3 20 0 15 0 6531500 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645969304720 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2396] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2396/stat : 2396 (java) S 2341 2344 3187 0 -1 1077944384 1 12502 0 0 0 0 4 3 20 0 15 0 6531500 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645968251920 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2397] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2397/stat : 2397 (java) S 2341 2344 3187 0 -1 1077944384 1 12502 0 0 0 0 4 3 20 0 15 0 6531500 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645967199120 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2398] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2398/stat : 2398 (java) S 2341 2344 3187 0 -1 1077944384 2 12502 0 0 0 0 4 3 20 0 15 0 6531500 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645966146320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2399] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2399/stat : 2399 (java) S 2341 2344 3187 0 -1 1077944384 5 12502 0 0 0 0 4 3 20 0 15 0 6531501 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645513484656 139646034881154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2400] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2400/stat : 2400 (java) S 2341 2344 3187 0 -1 1077944384 33 12502 0 0 0 0 4 3 20 0 15 0 6531502 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645512430624 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2401] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2401/stat : 2401 (java) S 2341 2344 3187 0 -1 1077944384 21 12502 0 0 0 0 4 3 20 0 15 0 6531502 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645511377776 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2402] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2402/stat : 2402 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645510326096 139646034888603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2404] ppid=2341 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/2344/task/2404/stat : 2404 (java) S 2341 2344 3187 0 -1 1077944384 988 12502 0 0 16 0 4 3 20 0 15 0 6531505 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645509274480 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2405] ppid=2341 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/2344/task/2405/stat : 2405 (java) S 2341 2344 3187 0 -1 1077944384 985 12502 0 0 16 0 4 3 20 0 15 0 6531505 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645508221680 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2406] ppid=2341 vsize=13985408 CPUtime=0.28 cores=0,2,4,6
/proc/2344/task/2406/stat : 2406 (java) S 2341 2344 3187 0 -1 1077944384 1321 12502 0 0 21 0 4 3 20 0 15 0 6531505 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645507168880 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2407] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2407/stat : 2407 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645506116320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2408] ppid=2341 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2408/stat : 2408 (java) S 2341 2344 3187 0 -1 1077944384 6 12502 0 0 0 0 4 3 20 0 15 0 6531510 14321057792 33832 18446744073709551615 4194304 4196468 140735054147808 139645505063600 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10068 s]
/proc/loadavg: 1.40 1.53 1.64 6/214 2408
/proc/meminfo: memFree=30696308/32770624 swapFree=0/242556
[pid=2344] ppid=2341 vsize=13999932 CPUtime=5.35 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 49950 12502 0 0 513 15 4 3 20 0 15 0 6531476 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3499983 54635 3440 1 0 3488605 0
[pid=2344/tid=2394] ppid=2341 vsize=13999932 CPUtime=2.83 cores=0,2,4,6
/proc/2344/task/2394/stat : 2394 (java) R 2341 2344 3187 0 -1 4202560 36028 12502 0 0 267 9 4 3 20 0 15 0 6531499 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139646039097648 139646034891933 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2395] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2395/stat : 2395 (java) S 2341 2344 3187 0 -1 1077944384 56 12502 0 0 0 0 4 3 20 0 15 0 6531500 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645969304720 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2396] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2396/stat : 2396 (java) S 2341 2344 3187 0 -1 1077944384 199 12502 0 0 0 0 4 3 20 0 15 0 6531500 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645968251920 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2397] ppid=2341 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2344/task/2397/stat : 2397 (java) S 2341 2344 3187 0 -1 1077944384 37 12502 0 0 1 0 4 3 20 0 15 0 6531500 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645967199120 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2398] ppid=2341 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2344/task/2398/stat : 2398 (java) S 2341 2344 3187 0 -1 1077944384 67 12502 0 0 1 0 4 3 20 0 15 0 6531500 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645966146320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2399] ppid=2341 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2344/task/2399/stat : 2399 (java) S 2341 2344 3187 0 -1 1077944384 1533 12502 0 0 1 0 4 3 20 0 15 0 6531501 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645513484656 139646034881154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2400] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2400/stat : 2400 (java) S 2341 2344 3187 0 -1 1077944384 55 12502 0 0 0 0 4 3 20 0 15 0 6531502 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645512430688 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2401] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2401/stat : 2401 (java) S 2341 2344 3187 0 -1 1077944384 45 12502 0 0 0 0 4 3 20 0 15 0 6531502 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645511377792 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2402] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2402/stat : 2402 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645510326096 139646034888603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2404] ppid=2341 vsize=13999932 CPUtime=0.9 cores=0,2,4,6
/proc/2344/task/2404/stat : 2404 (java) S 2341 2344 3187 0 -1 1077944384 4244 12502 0 0 82 1 4 3 20 0 15 0 6531505 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645509274480 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2405] ppid=2341 vsize=13999932 CPUtime=0.75 cores=0,2,4,6
/proc/2344/task/2405/stat : 2405 (java) S 2341 2344 3187 0 -1 1077944384 2317 12502 0 0 68 0 4 3 20 0 15 0 6531505 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645508221680 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2406] ppid=2341 vsize=13999932 CPUtime=0.96 cores=0,2,4,6
/proc/2344/task/2406/stat : 2406 (java) R 2341 2344 3187 0 -1 4202560 3202 12502 0 0 88 1 4 3 20 0 15 0 6531505 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645507168880 139646013574688 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2407] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2407/stat : 2407 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645506116320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2408] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2408/stat : 2408 (java) S 2341 2344 3187 0 -1 1077944384 7 12502 0 0 0 0 4 3 20 0 15 0 6531510 14335930368 54635 18446744073709551615 4194304 4196468 140735054147808 139645505063600 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20271 s]
/proc/loadavg: 1.40 1.53 1.64 6/214 2408
/proc/meminfo: memFree=30696308/32770624 swapFree=0/242556
[pid=2344] ppid=2341 vsize=13999932 CPUtime=5.55 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 51134 12502 0 0 532 16 4 3 20 0 15 0 6531476 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3499983 59742 3442 1 0 3488605 0
[pid=2344/tid=2394] ppid=2341 vsize=13999932 CPUtime=2.9 cores=0,2,4,6
/proc/2344/task/2394/stat : 2394 (java) R 2341 2344 3187 0 -1 4202560 36271 12502 0 0 274 9 4 3 20 0 15 0 6531499 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139646039090288 139646018913637 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2395] ppid=2341 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2395/stat : 2395 (java) S 2341 2344 3187 0 -1 1077944384 118 12502 0 0 2 0 4 3 20 0 15 0 6531500 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645969304720 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2396] ppid=2341 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2396/stat : 2396 (java) S 2341 2344 3187 0 -1 1077944384 210 12502 0 0 2 0 4 3 20 0 15 0 6531500 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645968251920 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2397] ppid=2341 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2397/stat : 2397 (java) S 2341 2344 3187 0 -1 1077944384 58 12502 0 0 2 0 4 3 20 0 15 0 6531500 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645967199120 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2398] ppid=2341 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2398/stat : 2398 (java) S 2341 2344 3187 0 -1 1077944384 95 12502 0 0 2 0 4 3 20 0 15 0 6531500 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645966146320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2399] ppid=2341 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/2344/task/2399/stat : 2399 (java) S 2341 2344 3187 0 -1 1077944384 2283 12502 0 0 3 0 4 3 20 0 15 0 6531501 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645513484656 139646034881154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2400] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2400/stat : 2400 (java) S 2341 2344 3187 0 -1 1077944384 55 12502 0 0 0 0 4 3 20 0 15 0 6531502 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645512430688 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2401] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2401/stat : 2401 (java) S 2341 2344 3187 0 -1 1077944384 45 12502 0 0 0 0 4 3 20 0 15 0 6531502 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645511377792 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2402] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2402/stat : 2402 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645510326096 139646034888603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2404] ppid=2341 vsize=13999932 CPUtime=0.91 cores=0,2,4,6
/proc/2344/task/2404/stat : 2404 (java) S 2341 2344 3187 0 -1 1077944384 4248 12502 0 0 83 1 4 3 20 0 15 0 6531505 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645509274480 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2405] ppid=2341 vsize=13999932 CPUtime=0.76 cores=0,2,4,6
/proc/2344/task/2405/stat : 2405 (java) S 2341 2344 3187 0 -1 1077944384 2322 12502 0 0 69 0 4 3 20 0 15 0 6531505 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645508221680 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2406] ppid=2341 vsize=13999932 CPUtime=0.98 cores=0,2,4,6
/proc/2344/task/2406/stat : 2406 (java) S 2341 2344 3187 0 -1 1077944384 3262 12502 0 0 90 1 4 3 20 0 15 0 6531505 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645507168880 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2407] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2407/stat : 2407 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645506116320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2408] ppid=2341 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2408/stat : 2408 (java) S 2341 2344 3187 0 -1 1077944384 7 12502 0 0 0 0 4 3 20 0 15 0 6531510 14335930368 59742 18446744073709551615 4194304 4196468 140735054147808 139645505063600 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 13999932

[startup+3.60098 s]
/proc/loadavg: 1.68 1.59 1.65 6/214 2408
/proc/meminfo: memFree=30639632/32770624 swapFree=0/242556
[pid=2344] ppid=2341 vsize=14067516 CPUtime=6.6 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 61620 12502 0 0 635 18 4 3 20 0 15 0 6531476 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3516879 70179 3450 1 0 3505501 0
[pid=2344/tid=2394] ppid=2341 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/2344/task/2394/stat : 2394 (java) S 2341 2344 3187 0 -1 1077944384 44379 12502 0 0 308 10 4 3 20 0 15 0 6531499 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139646039107552 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2395] ppid=2341 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/2344/task/2395/stat : 2395 (java) R 2341 2344 3187 0 -1 4202560 127 12502 0 0 4 0 4 3 20 0 15 0 6531500 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645969304720 139646027498215 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2396] ppid=2341 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/2344/task/2396/stat : 2396 (java) R 2341 2344 3187 0 -1 4202560 217 12502 0 0 5 0 4 3 20 0 15 0 6531500 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645968251920 139646027498215 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2397] ppid=2341 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/2344/task/2397/stat : 2397 (java) R 2341 2344 3187 0 -1 4202560 77 12502 0 0 5 0 4 3 20 0 15 0 6531500 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645967199120 139646027498215 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2398] ppid=2341 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 3187 0 -1 4202560 95 12502 0 0 5 0 4 3 20 0 15 0 6531500 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645966146520 139646019570657 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2399] ppid=2341 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/2344/task/2399/stat : 2399 (java) S 2341 2344 3187 0 -1 1077944384 2285 12502 0 0 4 0 4 3 20 0 15 0 6531501 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645513483280 139646034880213 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2400] ppid=2341 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2400/stat : 2400 (java) S 2341 2344 3187 0 -1 1077944384 55 12502 0 0 0 0 4 3 20 0 15 0 6531502 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645512430688 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2401] ppid=2341 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2401/stat : 2401 (java) S 2341 2344 3187 0 -1 1077944384 45 12502 0 0 0 0 4 3 20 0 15 0 6531502 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645511377792 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2402] ppid=2341 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2402/stat : 2402 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645510326096 139646034888603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2404] ppid=2341 vsize=14067516 CPUtime=1.05 cores=0,2,4,6
/proc/2344/task/2404/stat : 2404 (java) S 2341 2344 3187 0 -1 1077944384 4536 12502 0 0 97 1 4 3 20 0 15 0 6531505 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645509259472 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2405] ppid=2341 vsize=14067516 CPUtime=1.07 cores=0,2,4,6
/proc/2344/task/2405/stat : 2405 (java) S 2341 2344 3187 0 -1 1077944384 4128 12502 0 0 100 0 4 3 20 0 15 0 6531505 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645508200720 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2406] ppid=2341 vsize=14067516 CPUtime=1.09 cores=0,2,4,6
/proc/2344/task/2406/stat : 2406 (java) S 2341 2344 3187 0 -1 1077944384 3509 12502 0 0 101 1 4 3 20 0 15 0 6531505 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645507168880 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2407] ppid=2341 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2407/stat : 2407 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645506116320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2408] ppid=2341 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2408/stat : 2408 (java) S 2341 2344 3187 0 -1 1077944384 7 12502 0 0 0 0 4 3 20 0 15 0 6531510 14405136384 70179 18446744073709551615 4194304 4196468 140735054147808 139645505063600 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 14067516

[startup+4.00098 s]
/proc/loadavg: 1.68 1.59 1.65 6/214 2408
/proc/meminfo: memFree=30639632/32770624 swapFree=0/242556
[pid=2344] ppid=2341 vsize=14072072 CPUtime=7.83 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 64145 12502 0 0 757 19 4 3 20 0 15 0 6531476 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3518018 72171 3454 1 0 3506640 0
[pid=2344/tid=2394] ppid=2341 vsize=14072072 CPUtime=3.52 cores=0,2,4,6
/proc/2344/task/2394/stat : 2394 (java) R 2341 2344 3187 0 -1 4202560 44534 12502 0 0 335 10 4 3 20 0 15 0 6531499 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139646039100576 139646034881942 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2395] ppid=2341 vsize=14072072 CPUtime=0.17 cores=0,2,4,6
/proc/2344/task/2395/stat : 2395 (java) S 2341 2344 3187 0 -1 1077944384 137 12502 0 0 10 0 4 3 20 0 15 0 6531500 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645969304720 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2396] ppid=2341 vsize=14072072 CPUtime=0.18 cores=0,2,4,6
/proc/2344/task/2396/stat : 2396 (java) S 2341 2344 3187 0 -1 1077944384 217 12502 0 0 11 0 4 3 20 0 15 0 6531500 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645968251920 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2397] ppid=2341 vsize=14072072 CPUtime=0.18 cores=0,2,4,6
/proc/2344/task/2397/stat : 2397 (java) S 2341 2344 3187 0 -1 1077944384 77 12502 0 0 11 0 4 3 20 0 15 0 6531500 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645967199120 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2398] ppid=2341 vsize=14072072 CPUtime=0.18 cores=0,2,4,6
/proc/2344/task/2398/stat : 2398 (java) S 2341 2344 3187 0 -1 1077944384 106 12502 0 0 11 0 4 3 20 0 15 0 6531500 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645966146320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2399] ppid=2341 vsize=14072072 CPUtime=0.17 cores=0,2,4,6
/proc/2344/task/2399/stat : 2399 (java) S 2341 2344 3187 0 -1 1077944384 2297 12502 0 0 10 0 4 3 20 0 15 0 6531501 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645513484656 139646034881154 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2400] ppid=2341 vsize=14072072 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2400/stat : 2400 (java) S 2341 2344 3187 0 -1 1077944384 55 12502 0 0 0 0 4 3 20 0 15 0 6531502 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645512430752 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2401] ppid=2341 vsize=14072072 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2401/stat : 2401 (java) S 2341 2344 3187 0 -1 1077944384 45 12502 0 0 0 0 4 3 20 0 15 0 6531502 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645511377792 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2402] ppid=2341 vsize=14072072 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2402/stat : 2402 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645510326096 139646034888603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2404] ppid=2341 vsize=14072072 CPUtime=1.26 cores=0,2,4,6
/proc/2344/task/2404/stat : 2404 (java) R 2341 2344 3187 0 -1 4202560 4650 12502 0 0 118 1 4 3 20 0 15 0 6531505 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645509263552 139646018256687 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2405] ppid=2341 vsize=14072072 CPUtime=1.38 cores=0,2,4,6
/proc/2344/task/2405/stat : 2405 (java) R 2341 2344 3187 0 -1 4202560 5945 12502 0 0 130 1 4 3 20 0 15 0 6531505 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645508207840 139646018256792 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2406] ppid=2341 vsize=14072072 CPUtime=1.25 cores=0,2,4,6
/proc/2344/task/2406/stat : 2406 (java) S 2341 2344 3187 0 -1 1077944384 3915 12502 0 0 117 1 4 3 20 0 15 0 6531505 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645507168880 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2407] ppid=2341 vsize=14072072 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2407/stat : 2407 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 15 0 6531505 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645506116320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2408] ppid=2341 vsize=14072072 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2408/stat : 2408 (java) S 2341 2344 3187 0 -1 1077944384 7 12502 0 0 0 0 4 3 20 0 15 0 6531510 14409801728 72171 18446744073709551615 4194304 4196468 140735054147808 139645505063600 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 14072072

[startup+4.10099 s]
/proc/loadavg: 1.68 1.59 1.65 6/214 2408
/proc/meminfo: memFree=30639632/32770624 swapFree=0/242556
[pid=2344] ppid=2341 vsize=14138640 CPUtime=8.09 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 3187 0 -1 1077944320 64891 12502 0 0 783 19 4 3 20 0 14 0 6531476 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 140735054130352 139646034870007 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
/proc/2344/statm: 3534660 72244 3457 1 0 3523282 0
[pid=2344/tid=2394] ppid=2341 vsize=14138640 CPUtime=3.6 cores=0,2,4,6
/proc/2344/task/2394/stat : 2394 (java) S 2341 2344 3187 0 -1 1077944384 44562 12502 0 0 342 11 4 3 20 0 14 0 6531499 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139646039112848 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2395] ppid=2341 vsize=14138640 CPUtime=0.17 cores=0,2,4,6
/proc/2344/task/2395/stat : 2395 (java) S 2341 2344 3187 0 -1 1077944384 137 12502 0 0 10 0 4 3 20 0 14 0 6531500 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645969304720 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2396] ppid=2341 vsize=14138640 CPUtime=0.18 cores=0,2,4,6
/proc/2344/task/2396/stat : 2396 (java) S 2341 2344 3187 0 -1 1077944384 217 12502 0 0 11 0 4 3 20 0 14 0 6531500 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645968251920 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2397] ppid=2341 vsize=14138640 CPUtime=0.18 cores=0,2,4,6
/proc/2344/task/2397/stat : 2397 (java) S 2341 2344 3187 0 -1 1077944384 77 12502 0 0 11 0 4 3 20 0 14 0 6531500 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645967199120 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2398] ppid=2341 vsize=14138640 CPUtime=0.18 cores=0,2,4,6
/proc/2344/task/2398/stat : 2398 (java) S 2341 2344 3187 0 -1 1077944384 106 12502 0 0 11 0 4 3 20 0 14 0 6531500 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645966146320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2399] ppid=2341 vsize=14138640 CPUtime=0.17 cores=0,2,4,6
/proc/2344/task/2399/stat : 2399 (java) S 2341 2344 3187 0 -1 1077944384 2297 12502 0 0 10 0 4 3 20 0 14 0 6531501 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645513484864 139646034881154 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2400] ppid=2341 vsize=14138640 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2400/stat : 2400 (java) S 2341 2344 3187 0 -1 1077944384 55 12502 0 0 0 0 4 3 20 0 14 0 6531502 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645512430752 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2401] ppid=2341 vsize=14138640 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2401/stat : 2401 (java) S 2341 2344 3187 0 -1 1077944384 45 12502 0 0 0 0 4 3 20 0 14 0 6531502 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645511377792 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2402] ppid=2341 vsize=14138640 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2402/stat : 2402 (java) S 2341 2344 3187 0 -1 1077944384 26 12502 0 0 0 0 4 3 20 0 14 0 6531505 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645510324864 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2404] ppid=2341 vsize=14138640 CPUtime=1.33 cores=0,2,4,6
/proc/2344/task/2404/stat : 2404 (java) S 2341 2344 3187 0 -1 1077944384 4674 12502 0 0 125 1 4 3 20 0 14 0 6531505 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645509254880 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2405] ppid=2341 vsize=14138640 CPUtime=1.48 cores=0,2,4,6
/proc/2344/task/2405/stat : 2405 (java) R 2341 2344 3187 0 -1 4202560 6573 12502 0 0 140 1 4 3 20 0 14 0 6531505 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645508207656 139646016414447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2406] ppid=2341 vsize=14138640 CPUtime=1.27 cores=0,2,4,6
/proc/2344/task/2406/stat : 2406 (java) S 2341 2344 3187 0 -1 1077944384 3928 12502 0 0 119 1 4 3 20 0 14 0 6531505 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645507168880 139646034881154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
[pid=2344/tid=2407] ppid=2341 vsize=14138640 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2407/stat : 2407 (java) S 2341 2344 3187 0 -1 1077944384 3 12502 0 0 0 0 4 3 20 0 14 0 6531505 14477967360 72244 18446744073709551615 4194304 4196468 140735054147808 139645506116320 139646034880213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17895424 140735054153678 140735054156463 140735054156463 140735054159823 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 14138640

Child status: 0
Real time (s): 4.12713
CPU time (s): 8.13486
CPU user time (s): 7.89081
CPU system time (s): 0.244047
CPU usage (%): 197.107
Max. virtual memory (cumulated for all children) (KiB): 14138640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.89081
system time used= 0.244047
maximum resident set size= 289924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6053
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019118 second user time and 0.027615 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 05:42:48
IDJOB=4259788
IDBENCH=115963
IDSOLVER=2646
FILE ID=node135/4259788-1501646208
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259788-1501646208/watcher-4259788-1501646208 -o /tmp/evaluation-result-4259788-1501646208/solver-4259788-1501646208 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259788-1501646208.xml

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

MD5SUM BENCH= c211aeb2c7d5ca0d3acfa7d3ddb05d8f
RANDOM SEED=998584721

node135.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.21
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.21
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.21
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.21
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:        30867080 kB
MemAvailable:   31129948 kB
Buffers:          120716 kB
Cached:           419336 kB
SwapCached:            0 kB
Active:          1232664 kB
Inactive:         251256 kB
Active(anon):     944232 kB
Inactive(anon):     8592 kB
Active(file):     288432 kB
Inactive(file):   242664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24400 kB
Writeback:             0 kB
AnonPages:        943940 kB
Mapped:            42224 kB
Shmem:              8960 kB
Slab:             121360 kB
SReclaimable:      95212 kB
SUnreclaim:        26148 kB
KernelStack:        3472 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1858576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 05:42:52