Trace number 4259635

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.4OPT167 8.0647497 4.1154799

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P167-Q347.xml
MD5SUM055772027f3bf668b620351859b542d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark167
Best CPU time to get the best result obtained on this benchmark0.032331999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.37/2.21	c Concrete v3.4 running
7.45/3.95	o 167
7.76/4.09	v <instantiation cost="167">
7.76/4.09	v       <list>
7.76/4.09	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
7.76/4.09	v       </list>
7.76/4.09	v       <values>
7.76/4.09	v         1 1 1 0 0 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0
7.76/4.09	v       </values>
7.76/4.09	v     </instantiation>
7.76/4.09	s OPTIMUM FOUND

Verifier Data

OK	167

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

pid=19437
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.56 1.45 1.55 2/198 19440
/proc/meminfo: memFree=31571344/32770624 swapFree=0/253252
[pid=19440] ppid=19437 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19440/stat : 19440 (runsolver) D 19437 19440 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7665391 24240128 108 18446744073709551615 4194304 4338465 140734883180560 140734883178200 139744600924887 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 23957504 140734883184849 140734883185223 140734883185223 140734883188682 0
/proc/19440/statm: 5918 108 54 36 0 2156 0

[startup+0.100095 s]
/proc/loadavg: 1.56 1.45 1.55 2/198 19440
/proc/meminfo: memFree=31571344/32770624 swapFree=0/253252
[pid=19440] ppid=19437 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/19440/stat : 19440 (bash) S 19437 19440 3187 0 -1 4202496 714 3538 0 0 0 0 0 0 20 0 1 0 7665391 9736192 355 18446744073709551615 4194304 5098028 140726825332992 140726825330632 140558699879424 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 21852160 140726825341458 140726825341543 140726825341543 140726825345002 0
/proc/19440/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200259 s]
/proc/loadavg: 1.56 1.45 1.55 2/198 19440
/proc/meminfo: memFree=31571344/32770624 swapFree=0/253252
[pid=19440] ppid=19437 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/19440/stat : 19440 (bash) S 19437 19440 3187 0 -1 4202496 891 6489 0 0 0 0 0 1 20 0 1 0 7665391 9867264 377 18446744073709551615 4194304 5098028 140726825332992 140726825327000 140558699879424 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 21852160 140726825341458 140726825341543 140726825341543 140726825345002 0
/proc/19440/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300357 s]
/proc/loadavg: 1.56 1.45 1.55 2/198 19440
/proc/meminfo: memFree=31571344/32770624 swapFree=0/253252
[pid=19440] ppid=19437 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 5798 12619 0 0 5 1 5 2 20 0 14 0 7665391 14241083392 5480 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3476827 5480 2556 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700213 s]
/proc/loadavg: 1.56 1.45 1.55 2/198 19440
/proc/meminfo: memFree=31571344/32770624 swapFree=0/253252
[pid=19440] ppid=19437 vsize=13974784 CPUtime=0.64 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 13829 12619 0 0 53 4 5 2 20 0 15 0 7665391 14310178816 14317 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3493696 14317 3110 1 0 3482973 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50139 s]
/proc/loadavg: 1.56 1.45 1.55 6/213 19503
/proc/meminfo: memFree=31441144/32770624 swapFree=0/253768
[pid=19440] ppid=19437 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 26972 12619 0 0 173 8 5 2 20 0 15 0 7665391 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3496352 34091 3337 1 0 3485533 0
[pid=19440/tid=19490] ppid=19437 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/19440/task/19490/stat : 19490 (java) R 19437 19440 3187 0 -1 4202560 21140 12619 0 0 115 6 5 2 20 0 15 0 7665414 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140502619757504 140502599615838 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19491] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19491/stat : 19491 (java) S 19437 19440 3187 0 -1 1077944384 1 12619 0 0 0 0 5 2 20 0 15 0 7665414 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140502549970064 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19492] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19492/stat : 19492 (java) S 19437 19440 3187 0 -1 1077944384 1 12619 0 0 0 0 5 2 20 0 15 0 7665414 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140502548917264 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19493] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19493/stat : 19493 (java) S 19437 19440 3187 0 -1 1077944384 1 12619 0 0 0 0 5 2 20 0 15 0 7665414 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140502547864464 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19494] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19494/stat : 19494 (java) S 19437 19440 3187 0 -1 1077944384 2 12619 0 0 0 0 5 2 20 0 15 0 7665414 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140502546811664 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19495] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19495/stat : 19495 (java) S 19437 19440 3187 0 -1 1077944384 5 12619 0 0 0 0 5 2 20 0 15 0 7665416 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501532240240 140502615546498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19496] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19496/stat : 19496 (java) S 19437 19440 3187 0 -1 1077944384 33 12619 0 0 0 0 5 2 20 0 15 0 7665416 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501531186208 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19497] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19497/stat : 19497 (java) S 19437 19440 3187 0 -1 1077944384 21 12619 0 0 0 0 5 2 20 0 15 0 7665416 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501530133360 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19498] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19498/stat : 19498 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501529081680 140502615553947 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19499] ppid=19437 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/19440/task/19499/stat : 19499 (java) S 19437 19440 3187 0 -1 1077944384 958 12619 0 0 17 0 5 2 20 0 15 0 7665419 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501528030064 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19500] ppid=19437 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/19440/task/19500/stat : 19500 (java) S 19437 19440 3187 0 -1 1077944384 1358 12619 0 0 16 0 5 2 20 0 15 0 7665419 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501526977264 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19501] ppid=19437 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/19440/task/19501/stat : 19501 (java) R 19437 19440 3187 0 -1 4202560 1294 12619 0 0 23 0 5 2 20 0 15 0 7665419 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501525920224 140502615556698 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19502] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19502/stat : 19502 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501524871904 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19503] ppid=19437 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19503/stat : 19503 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665424 14321057792 34091 18446744073709551615 4194304 4196468 140723013855872 140501523819184 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.1017 s]
/proc/loadavg: 1.75 1.49 1.56 3/196 19504
/proc/meminfo: memFree=31551944/32770624 swapFree=0/253768
[pid=19440] ppid=19437 vsize=13999932 CPUtime=5.35 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 36073 12619 0 0 514 14 5 2 20 0 15 0 7665391 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3499983 53152 3436 1 0 3488605 0
[pid=19440/tid=19490] ppid=19437 vsize=13999932 CPUtime=2.85 cores=0,2,4,6
/proc/19440/task/19490/stat : 19490 (java) S 19437 19440 3187 0 -1 1077944384 25263 12619 0 0 270 8 5 2 20 0 15 0 7665414 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140502619763120 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19491] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19491/stat : 19491 (java) S 19437 19440 3187 0 -1 1077944384 35 12619 0 0 0 0 5 2 20 0 15 0 7665414 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140502549970064 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19492] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19492/stat : 19492 (java) S 19437 19440 3187 0 -1 1077944384 20 12619 0 0 0 0 5 2 20 0 15 0 7665414 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140502548917264 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19493] ppid=19437 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19493/stat : 19493 (java) S 19437 19440 3187 0 -1 1077944384 52 12619 0 0 1 0 5 2 20 0 15 0 7665414 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140502547864464 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19494] ppid=19437 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19494/stat : 19494 (java) S 19437 19440 3187 0 -1 1077944384 205 12619 0 0 1 0 5 2 20 0 15 0 7665414 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140502546811664 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19495] ppid=19437 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19495/stat : 19495 (java) S 19437 19440 3187 0 -1 1077944384 1291 12619 0 0 1 0 5 2 20 0 15 0 7665416 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501532240240 140502615546498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19496] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19496/stat : 19496 (java) S 19437 19440 3187 0 -1 1077944384 54 12619 0 0 0 0 5 2 20 0 15 0 7665416 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501531186272 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19497] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19497/stat : 19497 (java) S 19437 19440 3187 0 -1 1077944384 45 12619 0 0 0 0 5 2 20 0 15 0 7665416 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501530133376 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19498] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19498/stat : 19498 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501529081680 140502615553947 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19499] ppid=19437 vsize=13999932 CPUtime=0.75 cores=0,2,4,6
/proc/19440/task/19499/stat : 19499 (java) S 19437 19440 3187 0 -1 1077944384 1525 12619 0 0 68 0 5 2 20 0 15 0 7665419 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501528030064 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19500] ppid=19437 vsize=13999932 CPUtime=0.72 cores=0,2,4,6
/proc/19440/task/19500/stat : 19500 (java) S 19437 19440 3187 0 -1 1077944384 2049 12619 0 0 64 1 5 2 20 0 15 0 7665419 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501526977264 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19501] ppid=19437 vsize=13999932 CPUtime=1.12 cores=0,2,4,6
/proc/19440/task/19501/stat : 19501 (java) S 19437 19440 3187 0 -1 1077944384 3374 12619 0 0 104 1 5 2 20 0 15 0 7665419 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501525924464 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19502] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19502/stat : 19502 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501524871904 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19503] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19503/stat : 19503 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665424 14335930368 53152 18446744073709551615 4194304 4196468 140723013855872 140501523819184 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 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 19440 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20108 s]
/proc/loadavg: 1.75 1.49 1.56 3/196 19504
/proc/meminfo: memFree=31551944/32770624 swapFree=0/253768
[pid=19440] ppid=19437 vsize=13999932 CPUtime=5.63 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 36336 12619 0 0 542 14 5 2 20 0 15 0 7665391 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3499983 54415 3436 1 0 3488605 0
[pid=19440/tid=19490] ppid=19437 vsize=13999932 CPUtime=2.95 cores=0,2,4,6
/proc/19440/task/19490/stat : 19490 (java) R 19437 19440 3187 0 -1 4202560 25336 12619 0 0 280 8 5 2 20 0 15 0 7665414 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140502619765280 140502615547286 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19491] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19491/stat : 19491 (java) S 19437 19440 3187 0 -1 1077944384 35 12619 0 0 0 0 5 2 20 0 15 0 7665414 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140502549970064 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19492] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19492/stat : 19492 (java) S 19437 19440 3187 0 -1 1077944384 20 12619 0 0 0 0 5 2 20 0 15 0 7665414 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140502548917264 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19493] ppid=19437 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19493/stat : 19493 (java) S 19437 19440 3187 0 -1 1077944384 52 12619 0 0 1 0 5 2 20 0 15 0 7665414 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140502547864464 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19494] ppid=19437 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19494/stat : 19494 (java) S 19437 19440 3187 0 -1 1077944384 205 12619 0 0 1 0 5 2 20 0 15 0 7665414 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140502546811664 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19495] ppid=19437 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19495/stat : 19495 (java) S 19437 19440 3187 0 -1 1077944384 1291 12619 0 0 1 0 5 2 20 0 15 0 7665416 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501532240240 140502615546498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19496] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19496/stat : 19496 (java) S 19437 19440 3187 0 -1 1077944384 54 12619 0 0 0 0 5 2 20 0 15 0 7665416 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501531186272 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19497] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19497/stat : 19497 (java) S 19437 19440 3187 0 -1 1077944384 45 12619 0 0 0 0 5 2 20 0 15 0 7665416 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501530133376 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19498] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19498/stat : 19498 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501529081680 140502615553947 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19499] ppid=19437 vsize=13999932 CPUtime=0.81 cores=0,2,4,6
/proc/19440/task/19499/stat : 19499 (java) S 19437 19440 3187 0 -1 1077944384 1560 12619 0 0 74 0 5 2 20 0 15 0 7665419 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501528030064 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19500] ppid=19437 vsize=13999932 CPUtime=0.78 cores=0,2,4,6
/proc/19440/task/19500/stat : 19500 (java) S 19437 19440 3187 0 -1 1077944384 2082 12619 0 0 70 1 5 2 20 0 15 0 7665419 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501526977264 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19501] ppid=19437 vsize=13999932 CPUtime=1.18 cores=0,2,4,6
/proc/19440/task/19501/stat : 19501 (java) R 19437 19440 3187 0 -1 4202560 3500 12619 0 0 110 1 5 2 20 0 15 0 7665419 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501525918816 140502598884577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19502] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19502/stat : 19502 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501524871904 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19503] ppid=19437 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19503/stat : 19503 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665424 14335930368 54415 18446744073709551615 4194304 4196468 140723013855872 140501523819184 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 13999932

