Trace number 4274004

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26SAT 3.6242299 2.6101201

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-48.xml
MD5SUMfdc0acb1128a6a46ad14275048f2788c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.6242299
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":35}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":35}]
Minimum constraint arity35
Maximum constraint arity35
Distribution of constraint arities[{"arity":35,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.37	c version: 2017-07-26
0.29/0.37	c seed: 1437249115
0.29/0.37	c timeout: 2520
0.29/0.37	c memlimit: 11000
0.29/0.37	c nbcore: 4
0.29/0.39	c Parsing instance...
0.93/0.74	c Parsing done, starting search...
3.51/2.59	s SATISFIABLE
3.51/2.59	v <instantiation>
3.51/2.59	v 	<list>
3.51/2.59	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]
3.51/2.59	v 	</list>
3.51/2.59	v 	<values>
3.51/2.59	v 		0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 
3.51/2.59	v 	</values>
3.51/2.59	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15302 MiB free)
  memory of node 1: 16384 MiB (11842 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274004-1502724083/watcher-4274004-1502724083 -o /tmp/evaluation-result-4274004-1502724083/solver-4274004-1502724083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1437249115 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274004-1502724083.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21298, runsolver pid=21295
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 1.99 1.87 1.85 3/200 21304
/proc/meminfo: memFree=27790692/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13358552 memory=14932 CPUtime=0.01 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 3598 0 0 0 1 0 0 0 20 0 6 0 74603696 13679157248 3733 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3339638 3733 1913 1 0 3329135 0
[pid=21298/tid=21300] ppid=21295 vsize=13358552 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 2280 0 0 0 1 0 0 0 20 0 6 0 74603705 13679157248 3733 18446744073709551615 4194304 4196468 140721639430720 140332944765520 140332924615808 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74603706 13679157248 3733 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13358552 memory=140456208135808 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74603706 13679157248 3733 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74603706 13679157248 3733 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74603706 13679157248 3799 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14932 KiB

[startup+0.209719 s]*
/proc/loadavg: 1.99 1.87 1.85 3/209 21313
/proc/meminfo: memFree=27778016/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13976944 memory=34604 CPUtime=0.12 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 9404 0 0 0 10 2 0 0 20 0 15 0 74603696 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3494236 8651 3386 1 0 3483015 0
[pid=21298/tid=21300] ppid=21295 vsize=13976944 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 7351 0 0 0 7 2 0 0 20 0 15 0 74603705 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332944718848 140332933209117 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13976944 memory=328 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13976944 memory=140456208850806 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603706 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21305] ppid=21295 vsize=13976944 memory=140456208135808 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603707 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332419246192 140332940540546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21306] ppid=21295 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74603708 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332418192160 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21307] ppid=21295 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74603708 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332417139824 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21308] ppid=21295 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603710 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332416088144 140332940547995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21309] ppid=21295 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 12560 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 74603710 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332415036016 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21310] ppid=21295 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603710 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332413983216 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21311] ppid=21295 vsize=13976944 memory=140456208135808 CPUtime=0.01 cores=0,2,4,6
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 12560 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 74603710 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332412930928 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21312] ppid=21295 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603711 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332411878368 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21313] ppid=21295 vsize=13976944 memory=140456208135808 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603713 14312390656 8651 18446744073709551615 4194304 4196468 140721639430720 140332410825136 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 34604 KiB

[startup+0.31026 s]*
/proc/loadavg: 1.99 1.87 1.85 3/209 21313
/proc/meminfo: memFree=27768576/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13975920 memory=42400 CPUtime=0.29 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 10908 0 0 0 26 3 0 0 20 0 15 0 74603696 14311342080 10600 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3493980 10600 3543 1 0 3482759 0
[pid=21298/tid=21300] ppid=21295 vsize=13975920 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 8493 0 0 0 17 2 0 0 20 0 15 0 74603705 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332944753968 140332918532330 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603706 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21305] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74603707 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332419246192 140332940540546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21306] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74603708 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332418192160 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21307] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74603708 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332417139824 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21308] ppid=21295 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603710 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332416088144 140332940547995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21309] ppid=21295 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21298/task/21309/stat : 21309 (java) R 21295 21298 12560 0 -1 4202560 401 0 0 0 1 0 0 0 20 0 15 0 74603710 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332415036016 140332932818848 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21310] ppid=21295 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 12560 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 74603710 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332413983216 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21311] ppid=21295 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 12560 0 -1 1077944384 453 0 0 0 5 0 0 0 20 0 15 0 74603710 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332412930928 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21312] ppid=21295 vsize=13975920 memory=140456208135808 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603711 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332411878368 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21313] ppid=21295 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603713 14311342080 10666 18446744073709551615 4194304 4196468 140721639430720 140332410825136 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42400 KiB

