Trace number 4249998

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 7.57954 3.64653

General information on the benchmark

NameDomino/
Domino-m1-s1/Domino-100-500.xml
MD5SUM7044d68d6214da7da3276e5f7be25845
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.0074740001
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2
Number of domains1
Minimum domain size500
Maximum domain size500
Distribution of domain sizes[{"size":500,"count":100}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":98},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.67/2.14	c Concrete v3.4 running
7.49/3.61	v <instantiation>
7.49/3.61	v       <list>
7.49/3.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]
7.49/3.61	v       </list>
7.49/3.61	v       <values>
7.49/3.61	v         499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499
7.49/3.61	v       </values>
7.49/3.61	v     </instantiation>
7.49/3.61	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-4249998-1500776043/watcher-4249998-1500776043 -o /tmp/evaluation-result-4249998-1500776043/solver-4249998-1500776043 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500775267-32564 --watchdog 2560 bin/concrete HOME/instance-4249998-1500776043.xml 

pid=537
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: 1.72 1.71 1.48 2/262 540
/proc/meminfo: memFree=26766768/32770624 swapFree=5932/356556
[pid=540] ppid=537 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (bash) S 537 540 27482 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 12874381 9736192 351 33554432000 4194304 5098028 140728545957200 140728545954840 139869113605120 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 14548992 140728545961230 140728545961315 140728545961315 140728545964014 0
/proc/540/statm: 2377 351 278 221 0 86 0

[startup+0.10013 s]
/proc/loadavg: 1.72 1.71 1.48 2/262 540
/proc/meminfo: memFree=26766768/32770624 swapFree=5932/356556
[pid=540] ppid=537 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (bash) S 537 540 27482 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 12874381 9871360 378 33554432000 4194304 5098028 140728545957200 140728545951208 139869113605120 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 14548992 140728545961230 140728545961315 140728545961315 140728545964014 0
/proc/540/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200316 s]
/proc/loadavg: 1.72 1.71 1.48 2/262 540
/proc/meminfo: memFree=26766768/32770624 swapFree=5932/356556
[pid=540] ppid=537 vsize=10436888 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 4894 12644 0 0 7 1 7 4 20 0 14 0 12874381 10687373312 5241 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2609222 5241 2171 1 0 2597660 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10436888

[startup+0.300357 s]
/proc/loadavg: 1.72 1.71 1.48 2/262 540
/proc/meminfo: memFree=26766768/32770624 swapFree=5932/356556
[pid=540] ppid=537 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 9398 12644 0 0 23 2 7 4 20 0 20 0 12874381 11164049408 10383 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2725598 10383 2975 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700194 s]
/proc/loadavg: 1.72 1.71 1.48 2/262 540
/proc/meminfo: memFree=26766768/32770624 swapFree=5932/356556
[pid=540] ppid=537 vsize=10902720 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 12969 12644 0 0 86 4 7 4 20 0 20 0 12874381 11164385280 16202 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2725680 16202 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10902720