[startup+3.60131 s]
/proc/loadavg: 1.75 1.49 1.56 2/193 19550
/proc/meminfo: memFree=31545032/32770624 swapFree=0/253780
[pid=19440] ppid=19437 vsize=14067516 CPUtime=6.53 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 58882 12619 0 0 628 18 5 2 20 0 15 0 7665391 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3516879 73842 3438 1 0 3505501 0
[pid=19440/tid=19490] ppid=19437 vsize=14067516 CPUtime=3.3 cores=0,2,4,6
/proc/19440/task/19490/stat : 19490 (java) R 19437 19440 3187 0 -1 4202560 43822 12619 0 0 313 10 5 2 20 0 15 0 7665414 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140502619766800 140502597400230 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19491] ppid=19437 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/19440/task/19491/stat : 19491 (java) S 19437 19440 3187 0 -1 1077944384 51 12619 0 0 2 0 5 2 20 0 15 0 7665414 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140502549970064 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19492] ppid=19437 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/19440/task/19492/stat : 19492 (java) S 19437 19440 3187 0 -1 1077944384 24 12619 0 0 2 0 5 2 20 0 15 0 7665414 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140502548917264 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19493] ppid=19437 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/19440/task/19493/stat : 19493 (java) S 19437 19440 3187 0 -1 1077944384 63 12619 0 0 2 0 5 2 20 0 15 0 7665414 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140502547864464 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19494] ppid=19437 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/19440/task/19494/stat : 19494 (java) S 19437 19440 3187 0 -1 1077944384 216 12619 0 0 2 0 5 2 20 0 15 0 7665414 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140502546811664 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19495] ppid=19437 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/19440/task/19495/stat : 19495 (java) S 19437 19440 3187 0 -1 1077944384 1476 12619 0 0 3 0 5 2 20 0 15 0 7665416 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501532240240 140502615546498 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19496] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19496/stat : 19496 (java) S 19437 19440 3187 0 -1 1077944384 54 12619 0 0 0 0 5 2 20 0 15 0 7665416 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501531186272 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19497] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19497/stat : 19497 (java) S 19437 19440 3187 0 -1 1077944384 45 12619 0 0 0 0 5 2 20 0 15 0 7665416 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501530133376 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19498] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19498/stat : 19498 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501529081680 140502615553947 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19499] ppid=19437 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/19440/task/19499/stat : 19499 (java) R 19437 19440 3187 0 -1 4202560 1634 12619 0 0 80 0 5 2 20 0 15 0 7665419 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501528017904 140502600433248 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19500] ppid=19437 vsize=14067516 CPUtime=1.09 cores=0,2,4,6
/proc/19440/task/19500/stat : 19500 (java) R 19437 19440 3187 0 -1 4202560 5572 12619 0 0 100 2 5 2 20 0 15 0 7665419 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501526958280 140502598946166 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19501] ppid=19437 vsize=14067516 CPUtime=1.25 cores=0,2,4,6
/proc/19440/task/19501/stat : 19501 (java) R 19437 19440 3187 0 -1 4202560 3757 12619 0 0 117 1 5 2 20 0 15 0 7665419 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501525924464 140502594140830 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19502] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19502/stat : 19502 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501524871904 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19503] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19503/stat : 19503 (java) S 19437 19440 3187 0 -1 1077944384 11 12619 0 0 0 0 5 2 20 0 15 0 7665424 14405136384 73842 18446744073709551615 4194304 4196468 140723013855872 140501523819184 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 14067516

