Trace number 4247373

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
R1: Concrete 3.4SAT 8.50328 4.05295

General information on the benchmark

NameDriver/
Driver-m1-s1/driverlogw-01c.xml
MD5SUM91a89527f75c87fa26db92386f49e27c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0038620001
Satisfiable
(Un)Satisfiability was proved
Number of variables71
Number of constraints217
Number of domains3
Minimum domain size2
Maximum domain size4
Distribution of domain sizes[{"size":2,"count":32},{"size":3,"count":25},{"size":4,"count":14}]
Minimum variable degree1
Maximum variable degree10
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":5},{"degree":3,"count":3},{"degree":4,"count":7},{"degree":5,"count":5},{"degree":6,"count":14},{"degree":7,"count":20},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":10,"count":7}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":217}]
Number of extensional constraints217
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":217}]
Optimization problemNO
Type of objective

Solver Data

3.88/2.10	c Concrete v3.4 running
8.18/3.79	v <instantiation>
8.18/3.79	v       <list>
8.18/3.79	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13]
8.18/3.79	v       </list>
8.18/3.79	v       <values>
8.18/3.79	v         0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 0 2 1 0 0 0 0 2 0 2 0 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 3 0 0 0 3 0 0 2 0 0 0 2 2 0
8.18/3.79	v       </values>
8.18/3.79	v     </instantiation>
8.18/3.79	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247373-1500731077/watcher-4247373-1500731077 -o /tmp/evaluation-result-4247373-1500731077/solver-4247373-1500731077 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19778 --watchdog 2560 bin/concrete HOME/instance-4247373-1500731077.xml 