[startup+0.700902 s]
/proc/loadavg: 1.99 1.87 1.85 3/209 21313
/proc/meminfo: memFree=27754532/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13980036 memory=71960 CPUtime=0.93 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 14213 0 0 0 88 5 0 0 20 0 15 0 74603696 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3495009 17990 3728 1 0 3483783 0
[pid=21298/tid=21300] ppid=21295 vsize=13980036 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 10917 0 0 0 54 3 0 0 20 0 15 0 74603705 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332944757872 140332924609886 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13980036 memory=1078 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13980036 memory=4529 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21305] ppid=21295 vsize=13980036 memory=140456101174080 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74603707 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332419246192 140332940540546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21306] ppid=21295 vsize=13980036 memory=3472468735148831552 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332418192160 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21307] ppid=21295 vsize=13980036 memory=68 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332417139824 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21308] ppid=21295 vsize=13980036 memory=250 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603710 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332416088144 140332940547995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21309] ppid=21295 vsize=13980036 memory=484 CPUtime=0.09 cores=0,2,4,6
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 12560 0 -1 1077944384 793 0 0 0 9 0 0 0 20 0 15 0 74603710 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332415036016 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21310] ppid=21295 vsize=13980036 memory=340 CPUtime=0.08 cores=0,2,4,6
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 12560 0 -1 1077944384 478 0 0 0 8 0 0 0 20 0 15 0 74603710 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332413983216 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21311] ppid=21295 vsize=13980036 memory=126 CPUtime=0.15 cores=0,2,4,6
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 12560 0 -1 1077944384 641 0 0 0 15 0 0 0 20 0 15 0 74603710 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332412930928 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21312] ppid=21295 vsize=13980036 memory=2528 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603711 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332411878368 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21313] ppid=21295 vsize=13980036 memory=284 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603713 14315556864 17990 18446744073709551615 4194304 4196468 140721639430720 140332410825136 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 71960 KiB

[startup+1.50079 s]
/proc/loadavg: 1.99 1.87 1.85 4/209 21313
/proc/meminfo: memFree=27717836/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13980036 memory=114616 CPUtime=2.46 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 21159 0 0 0 239 7 0 0 20 0 15 0 74603696 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3495009 28654 3756 1 0 3483783 0
[pid=21298/tid=21300] ppid=21295 vsize=13980036 memory=117 CPUtime=1.37 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 13504 0 0 0 132 5 0 0 20 0 15 0 74603705 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332944767520 140332573528016 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13980036 memory=68 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13980036 memory=250 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21305] ppid=21295 vsize=13980036 memory=484 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74603707 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332419246192 140332940540546 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21306] ppid=21295 vsize=13980036 memory=340 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332418192160 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21307] ppid=21295 vsize=13980036 memory=126 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332417139824 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21308] ppid=21295 vsize=13980036 memory=2528 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603710 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332416088144 140332940547995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21309] ppid=21295 vsize=13980036 memory=284 CPUtime=0.36 cores=0,2,4,6
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 12560 0 -1 1077944384 2608 0 0 0 36 0 0 0 20 0 15 0 74603710 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332415036016 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21310] ppid=21295 vsize=13980036 memory=96416256 CPUtime=0.47 cores=0,2,4,6
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 12560 0 -1 1077944384 2473 0 0 0 47 0 0 0 20 0 15 0 74603710 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332413983216 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21311] ppid=21295 vsize=13980036 memory=2372 CPUtime=0.23 cores=0,2,4,6
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 12560 0 -1 1077944384 1185 0 0 0 23 0 0 0 20 0 15 0 74603710 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332412930928 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21312] ppid=21295 vsize=13980036 memory=180 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603711 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332411878368 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21313] ppid=21295 vsize=13980036 memory=288230621803979440 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74603713 14315556864 28654 18446744073709551615 4194304 4196468 140721639430720 140332410825136 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 114616 KiB

[startup+2.61007 s]
# the end of solver process 21298 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.53811 s, system=0.08612 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60082 s]
/proc/loadavg: 1.99 1.87 1.85 4/209 21313
/proc/meminfo: memFree=27717836/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13980036 memory=118744 CPUtime=2.58 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 21207 0 0 0 251 7 0 0 20 0 15 0 74603696 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3495009 29686 3756 1 0 3483783 0
[pid=21298/tid=21300] ppid=21295 vsize=13980036 memory=7228705388417951890 CPUtime=1.47 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 13509 0 0 0 142 5 0 0 20 0 15 0 74603705 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332944767520 140332573422537 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13980036 memory=3834569051651849835 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13980036 memory=8260876577187924027 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13980036 memory=8189663425209665595 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21305] ppid=21295 vsize=13980036 memory=6944877638336543897 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74603707 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332419246192 140332940540546 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21306] ppid=21295 vsize=13980036 memory=7595710344025564002 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332418192160 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21307] ppid=21295 vsize=13980036 memory=7523069940176756091 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332417139824 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21308] ppid=21295 vsize=13980036 memory=8761640388318109335 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603710 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332416088144 140332940547995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21309] ppid=21295 vsize=13980036 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 12560 0 -1 1077944384 2608 0 0 0 36 0 0 0 20 0 15 0 74603710 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332415036016 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21310] ppid=21295 vsize=13980036 memory=7306919320055146341 CPUtime=0.48 cores=0,2,4,6
/proc/21298/task/21310/stat : 21310 (java) R 21295 21298 12560 0 -1 4202560 2516 0 0 0 48 0 0 0 20 0 15 0 74603710 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332413983216 140332922073122 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21311] ppid=21295 vsize=13980036 memory=56 CPUtime=0.23 cores=0,2,4,6
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 12560 0 -1 1077944384 1185 0 0 0 23 0 0 0 20 0 15 0 74603710 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332412930928 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21312] ppid=21295 vsize=13980036 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603711 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332411878368 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21313] ppid=21295 vsize=13980036 memory=15540738687502695 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74603713 14315556864 29686 18446744073709551615 4194304 4196468 140721639430720 140332410825136 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 118744 KiB