[startup+4.01035 s]
/proc/loadavg: 1.75 1.49 1.56 2/193 19550
/proc/meminfo: memFree=31545032/32770624 swapFree=0/253780
[pid=19440] ppid=19437 vsize=14067516 CPUtime=7.76 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 63438 12619 0 0 750 19 5 2 20 0 15 0 7665391 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3516879 75240 3450 1 0 3505501 0
[pid=19440/tid=19490] ppid=19437 vsize=14067516 CPUtime=3.54 cores=0,2,4,6
/proc/19440/task/19490/stat : 19490 (java) R 19437 19440 3187 0 -1 4202560 44253 12619 0 0 337 10 5 2 20 0 15 0 7665414 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140502619770576 140502615547286 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19491] ppid=19437 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/19440/task/19491/stat : 19491 (java) S 19437 19440 3187 0 -1 1077944384 206 12619 0 0 8 0 5 2 20 0 15 0 7665414 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140502549970064 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19492] ppid=19437 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/19440/task/19492/stat : 19492 (java) S 19437 19440 3187 0 -1 1077944384 48 12619 0 0 10 0 5 2 20 0 15 0 7665414 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140502548917264 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19493] ppid=19437 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/19440/task/19493/stat : 19493 (java) S 19437 19440 3187 0 -1 1077944384 73 12619 0 0 8 0 5 2 20 0 15 0 7665414 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140502547864464 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19494] ppid=19437 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/19440/task/19494/stat : 19494 (java) S 19437 19440 3187 0 -1 1077944384 240 12619 0 0 11 0 5 2 20 0 15 0 7665414 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140502546811664 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19495] ppid=19437 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/19440/task/19495/stat : 19495 (java) S 19437 19440 3187 0 -1 1077944384 3927 12619 0 0 11 0 5 2 20 0 15 0 7665416 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140501532240240 140502615546498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19496] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19496/stat : 19496 (java) S 19437 19440 3187 0 -1 1077944384 55 12619 0 0 0 0 5 2 20 0 15 0 7665416 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140501531186336 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19497] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19497/stat : 19497 (java) S 19437 19440 3187 0 -1 1077944384 45 12619 0 0 0 0 5 2 20 0 15 0 7665416 14405136384 75240 18446744073709551615 4194304 4196468 140723013855872 140501530133376 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19498] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19498/stat : 19498 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14405136384 75262 18446744073709551615 4194304 4196468 140723013855872 140501529081680 140502615553947 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19499] ppid=19437 vsize=14067516 CPUtime=1.09 cores=0,2,4,6
/proc/19440/task/19499/stat : 19499 (java) R 19437 19440 3187 0 -1 4202560 2311 12619 0 0 101 1 5 2 20 0 15 0 7665419 14405136384 75262 18446744073709551615 4194304 4196468 140723013855872 140501528013136 140502608252314 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19500] ppid=19437 vsize=14067516 CPUtime=1.37 cores=0,2,4,6
/proc/19440/task/19500/stat : 19500 (java) R 19437 19440 3187 0 -1 4202560 6029 12619 0 0 128 2 5 2 20 0 15 0 7665419 14405136384 75262 18446744073709551615 4194304 4196468 140723013855872 140501526963584 140502600339798 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19501] ppid=19437 vsize=14067516 CPUtime=1.37 cores=0,2,4,6
/proc/19440/task/19501/stat : 19501 (java) R 19437 19440 3187 0 -1 1077944384 4084 12619 0 0 129 1 5 2 20 0 15 0 7665419 14405136384 75262 18446744073709551615 4194304 4196468 140723013855872 140501525924464 140502615546498 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19502] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19502/stat : 19502 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 15 0 7665419 14405136384 75262 18446744073709551615 4194304 4196468 140723013855872 140501524871904 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19503] ppid=19437 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19503/stat : 19503 (java) S 19437 19440 3187 0 -1 1077944384 11 12619 0 0 0 0 5 2 20 0 15 0 7665424 14405136384 75262 18446744073709551615 4194304 4196468 140723013855872 140501523819184 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 14067516