pid=22929
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 2.31 1.58 1.45 2/261 22932
/proc/meminfo: memFree=30771384/32770624 swapFree=5920/150992
[pid=22932] ppid=22929 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (bash) S 22929 22932 19746 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 8377365 9736192 350 33554432000 4194304 5098028 140723036853296 140723036850936 140451681721344 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 40280064 140723036861710 140723036861795 140723036861795 140723036864494 0
/proc/22932/statm: 2377 350 277 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 2.31 1.58 1.45 2/261 22932
/proc/meminfo: memFree=30771384/32770624 swapFree=5920/150992
[pid=22932] ppid=22929 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (bash) S 22929 22932 19746 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 8377365 9871360 378 33554432000 4194304 5098028 140723036853296 140723036847304 140451681721344 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 40280064 140723036861710 140723036861795 140723036861795 140723036864494 0
/proc/22932/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200364 s]
/proc/loadavg: 2.31 1.58 1.45 2/261 22932
/proc/meminfo: memFree=30771384/32770624 swapFree=5920/150992
[pid=22932] ppid=22929 vsize=10901872 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 5831 12713 0 0 7 1 7 4 20 0 20 0 8377365 11163516928 6543 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2725468 6543 2685 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.300322 s]
/proc/loadavg: 2.31 1.58 1.45 2/261 22932
/proc/meminfo: memFree=30771384/32770624 swapFree=5920/150992
[pid=22932] ppid=22929 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 9520 12713 0 0 22 2 7 4 20 0 20 0 8377365 11164049408 10537 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2725598 10537 2983 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700281 s]
/proc/loadavg: 2.31 1.58 1.45 2/261 22932
/proc/meminfo: memFree=30771384/32770624 swapFree=5920/150992
[pid=22932] ppid=22929 vsize=10902720 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 13113 12713 0 0 85 4 7 4 20 0 20 0 8377365 11164385280 16361 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2725680 16361 3234 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50127 s]
/proc/loadavg: 2.31 1.58 1.45 3/281 23005
/proc/meminfo: memFree=30662680/32770624 swapFree=5920/151020
[pid=22932] ppid=22929 vsize=10915392 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 27645 12713 0 0 212 11 7 4 20 0 20 0 8377365 11177361408 44363 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2728848 44363 3409 1 0 2716962 0
[pid=22932/tid=22987] ppid=22929 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22987/stat : 22987 (java) R 22929 22932 19746 0 -1 4202560 20114 12713 0 0 126 5 7 4 20 0 20 0 8377377 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429538687168 140429518497125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22988] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22988/stat : 22988 (java) S 22929 22932 19746 0 -1 1077944384 24 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429460527760 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22989] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22989/stat : 22989 (java) S 22929 22932 19746 0 -1 1077944384 53 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429139896848 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22990] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22990/stat : 22990 (java) S 22929 22932 19746 0 -1 1077944384 26 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429138844048 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22991] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22991/stat : 22991 (java) S 22929 22932 19746 0 -1 1077944384 33 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429137791248 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22992] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22992/stat : 22992 (java) S 22929 22932 19746 0 -1 1077944384 32 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429136739472 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22993] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22993/stat : 22993 (java) S 22929 22932 19746 0 -1 1077944384 31 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429135686672 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22994] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22994/stat : 22994 (java) S 22929 22932 19746 0 -1 1077944384 151 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429134633872 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22995] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22995/stat : 22995 (java) S 22929 22932 19746 0 -1 1077944384 15 12713 0 0 1 0 7 4 20 0 20 0 8377378 11177361408 44363 33554432000 4194304 4196468 140732277614784 140429133581072 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22996] ppid=22929 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22996/stat : 22996 (java) S 22929 22932 19746 0 -1 1077944384 1635 12713 0 0 1 0 7 4 20 0 20 0 8377380 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428740479344 140429534464642 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22997] ppid=22929 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22997/stat : 22997 (java) S 22929 22932 19746 0 -1 1077944384 56 12713 0 0 0 0 7 4 20 0 20 0 8377380 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428739425376 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22998] ppid=22929 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22998/stat : 22998 (java) S 22929 22932 19746 0 -1 1077944384 44 12713 0 0 0 0 7 4 20 0 20 0 8377381 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428738372480 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22999] ppid=22929 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22999/stat : 22999 (java) S 22929 22932 19746 0 -1 1077944384 1 12713 0 0 0 0 7 4 20 0 20 0 8377384 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428737320784 140429534472091 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23000] ppid=22929 vsize=10915392 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23000/stat : 23000 (java) S 22929 22932 19746 0 -1 1077944384 1035 12713 0 0 17 0 7 4 20 0 20 0 8377384 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428736269168 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23001] ppid=22929 vsize=10915392 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23001/stat : 23001 (java) S 22929 22932 19746 0 -1 1077944384 692 12713 0 0 11 0 7 4 20 0 20 0 8377384 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428735216368 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23002] ppid=22929 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23002/stat : 23002 (java) S 22929 22932 19746 0 -1 1077944384 385 12713 0 0 12 0 7 4 20 0 20 0 8377384 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428734163568 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23003] ppid=22929 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23003/stat : 23003 (java) R 22929 22932 19746 0 -1 4202560 1177 12713 0 0 27 0 7 4 20 0 20 0 8377384 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428733110768 140429518533982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23004] ppid=22929 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23004/stat : 23004 (java) S 22929 22932 19746 0 -1 1077944384 3 12713 0 0 0 0 7 4 20 0 20 0 8377384 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428732058208 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23005] ppid=22929 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23005/stat : 23005 (java) S 22929 22932 19746 0 -1 1077944384 7 12713 0 0 0 0 7 4 20 0 20 0 8377385 11177361408 44363 33554432000 4194304 4196468 140732277614784 140428731005488 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10915392