[startup+1.50098 s]
/proc/loadavg: 1.72 1.71 1.48 3/282 620
/proc/meminfo: memFree=26658020/32770624 swapFree=5932/356496
[pid=540] ppid=537 vsize=10915392 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 27298 12644 0 0 210 12 7 4 20 0 20 0 12874381 11177361408 44166 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2728848 44166 3411 1 0 2716962 0
[pid=540/tid=598] ppid=537 vsize=10915392 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/540/task/598/stat : 598 (java) R 537 540 27482 0 -1 4202560 19690 12644 0 0 127 6 7 4 20 0 20 0 12874393 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695534729024 140695530519958 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=599] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/599/stat : 599 (java) S 537 540 27482 0 -1 1077944384 35 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695483128464 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=602] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/602/stat : 602 (java) S 537 540 27482 0 -1 1077944384 68 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695482075664 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=603] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/603/stat : 603 (java) S 537 540 27482 0 -1 1077944384 127 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695481022864 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=604] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/604/stat : 604 (java) S 537 540 27482 0 -1 1077944384 25 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695479970064 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=605] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/605/stat : 605 (java) S 537 540 27482 0 -1 1077944384 9 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695132888208 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=606] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/606/stat : 606 (java) S 537 540 27482 0 -1 1077944384 16 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695131835408 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=609] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/609/stat : 609 (java) S 537 540 27482 0 -1 1077944384 38 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695130782608 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=610] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/610/stat : 610 (java) S 537 540 27482 0 -1 1077944384 18 12644 0 0 0 0 7 4 20 0 20 0 12874394 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695129729808 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=611] ppid=537 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/611/stat : 611 (java) S 537 540 27482 0 -1 1077944384 1598 12644 0 0 1 0 7 4 20 0 20 0 12874397 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695004227952 140695530519170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=612] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/612/stat : 612 (java) S 537 540 27482 0 -1 1077944384 57 12644 0 0 0 0 7 4 20 0 20 0 12874398 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695003173920 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=613] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/613/stat : 613 (java) S 537 540 27482 0 -1 1077944384 47 12644 0 0 0 0 7 4 20 0 20 0 12874398 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695002121072 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=614] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/614/stat : 614 (java) S 537 540 27482 0 -1 1077944384 1 12644 0 0 0 0 7 4 20 0 20 0 12874401 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695001069392 140695530526619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=615] ppid=537 vsize=10915392 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/540/task/615/stat : 615 (java) S 537 540 27482 0 -1 1077944384 1104 12644 0 0 20 0 7 4 20 0 20 0 12874401 11177361408 44166 33554432000 4194304 4196468 140728387384736 140695000017776 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=616] ppid=537 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/540/task/616/stat : 616 (java) S 537 540 27482 0 -1 1077944384 417 12644 0 0 14 0 7 4 20 0 20 0 12874401 11177361408 44166 33554432000 4194304 4196468 140728387384736 140694998964976 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=617] ppid=537 vsize=10915392 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/540/task/617/stat : 617 (java) S 537 540 27482 0 -1 1077944384 527 12644 0 0 9 0 7 4 20 0 20 0 12874401 11177361408 44166 33554432000 4194304 4196468 140728387384736 140694997912176 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=618] ppid=537 vsize=10915392 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/540/task/618/stat : 618 (java) S 537 540 27482 0 -1 1077944384 1379 12644 0 0 28 0 7 4 20 0 20 0 12874401 11177361408 44166 33554432000 4194304 4196468 140728387384736 140694996859376 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=619] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/619/stat : 619 (java) S 537 540 27482 0 -1 1077944384 3 12644 0 0 0 0 7 4 20 0 20 0 12874402 11177361408 44166 33554432000 4194304 4196468 140728387384736 140694995806816 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=620] ppid=537 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/620/stat : 620 (java) S 537 540 27482 0 -1 1077944384 6 12644 0 0 0 0 7 4 20 0 20 0 12874402 11177361408 44166 33554432000 4194304 4196468 140728387384736 140694994754096 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10915392