[startup+4.1006 s]
/proc/loadavg: 1.75 1.49 1.56 2/193 19550
/proc/meminfo: memFree=31545032/32770624 swapFree=0/253780
[pid=19440] ppid=19437 vsize=14134080 CPUtime=8.03 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19437 19440 3187 0 -1 1077944320 63642 12619 0 0 777 19 5 2 20 0 14 0 7665391 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140723013838416 140502615535351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
/proc/19440/statm: 3533520 75389 3454 1 0 3522142 0
[pid=19440/tid=19490] ppid=19437 vsize=14134080 CPUtime=3.63 cores=0,2,4,6
/proc/19440/task/19490/stat : 19490 (java) S 19437 19440 3187 0 -1 1077944384 44300 12619 0 0 346 10 5 2 20 0 14 0 7665414 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140502619778192 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19491] ppid=19437 vsize=14134080 CPUtime=0.15 cores=0,2,4,6
/proc/19440/task/19491/stat : 19491 (java) S 19437 19440 3187 0 -1 1077944384 206 12619 0 0 8 0 5 2 20 0 14 0 7665414 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140502549970064 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19492] ppid=19437 vsize=14134080 CPUtime=0.17 cores=0,2,4,6
/proc/19440/task/19492/stat : 19492 (java) S 19437 19440 3187 0 -1 1077944384 48 12619 0 0 10 0 5 2 20 0 14 0 7665414 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140502548917264 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19493] ppid=19437 vsize=14134080 CPUtime=0.15 cores=0,2,4,6
/proc/19440/task/19493/stat : 19493 (java) S 19437 19440 3187 0 -1 1077944384 73 12619 0 0 8 0 5 2 20 0 14 0 7665414 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140502547864464 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19494] ppid=19437 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/19440/task/19494/stat : 19494 (java) S 19437 19440 3187 0 -1 1077944384 240 12619 0 0 11 0 5 2 20 0 14 0 7665414 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140502546811664 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19495] ppid=19437 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/19440/task/19495/stat : 19495 (java) S 19437 19440 3187 0 -1 1077944384 3927 12619 0 0 11 0 5 2 20 0 14 0 7665416 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501532240448 140502615546498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19496] ppid=19437 vsize=14134080 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19496/stat : 19496 (java) S 19437 19440 3187 0 -1 1077944384 55 12619 0 0 0 0 5 2 20 0 14 0 7665416 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501531186336 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19497] ppid=19437 vsize=14134080 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19497/stat : 19497 (java) S 19437 19440 3187 0 -1 1077944384 45 12619 0 0 0 0 5 2 20 0 14 0 7665416 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501530133376 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19498] ppid=19437 vsize=14134080 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19498/stat : 19498 (java) S 19437 19440 3187 0 -1 1077944384 6 12619 0 0 0 0 5 2 20 0 14 0 7665419 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501529081328 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19499] ppid=19437 vsize=14134080 CPUtime=1.17 cores=0,2,4,6
/proc/19440/task/19499/stat : 19499 (java) S 19437 19440 3187 0 -1 1077944384 2356 12619 0 0 109 1 5 2 20 0 14 0 7665419 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501528014144 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19500] ppid=19437 vsize=14134080 CPUtime=1.46 cores=0,2,4,6
/proc/19440/task/19500/stat : 19500 (java) S 19437 19440 3187 0 -1 1077944384 6080 12619 0 0 137 2 5 2 20 0 14 0 7665419 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501526961808 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19501] ppid=19437 vsize=14134080 CPUtime=1.39 cores=0,2,4,6
/proc/19440/task/19501/stat : 19501 (java) S 19437 19440 3187 0 -1 1077944384 4109 12619 0 0 131 1 5 2 20 0 14 0 7665419 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501525924464 140502615546498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
[pid=19440/tid=19502] ppid=19437 vsize=14134080 CPUtime=0.07 cores=0,2,4,6
/proc/19440/task/19502/stat : 19502 (java) S 19437 19440 3187 0 -1 1077944384 3 12619 0 0 0 0 5 2 20 0 14 0 7665419 14473297920 75389 18446744073709551615 4194304 4196468 140723013855872 140501524871904 140502615545557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21196800 140723013863374 140723013866159 140723013866159 140723013869519 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 14134080