[startup+3.1012 s]
/proc/loadavg: 2.31 1.58 1.45 5/281 23005
/proc/meminfo: memFree=30590108/32770624 swapFree=5920/151020
[pid=22932] ppid=22929 vsize=10927868 CPUtime=6.17 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 48540 12713 0 0 590 16 7 4 20 0 20 0 8377365 11190136832 58368 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2731967 58368 3473 1 0 2719522 0
[pid=22932/tid=22987] ppid=22929 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22987/stat : 22987 (java) R 22929 22932 19746 0 -1 4202560 33556 12713 0 0 283 7 7 4 20 0 20 0 8377377 11190136832 58368 33554432000 4194304 4196468 140732277614784 140429538681136 140429534475421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22988] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22988/stat : 22988 (java) S 22929 22932 19746 0 -1 1077944384 24 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429460527760 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22989] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22989/stat : 22989 (java) S 22929 22932 19746 0 -1 1077944384 53 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429139896848 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22990] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22990/stat : 22990 (java) S 22929 22932 19746 0 -1 1077944384 26 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429138844048 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22991] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22991/stat : 22991 (java) S 22929 22932 19746 0 -1 1077944384 33 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429137791248 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22992] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22992/stat : 22992 (java) S 22929 22932 19746 0 -1 1077944384 32 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429136739472 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22993] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22993/stat : 22993 (java) S 22929 22932 19746 0 -1 1077944384 31 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429135686672 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22994] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22994/stat : 22994 (java) S 22929 22932 19746 0 -1 1077944384 151 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429134633872 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22995] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22995/stat : 22995 (java) S 22929 22932 19746 0 -1 1077944384 15 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 58398 33554432000 4194304 4196468 140732277614784 140429133581072 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22996] ppid=22929 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22996/stat : 22996 (java) S 22929 22932 19746 0 -1 1077944384 1652 12713 0 0 2 0 7 4 20 0 20 0 8377380 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428740479344 140429534464642 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22997] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22997/stat : 22997 (java) S 22929 22932 19746 0 -1 1077944384 56 12713 0 0 0 0 7 4 20 0 20 0 8377380 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428739425376 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22998] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22998/stat : 22998 (java) S 22929 22932 19746 0 -1 1077944384 44 12713 0 0 0 0 7 4 20 0 20 0 8377381 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428738372480 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22999] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22999/stat : 22999 (java) S 22929 22932 19746 0 -1 1077944384 1 12713 0 0 0 0 7 4 20 0 20 0 8377384 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428737320784 140429534472091 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23000] ppid=22929 vsize=10927868 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23000/stat : 23000 (java) S 22929 22932 19746 0 -1 1077944384 2184 12713 0 0 53 1 7 4 20 0 20 0 8377384 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428736269168 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23001] ppid=22929 vsize=10927868 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23001/stat : 23001 (java) R 22929 22932 19746 0 -1 4202560 1218 12713 0 0 49 0 7 4 20 0 20 0 8377384 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428735216664 140429515152830 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23002] ppid=22929 vsize=10927868 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23002/stat : 23002 (java) S 22929 22932 19746 0 -1 1077944384 4053 12713 0 0 84 2 7 4 20 0 20 0 8377384 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428734163568 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23003] ppid=22929 vsize=10927868 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23003/stat : 23003 (java) S 22929 22932 19746 0 -1 1077944384 3268 12713 0 0 102 1 7 4 20 0 20 0 8377384 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428733110768 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23004] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23004/stat : 23004 (java) S 22929 22932 19746 0 -1 1077944384 3 12713 0 0 0 0 7 4 20 0 20 0 8377384 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428732058208 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23005] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23005/stat : 23005 (java) S 22929 22932 19746 0 -1 1077944384 9 12713 0 0 0 0 7 4 20 0 20 0 8377385 11190136832 58398 33554432000 4194304 4196468 140732277614784 140428731005488 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20109 s]
/proc/loadavg: 2.31 1.58 1.45 5/281 23005
/proc/meminfo: memFree=30590108/32770624 swapFree=5920/151020
[pid=22932] ppid=22929 vsize=10927868 CPUtime=6.37 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 48881 12713 0 0 609 17 7 4 20 0 20 0 8377365 11190136832 59218 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2731967 59218 3473 1 0 2719522 0
[pid=22932/tid=22987] ppid=22929 vsize=10927868 CPUtime=3.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22987/stat : 22987 (java) R 22929 22932 19746 0 -1 4202560 33726 12713 0 0 293 7 7 4 20 0 20 0 8377377 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429538683568 140429534465430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22988] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22988/stat : 22988 (java) S 22929 22932 19746 0 -1 1077944384 24 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429460527760 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22989] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22989/stat : 22989 (java) S 22929 22932 19746 0 -1 1077944384 53 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429139896848 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22990] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22990/stat : 22990 (java) S 22929 22932 19746 0 -1 1077944384 26 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429138844048 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22991] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22991/stat : 22991 (java) S 22929 22932 19746 0 -1 1077944384 33 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429137791248 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22992] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22992/stat : 22992 (java) S 22929 22932 19746 0 -1 1077944384 32 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429136739472 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22993] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22993/stat : 22993 (java) S 22929 22932 19746 0 -1 1077944384 31 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429135686672 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22994] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22994/stat : 22994 (java) S 22929 22932 19746 0 -1 1077944384 151 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429134633872 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22995] ppid=22929 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22995/stat : 22995 (java) S 22929 22932 19746 0 -1 1077944384 15 12713 0 0 1 0 7 4 20 0 20 0 8377378 11190136832 59218 33554432000 4194304 4196468 140732277614784 140429133581072 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22996] ppid=22929 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22996/stat : 22996 (java) S 22929 22932 19746 0 -1 1077944384 1652 12713 0 0 2 0 7 4 20 0 20 0 8377380 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428740479344 140429534464642 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22997] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22997/stat : 22997 (java) S 22929 22932 19746 0 -1 1077944384 56 12713 0 0 0 0 7 4 20 0 20 0 8377380 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428739425376 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22998] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22998/stat : 22998 (java) S 22929 22932 19746 0 -1 1077944384 44 12713 0 0 0 0 7 4 20 0 20 0 8377381 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428738372480 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22999] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22999/stat : 22999 (java) S 22929 22932 19746 0 -1 1077944384 1 12713 0 0 0 0 7 4 20 0 20 0 8377384 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428737320784 140429534472091 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23000] ppid=22929 vsize=10927868 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23000/stat : 23000 (java) S 22929 22932 19746 0 -1 1077944384 2189 12713 0 0 53 1 7 4 20 0 20 0 8377384 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428736269168 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23001] ppid=22929 vsize=10927868 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23001/stat : 23001 (java) S 22929 22932 19746 0 -1 1077944384 1226 12713 0 0 50 0 7 4 20 0 20 0 8377384 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428735216368 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23002] ppid=22929 vsize=10927868 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23002/stat : 23002 (java) S 22929 22932 19746 0 -1 1077944384 4066 12713 0 0 87 2 7 4 20 0 20 0 8377384 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428734163568 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23003] ppid=22929 vsize=10927868 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23003/stat : 23003 (java) R 22929 22932 19746 0 -1 4202560 3412 12713 0 0 108 1 7 4 20 0 20 0 8377384 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428733110768 140429534465430 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23004] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23004/stat : 23004 (java) S 22929 22932 19746 0 -1 1077944384 3 12713 0 0 0 0 7 4 20 0 20 0 8377384 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428732058208 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23005] ppid=22929 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23005/stat : 23005 (java) S 22929 22932 19746 0 -1 1077944384 9 12713 0 0 0 0 7 4 20 0 20 0 8377385 11190136832 59218 33554432000 4194304 4196468 140732277614784 140428731005488 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 10927868