[startup+3.10323 s]
/proc/loadavg: 1.75 1.72 1.48 3/282 620
/proc/meminfo: memFree=26586192/32770624 swapFree=5932/356464
[pid=540] ppid=537 vsize=10927868 CPUtime=5.51 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 47415 12644 0 0 518 22 7 4 20 0 20 0 12874381 11190136832 60473 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2731967 60473 3488 1 0 2719522 0
[pid=540/tid=598] ppid=537 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/540/task/598/stat : 598 (java) S 537 540 27482 0 -1 1077944384 35465 12644 0 0 281 9 7 4 20 0 20 0 12874393 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695534725568 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=599] ppid=537 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/599/stat : 599 (java) S 537 540 27482 0 -1 1077944384 43 12644 0 0 1 1 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695483128480 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=602] ppid=537 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/602/stat : 602 (java) S 537 540 27482 0 -1 1077944384 74 12644 0 0 1 0 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695482075664 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=603] ppid=537 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/603/stat : 603 (java) S 537 540 27482 0 -1 1077944384 143 12644 0 0 1 1 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695481022864 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=604] ppid=537 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/604/stat : 604 (java) S 537 540 27482 0 -1 1077944384 47 12644 0 0 1 1 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695479970064 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=605] ppid=537 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/605/stat : 605 (java) S 537 540 27482 0 -1 1077944384 22 12644 0 0 1 0 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695132888208 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=606] ppid=537 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/606/stat : 606 (java) S 537 540 27482 0 -1 1077944384 22 12644 0 0 1 0 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695131835408 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=609] ppid=537 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/609/stat : 609 (java) S 537 540 27482 0 -1 1077944384 55 12644 0 0 1 1 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695130782608 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=610] ppid=537 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/610/stat : 610 (java) S 537 540 27482 0 -1 1077944384 80 12644 0 0 1 0 7 4 20 0 20 0 12874394 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695129729808 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=611] ppid=537 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/611/stat : 611 (java) R 537 540 27482 0 -1 4202560 1642 12644 0 0 1 0 7 4 20 0 20 0 12874397 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695004226240 140695530529370 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=612] ppid=537 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/612/stat : 612 (java) S 537 540 27482 0 -1 1077944384 57 12644 0 0 0 0 7 4 20 0 20 0 12874398 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695003173920 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=613] ppid=537 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/613/stat : 613 (java) S 537 540 27482 0 -1 1077944384 47 12644 0 0 0 0 7 4 20 0 20 0 12874398 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695002121072 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=614] ppid=537 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/614/stat : 614 (java) S 537 540 27482 0 -1 1077944384 1 12644 0 0 0 0 7 4 20 0 20 0 12874401 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695001069392 140695530526619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=615] ppid=537 vsize=10927868 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/540/task/615/stat : 615 (java) S 537 540 27482 0 -1 1077944384 1507 12644 0 0 43 1 7 4 20 0 20 0 12874401 11190136832 60473 33554432000 4194304 4196468 140728387384736 140695000017776 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=616] ppid=537 vsize=10927868 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/540/task/616/stat : 616 (java) S 537 540 27482 0 -1 1077944384 1225 12644 0 0 45 0 7 4 20 0 20 0 12874401 11190136832 60473 33554432000 4194304 4196468 140728387384736 140694998964976 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=617] ppid=537 vsize=10927868 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/540/task/617/stat : 617 (java) S 537 540 27482 0 -1 1077944384 1385 12644 0 0 38 0 7 4 20 0 20 0 12874401 11190136832 60473 33554432000 4194304 4196468 140728387384736 140694997912176 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=618] ppid=537 vsize=10927868 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/540/task/618/stat : 618 (java) S 537 540 27482 0 -1 1077944384 3456 12644 0 0 92 1 7 4 20 0 20 0 12874401 11190136832 60473 33554432000 4194304 4196468 140728387384736 140694996859376 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=619] ppid=537 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/619/stat : 619 (java) S 537 540 27482 0 -1 1077944384 3 12644 0 0 0 0 7 4 20 0 20 0 12874402 11190136832 60473 33554432000 4194304 4196468 140728387384736 140694995806816 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=620] ppid=537 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/620/stat : 620 (java) S 537 540 27482 0 -1 1077944384 7 12644 0 0 0 0 7 4 20 0 20 0 12874402 11190136832 60492 33554432000 4194304 4196468 140728387384736 140694994754096 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20155 s]
/proc/loadavg: 1.75 1.72 1.48 3/282 620
/proc/meminfo: memFree=26586192/32770624 swapFree=5932/356464
[pid=540] ppid=537 vsize=10929916 CPUtime=5.81 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 48393 12644 0 0 547 23 7 4 20 0 20 0 12874381 11192233984 61921 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2732479 61921 3489 1 0 2720034 0
[pid=540/tid=598] ppid=537 vsize=10929916 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/540/task/598/stat : 598 (java) R 537 540 27482 0 -1 4202560 35604 12644 0 0 287 9 7 4 20 0 20 0 12874393 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695534740032 140695530519958 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=599] ppid=537 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/599/stat : 599 (java) S 537 540 27482 0 -1 1077944384 43 12644 0 0 1 1 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695483128464 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=602] ppid=537 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/602/stat : 602 (java) S 537 540 27482 0 -1 1077944384 74 12644 0 0 2 0 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695482075664 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=603] ppid=537 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/540/task/603/stat : 603 (java) S 537 540 27482 0 -1 1077944384 143 12644 0 0 2 1 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695481022864 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=604] ppid=537 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/540/task/604/stat : 604 (java) S 537 540 27482 0 -1 1077944384 47 12644 0 0 2 1 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695479970064 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=605] ppid=537 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/605/stat : 605 (java) S 537 540 27482 0 -1 1077944384 23 12644 0 0 2 0 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695132888208 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=606] ppid=537 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/606/stat : 606 (java) S 537 540 27482 0 -1 1077944384 22 12644 0 0 2 0 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695131835408 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=609] ppid=537 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/540/task/609/stat : 609 (java) S 537 540 27482 0 -1 1077944384 55 12644 0 0 2 1 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695130782608 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=610] ppid=537 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/610/stat : 610 (java) S 537 540 27482 0 -1 1077944384 81 12644 0 0 2 0 7 4 20 0 20 0 12874394 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695129729808 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=611] ppid=537 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/540/task/611/stat : 611 (java) S 537 540 27482 0 -1 1077944384 2331 12644 0 0 4 0 7 4 20 0 20 0 12874397 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695004227952 140695530519170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=612] ppid=537 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/612/stat : 612 (java) S 537 540 27482 0 -1 1077944384 57 12644 0 0 0 0 7 4 20 0 20 0 12874398 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695003173984 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=613] ppid=537 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/613/stat : 613 (java) S 537 540 27482 0 -1 1077944384 47 12644 0 0 1 0 7 4 20 0 20 0 12874398 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695002121088 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=614] ppid=537 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/614/stat : 614 (java) S 537 540 27482 0 -1 1077944384 1 12644 0 0 0 0 7 4 20 0 20 0 12874401 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695001069392 140695530526619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=615] ppid=537 vsize=10929916 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/540/task/615/stat : 615 (java) R 537 540 27482 0 -1 4202560 1590 12644 0 0 48 1 7 4 20 0 20 0 12874401 11192233984 61921 33554432000 4194304 4196468 140728387384736 140695000007856 140695512029457 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=616] ppid=537 vsize=10929916 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/540/task/616/stat : 616 (java) R 537 540 27482 0 -1 4202560 1231 12644 0 0 47 0 7 4 20 0 20 0 12874401 11192233984 61921 33554432000 4194304 4196468 140728387384736 140694998953648 140695511252407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=617] ppid=537 vsize=10929916 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/540/task/617/stat : 617 (java) R 537 540 27482 0 -1 4202560 1395 12644 0 0 40 0 7 4 20 0 20 0 12874401 11192233984 61921 33554432000 4194304 4196468 140728387384736 140694997912472 140695516572000 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=618] ppid=537 vsize=10929916 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/540/task/618/stat : 618 (java) R 537 540 27482 0 -1 4202560 3505 12644 0 0 96 1 7 4 20 0 20 0 12874401 11192233984 61921 33554432000 4194304 4196468 140728387384736 140694996859296 140695523613720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=619] ppid=537 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/619/stat : 619 (java) S 537 540 27482 0 -1 1077944384 3 12644 0 0 0 0 7 4 20 0 20 0 12874402 11192233984 61921 33554432000 4194304 4196468 140728387384736 140694995806816 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=620] ppid=537 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/620/stat : 620 (java) S 537 540 27482 0 -1 1077944384 7 12644 0 0 0 0 7 4 20 0 20 0 12874402 11192233984 61921 33554432000 4194304 4196468 140728387384736 140694994754096 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 10929916