Child status: 0
Real time (s): 4.11548
CPU time (s): 8.06475
CPU user time (s): 7.83221
CPU system time (s): 0.232543
CPU usage (%): 195.961
Max. virtual memory (cumulated for all children) (KiB): 14134080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.83221
system time used= 0.232543
maximum resident set size= 302060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76279
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= 6866
involuntary context switches= 745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.014945 second user time and 0.03104 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:51:47
IDJOB=4259635
IDBENCH=135233
IDSOLVER=2646
FILE ID=node135/4259635-1501657548
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P167-Q347.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259635-1501657548/watcher-4259635-1501657548 -o /tmp/evaluation-result-4259635-1501657548/solver-4259635-1501657548 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259635-1501657548.xml

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

MD5SUM BENCH= 055772027f3bf668b620351859b542d4
RANDOM SEED=31225098

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:        31572632 kB
MemAvailable:   31855320 kB
Buffers:          133856 kB
Cached:           425768 kB
SwapCached:            0 kB
Active:           518636 kB
Inactive:         261844 kB
Active(anon):     221572 kB
Inactive(anon):     8592 kB
Active(file):     297064 kB
Inactive(file):   253252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49264 kB
Writeback:             4 kB
AnonPages:        221636 kB
Mapped:            42284 kB
Shmem:              8960 kB
Slab:             123184 kB
SReclaimable:      96412 kB
SUnreclaim:        26772 kB
KernelStack:        3472 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1142904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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 08:51:51