[startup+3.60106 s]
/proc/loadavg: 2.21 1.57 1.45 4/281 23005
/proc/meminfo: memFree=30523856/32770624 swapFree=5920/151028
[pid=22932] ppid=22929 vsize=10995452 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) S 22929 22932 19746 0 -1 1077944320 59972 12713 0 0 728 23 7 4 20 0 20 0 8377365 11259342848 72719 33554432000 4194304 4196468 140732277614784 140732277597328 140429534453495 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
/proc/22932/statm: 2748863 72719 3477 1 0 2736418 0
[pid=22932/tid=22987] ppid=22929 vsize=10995452 CPUtime=3.42 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22987/stat : 22987 (java) S 22929 22932 19746 0 -1 1077944384 41461 12713 0 0 322 9 7 4 20 0 20 0 8377377 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429538691040 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22988] ppid=22929 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22988/stat : 22988 (java) R 22929 22932 19746 0 -1 4202560 93 12713 0 0 5 1 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429460527880 140429527081703 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22989] ppid=22929 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22989/stat : 22989 (java) R 22929 22932 19746 0 -1 4202560 83 12713 0 0 5 0 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429139896968 140429527081703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22990] ppid=22929 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22990/stat : 22990 (java) R 22929 22932 19746 0 -1 4202560 60 12713 0 0 5 0 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429138844168 140429517836530 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22991] ppid=22929 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22991/stat : 22991 (java) R 22929 22932 19746 0 -1 4202560 45 12713 0 0 4 1 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429137791368 140429527081703 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22992] ppid=22929 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22992/stat : 22992 (java) R 22929 22932 19746 0 -1 4202560 47 12713 0 0 4 1 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429136739592 140429527081703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22993] ppid=22929 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22993/stat : 22993 (java) R 22929 22932 19746 0 -1 4202560 44 12713 0 0 5 0 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429135686872 140429519154131 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22994] ppid=22929 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22994/stat : 22994 (java) R 22929 22932 19746 0 -1 4202560 158 12713 0 0 4 0 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429134633992 140429527081703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22995] ppid=22929 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22995/stat : 22995 (java) R 22929 22932 19746 0 -1 4202560 22 12713 0 0 3 0 7 4 20 0 20 0 8377378 11259342848 72719 33554432000 4194304 4196468 140732277614784 140429133581192 140429527081703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22996] ppid=22929 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22996/stat : 22996 (java) S 22929 22932 19746 0 -1 1077944384 2488 12713 0 0 6 0 7 4 20 0 20 0 8377380 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428740477968 140429534463701 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22997] ppid=22929 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22997/stat : 22997 (java) S 22929 22932 19746 0 -1 1077944384 56 12713 0 0 0 0 7 4 20 0 20 0 8377380 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428739425376 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22998] ppid=22929 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22998/stat : 22998 (java) S 22929 22932 19746 0 -1 1077944384 44 12713 0 0 0 0 7 4 20 0 20 0 8377381 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428738372480 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=22999] ppid=22929 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/22999/stat : 22999 (java) S 22929 22932 19746 0 -1 1077944384 1 12713 0 0 0 0 7 4 20 0 20 0 8377384 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428737320784 140429534472091 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23000] ppid=22929 vsize=10995452 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23000/stat : 23000 (java) R 22929 22932 19746 0 -1 4202560 2576 12713 0 0 68 1 7 4 20 0 20 0 8377384 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428736255048 140429519375482 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23001] ppid=22929 vsize=10995452 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23001/stat : 23001 (java) S 22929 22932 19746 0 -1 1077944384 2917 12713 0 0 72 1 7 4 20 0 20 0 8377384 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428735195408 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23002] ppid=22929 vsize=10995452 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23002/stat : 23002 (java) S 22929 22932 19746 0 -1 1077944384 4089 12713 0 0 98 2 7 4 20 0 20 0 8377384 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428734148560 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23003] ppid=22929 vsize=10995452 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23003/stat : 23003 (java) S 22929 22932 19746 0 -1 1077944384 3643 12713 0 0 119 1 7 4 20 0 20 0 8377384 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428733106640 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23004] ppid=22929 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23004/stat : 23004 (java) S 22929 22932 19746 0 -1 1077944384 3 12713 0 0 0 0 7 4 20 0 20 0 8377384 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428732058208 140429534463701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
[pid=22932/tid=23005] ppid=22929 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23005/stat : 23005 (java) S 22929 22932 19746 0 -1 1077944384 9 12713 0 0 0 0 7 4 20 0 20 0 8377385 11259342848 72719 33554432000 4194304 4196468 140732277614784 140428731005488 140429534464642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24432640 140732277619393 140732277622167 140732277622167 140732277624783 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 10995452