[startup+2.40071 s]
/proc/loadavg: 1.99 1.87 1.85 3/209 21313
/proc/meminfo: memFree=27673936/32770624 swapFree=67105588/67108860
[pid=21298] ppid=21295 vsize=13980036 memory=155608 CPUtime=3.41 cores=0,2,4,6
/proc/21298/stat : 21298 (java) S 21295 21298 12560 0 -1 1077944320 21379 0 0 0 333 8 0 0 20 0 15 0 74603696 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140721639413264 140332940529399 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
/proc/21298/statm: 3495009 38902 3756 1 0 3483783 0
[pid=21298/tid=21300] ppid=21295 vsize=13980036 memory=0 CPUtime=2.27 cores=0,2,4,6
/proc/21298/task/21300/stat : 21300 (java) R 21295 21298 12560 0 -1 4202560 13604 0 0 0 222 5 0 0 20 0 15 0 74603705 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332944765008 140332573450571 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21301] ppid=21295 vsize=13980036 memory=140456208143377 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332897495952 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21302] ppid=21295 vsize=13980036 memory=7308339871846786152 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332896443152 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21303] ppid=21295 vsize=13980036 memory=6082209584144471654 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332895390864 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21304] ppid=21295 vsize=13980036 memory=126936 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74603706 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332894338064 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21305] ppid=21295 vsize=13980036 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 74603707 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332419246192 140332940540546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21306] ppid=21295 vsize=13980036 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332418192160 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21307] ppid=21295 vsize=13980036 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74603708 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332417139824 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21308] ppid=21295 vsize=13980036 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603710 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332416088144 140332940547995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21309] ppid=21295 vsize=13980036 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 12560 0 -1 1077944384 2624 0 0 0 37 0 0 0 20 0 15 0 74603710 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332415036016 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21310] ppid=21295 vsize=13980036 memory=280912201936096 CPUtime=0.5 cores=0,2,4,6
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 12560 0 -1 1077944384 2536 0 0 0 50 0 0 0 20 0 15 0 74603710 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332413983216 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21311] ppid=21295 vsize=13980036 memory=7378838085584800481 CPUtime=0.23 cores=0,2,4,6
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 12560 0 -1 1077944384 1185 0 0 0 23 0 0 0 20 0 15 0 74603710 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332412930928 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21312] ppid=21295 vsize=13980036 memory=-7522837415797432223 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74603711 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332411878368 140332940539605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
[pid=21298/tid=21313] ppid=21295 vsize=13980036 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 12560 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 74603713 14315556864 38902 18446744073709551615 4194304 4196468 140721639430720 140332410825136 140332940540546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140721639436654 140721639436841 140721639436841 140721639440335 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 155608 KiB

[startup+2.60057 s]*
/proc/loadavg: 1.99 1.87 1.86 3/196 21314
/proc/meminfo: memFree=27647188/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.61012
CPU time (s): 3.62423
CPU user time (s): 3.53811
CPU system time (s): 0.08612
CPU usage (%): 138.853
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 159704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.53811
system time used= 0.08612
maximum resident set size= 164304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1613
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 21298
#   total CPU time (s): 3.62423
#   total CPU user time (s): 3.53811
#   total CPU system time (s): 0.08612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032146 second user time and 0.069478 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 17:07:21
IDJOB=4274004
IDBENCH=120863
IDSOLVER=2666
FILE ID=node126/4274004-1502724083
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-48.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274004-1502724083/watcher-4274004-1502724083 -o /tmp/evaluation-result-4274004-1502724083/solver-4274004-1502724083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1437249115 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274004-1502724083.xml

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

MD5SUM BENCH= fdc0acb1128a6a46ad14275048f2788c
RANDOM SEED=1437249115

node126.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.81
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.81
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.81
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.81
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:        27796616 kB
MemAvailable:   28272920 kB
Buffers:          306808 kB
Cached:           437692 kB
SwapCached:          524 kB
Active:          4252344 kB
Inactive:         232336 kB
Active(anon):    3687900 kB
Inactive(anon):    85392 kB
Active(file):     564444 kB
Inactive(file):   146944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42088 kB
Writeback:             0 kB
AnonPages:       3739200 kB
Mapped:            63212 kB
Shmem:             33440 kB
Slab:             188036 kB
SReclaimable:     161500 kB
SUnreclaim:        26536 kB
KernelStack:        3424 kB
PageTables:        12248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4676444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3618816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 17:07:24