[startup+3.60074 s]
/proc/loadavg: 1.75 1.72 1.48 5/282 620
/proc/meminfo: memFree=26513936/32770624 swapFree=5932/356464
[pid=540] ppid=537 vsize=10995452 CPUtime=7.49 cores=1,3,5,7,9,11,13,15
/proc/540/stat : 540 (java) S 537 540 27482 0 -1 1077944320 60807 12644 0 0 713 25 7 4 20 0 20 0 12874381 11259342848 74212 33554432000 4194304 4196468 140728387384736 140728387367280 140695530508023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
/proc/540/statm: 2748863 74212 3491 1 0 2736418 0
[pid=540/tid=598] ppid=537 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/540/task/598/stat : 598 (java) R 537 540 27482 0 -1 4202560 44561 12644 0 0 308 10 7 4 20 0 20 0 12874393 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695534739856 140695514588540 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=599] ppid=537 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/540/task/599/stat : 599 (java) S 537 540 27482 0 -1 1077944384 51 12644 0 0 10 1 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695483128464 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=602] ppid=537 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/540/task/602/stat : 602 (java) S 537 540 27482 0 -1 1077944384 81 12644 0 0 12 1 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695482075664 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=603] ppid=537 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/540/task/603/stat : 603 (java) S 537 540 27482 0 -1 1077944384 144 12644 0 0 12 1 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695481022864 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=604] ppid=537 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/540/task/604/stat : 604 (java) S 537 540 27482 0 -1 1077944384 48 12644 0 0 12 1 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695479970064 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=605] ppid=537 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/540/task/605/stat : 605 (java) S 537 540 27482 0 -1 1077944384 35 12644 0 0 12 1 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695132888208 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=606] ppid=537 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/540/task/606/stat : 606 (java) S 537 540 27482 0 -1 1077944384 31 12644 0 0 12 0 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695131835408 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=609] ppid=537 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/540/task/609/stat : 609 (java) S 537 540 27482 0 -1 1077944384 60 12644 0 0 11 1 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695130782608 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=610] ppid=537 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/540/task/610/stat : 610 (java) S 537 540 27482 0 -1 1077944384 96 12644 0 0 12 0 7 4 20 0 20 0 12874394 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695129729808 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=611] ppid=537 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/540/task/611/stat : 611 (java) S 537 540 27482 0 -1 1077944384 2344 12644 0 0 10 0 7 4 20 0 20 0 12874397 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695004227952 140695530519170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=612] ppid=537 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/612/stat : 612 (java) S 537 540 27482 0 -1 1077944384 57 12644 0 0 0 0 7 4 20 0 20 0 12874398 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695003174048 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=613] ppid=537 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/540/task/613/stat : 613 (java) S 537 540 27482 0 -1 1077944384 47 12644 0 0 1 0 7 4 20 0 20 0 12874398 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695002121088 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=614] ppid=537 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/614/stat : 614 (java) S 537 540 27482 0 -1 1077944384 1 12644 0 0 0 0 7 4 20 0 20 0 12874401 11259342848 74212 33554432000 4194304 4196468 140728387384736 140695001069392 140695530526619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=615] ppid=537 vsize=10995452 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/540/task/615/stat : 615 (java) R 537 540 27482 0 -1 4202560 3030 12644 0 0 71 2 7 4 20 0 20 0 12874401 11259342848 74212 33554432000 4194304 4196468 140728387384736 140694999998792 140695508524992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=616] ppid=537 vsize=10995452 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/540/task/616/stat : 616 (java) S 537 540 27482 0 -1 1077944384 1279 12644 0 0 57 0 7 4 20 0 20 0 12874401 11259342848 74212 33554432000 4194304 4196468 140728387384736 140694998964976 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=617] ppid=537 vsize=10995452 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/540/task/617/stat : 617 (java) R 537 540 27482 0 -1 4202560 3228 12644 0 0 63 0 7 4 20 0 20 0 12874401 11259342848 74212 33554432000 4194304 4196468 140728387384736 140694997893192 140695514418760 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=618] ppid=537 vsize=10995452 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/540/task/618/stat : 618 (java) R 537 540 27482 0 -1 4202560 3571 12644 0 0 101 1 7 4 20 0 20 0 12874401 11259342848 74212 33554432000 4194304 4196468 140728387384736 140694996855312 140695509377615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=619] ppid=537 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/619/stat : 619 (java) S 537 540 27482 0 -1 1077944384 3 12644 0 0 0 0 7 4 20 0 20 0 12874402 11259342848 74212 33554432000 4194304 4196468 140728387384736 140694995806816 140695530518229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
[pid=540/tid=620] ppid=537 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/540/task/620/stat : 620 (java) S 537 540 27482 0 -1 1077944384 7 12644 0 0 0 0 7 4 20 0 20 0 12874402 11259342848 74212 33554432000 4194304 4196468 140728387384736 140694994754096 140695530519170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25903104 140728387386049 140728387388823 140728387388823 140728387391439 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 3.64653
CPU time (s): 7.57954
CPU user time (s): 7.27005
CPU system time (s): 0.309482
CPU usage (%): 207.856
Max. virtual memory (cumulated for all children) (KiB): 10995452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.27005
system time used= 0.309482
maximum resident set size= 299200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8070
involuntary context switches= 906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032381 second user time and 0.037007 second system time