[startup+4.00083 s]
/proc/loadavg: 2.21 1.57 1.45 4/281 23005
/proc/meminfo: memFree=30523856/32770624 swapFree=5920/151028
[pid=22932] ppid=22929 vsize=0 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/22932/stat : 22932 (java) Z 22929 22932 19746 0 -1 4227084 60426 12713 0 0 813 25 7 4 20 0 2 0 8377365 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/22932/statm: 0 0 0 0 0 0 0
[pid=22932/tid=23001] ppid=22929 vsize=0 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/22932/task/23001/stat : 23001 (java) D 22929 22932 19746 0 -1 4203588 3057 12713 0 0 78 2 7 4 20 0 2 0 8377384 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.05295
CPU time (s): 8.50328
CPU user time (s): 8.2085
CPU system time (s): 0.294784
CPU usage (%): 209.805
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.2085
system time used= 0.294784
maximum resident set size= 302408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9117
involuntary context switches= 1441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031437 second user time and 0.047156 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 15:44:37
IDJOB=4247373
IDBENCH=126981
IDSOLVER=2630
FILE ID=node106/4247373-1500731077
RUNJOBID= node106-1500714764-19778
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Driver/Driver-m1-s1/driverlogw-01c.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247373-1500731077/watcher-4247373-1500731077 -o /tmp/evaluation-result-4247373-1500731077/solver-4247373-1500731077 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19778 --watchdog 2560  bin/concrete HOME/instance-4247373-1500731077.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 91a89527f75c87fa26db92386f49e27c
RANDOM SEED=1598460265

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.15
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.15
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.15
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.15
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30772176 kB
MemAvailable:   30979780 kB
Buffers:          158060 kB
Cached:           321560 kB
SwapCached:            0 kB
Active:          1341672 kB
Inactive:         205120 kB
Active(anon):    1024452 kB
Inactive(anon):    54128 kB
Active(file):     317220 kB
Inactive(file):   150992 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24828 kB
Writeback:             8 kB
AnonPages:       1104692 kB
Mapped:            44828 kB
Shmem:              8852 kB
Slab:             144620 kB
SReclaimable:     110456 kB
SUnreclaim:        34164 kB
KernelStack:        4864 kB
PageTables:         7612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1857904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61912 MiB
End job on node106 at 2017-07-22 15:44:41