The end

Launcher Data

Begin job on node102 at 2017-07-23 04:14:03
IDJOB=4249998
IDBENCH=138739
IDSOLVER=2630
FILE ID=node102/4249998-1500776043
RUNJOBID= node102-1500775267-32564
PBS_JOBID= 20624584
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-100-500.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249998-1500776043/watcher-4249998-1500776043 -o /tmp/evaluation-result-4249998-1500776043/solver-4249998-1500776043 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500775267-32564 --watchdog 2560  bin/concrete HOME/instance-4249998-1500776043.xml

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

MD5SUM BENCH= 7044d68d6214da7da3276e5f7be25845
RANDOM SEED=2043263340

node102.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		: 2668.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.40
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.40
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.40
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		: 1600.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.40
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.40
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		: 1600.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.40
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.40
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		: 1600.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.40
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		: 1600.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:        26766316 kB
MemAvailable:   27221236 kB
Buffers:          163672 kB
Cached:           568092 kB
SwapCached:            0 kB
Active:          5187700 kB
Inactive:         365244 kB
Active(anon):    4823948 kB
Inactive(anon):     8608 kB
Active(file):     363752 kB
Inactive(file):   356636 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24272 kB
Writeback:            24 kB
AnonPages:       4960304 kB
Mapped:            45192 kB
Shmem:              8852 kB
Slab:             134200 kB
SReclaimable:     100732 kB
SUnreclaim:        33468 kB
KernelStack:        4752 kB
PageTables:        15028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5079808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4671488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61816 MiB
End job on node102 at 2017-07-23 04:14:07