Trace number 4244942

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)OPT18 6.68565 1.3757

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4244942-1500684837.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4244942-1500684837.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.67	c solve instance...
0.00/0.72	o 0 
0.00/0.73	o 4 
0.00/0.73	o 16 
0.00/0.94	o 17 
0.00/0.96	o 18 
6.22/1.35	s OPTIMUM FOUND
6.22/1.35	v <instantiation>
6.22/1.35	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] </list>
6.22/1.35	v 	<values>1 1 0 0 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 0 0 1 1 2 3 2 2 2 3 2 4 2 3 2 3 6 3 4 3 6 3 4 3 6 3 2 3 2 4 2 3 2 2 2 3 2 </values>
6.22/1.35	v </instantiation>

Verifier Data

OK	18

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-4244942-1500684837/watcher-4244942-1500684837 -o /tmp/evaluation-result-4244942-1500684837/solver-4244942-1500684837 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1587853071 HOME/instance-4244942-1500684837.xml 

pid=32253
running on 8 cores: 0,2,4,6,8,10,12,14

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: 15.94 15.62 14.83 10/274 32256
/proc/meminfo: memFree=29183776/32770624 swapFree=5900/219488
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0

[startup+0.100104 s]
/proc/loadavg: 15.94 15.62 14.83 10/274 32256
/proc/meminfo: memFree=29183776/32770624 swapFree=5900/219488
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200376 s]
/proc/loadavg: 15.94 15.62 14.83 10/274 32256
/proc/meminfo: memFree=29183776/32770624 swapFree=5900/219488
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30036 s]
/proc/loadavg: 15.94 15.62 14.83 10/274 32256
/proc/meminfo: memFree=29183776/32770624 swapFree=5900/219488
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701879 s]
/proc/loadavg: 15.94 15.62 14.83 10/274 32256
/proc/meminfo: memFree=29183776/32770624 swapFree=5900/219488
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

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

[startup+0.800288 s]
/proc/loadavg: 15.94 15.62 14.83 10/274 32256
/proc/meminfo: memFree=29183776/32770624 swapFree=5900/219488
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.22407 s]
/proc/loadavg: 15.94 15.62 14.83 21/303 32325
/proc/meminfo: memFree=29015088/32770624 swapFree=5900/219520
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
[pid=32257] ppid=32256 vsize=13802796 CPUtime=5.6 cores=0,2,4,6,8,10,12,14
/proc/32257/stat : 32257 (java) S 32256 32256 16913 0 -1 1077944320 17816 0 0 0 549 11 0 0 20 0 28 0 3750617 14134063104 46211 33554432000 4194304 4196468 140726603249072 140726603231616 140095004724983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
/proc/32257/statm: 3450699 46211 3216 1 0 3437932 0
[pid=32257/tid=32258] ppid=32256 vsize=13802796 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32258/stat : 32258 (java) S 32256 32256 16913 0 -1 1077944384 6806 0 0 0 62 4 0 0 20 0 28 0 3750618 14134063104 46211 33554432000 4194304 4196468 140726603249072 140095008965760 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32260] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32260/stat : 32260 (java) S 32256 32256 16913 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094923205648 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32261] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32261/stat : 32261 (java) S 32256 32256 16913 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094922153104 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32262] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32262/stat : 32262 (java) S 32256 32256 16913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094602210064 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32263] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32263/stat : 32263 (java) S 32256 32256 16913 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094601157520 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32264] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32264/stat : 32264 (java) S 32256 32256 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094600104464 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32265] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32265/stat : 32265 (java) S 32256 32256 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094599051920 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32266] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32266/stat : 32266 (java) S 32256 32256 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094597998864 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32267] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32267/stat : 32267 (java) S 32256 32256 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094596946320 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32268] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32268/stat : 32268 (java) S 32256 32256 16913 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3750621 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094466943728 140095004736130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32269] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32269/stat : 32269 (java) S 32256 32256 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3750622 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094465889952 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32270] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32270/stat : 32270 (java) S 32256 32256 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3750622 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094464836848 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32271] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32271/stat : 32271 (java) S 32256 32256 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3750626 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094463785424 140095004743579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32272] ppid=32256 vsize=13802796 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32272/stat : 32272 (java) R 32256 32256 16913 0 -1 4202560 1653 0 0 0 56 0 0 0 20 0 28 0 3750626 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094462722128 140094988208308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32273] ppid=32256 vsize=13802796 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32273/stat : 32273 (java) R 32256 32256 16913 0 -1 4202560 2636 0 0 0 60 0 0 0 20 0 28 0 3750626 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094461673176 140094982703303 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32274] ppid=32256 vsize=13802796 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32274/stat : 32274 (java) R 32256 32256 16913 0 -1 4202560 1844 0 0 0 55 1 0 0 20 0 28 0 3750626 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094460612808 140094986247553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32275] ppid=32256 vsize=13802796 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32275/stat : 32275 (java) S 32256 32256 16913 0 -1 1077944384 2377 0 0 0 63 0 0 0 20 0 28 0 3750626 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094459574384 140095004736130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32276] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32276/stat : 32276 (java) S 32256 32256 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3750626 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094458522592 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32277] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32277/stat : 32277 (java) S 32256 32256 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3750627 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094457470128 140095004736130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32318] ppid=32256 vsize=13802796 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32318/stat : 32318 (java) R 32256 32256 16913 0 -1 4202560 21 0 0 0 19 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094310682136 140095004736918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32319] ppid=32256 vsize=13802796 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32319/stat : 32319 (java) R 32256 32256 16913 0 -1 4202560 18 0 0 0 16 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094311737832 140094987195967 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32320] ppid=32256 vsize=13802796 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32320/stat : 32320 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094308578456 140094606721007 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32321] ppid=32256 vsize=13802796 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32321/stat : 32321 (java) R 32256 32256 16913 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094306473088 140094607387422 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32322] ppid=32256 vsize=13802796 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32322/stat : 32322 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 17 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094312789592 140094607575920 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32323] ppid=32256 vsize=13802796 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32323/stat : 32323 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 16 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094309631128 140094607251694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32324] ppid=32256 vsize=13802796 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32324/stat : 32324 (java) R 32256 32256 16913 0 -1 4202560 18 0 0 0 14 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094313842936 140094606720140 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32325] ppid=32256 vsize=13802796 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32325/stat : 32325 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 23 0 0 0 20 0 28 0 3750714 14134063104 46211 33554432000 4194304 4196468 140726603249072 140094314895336 140094607538704 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 13812308

[startup+1.30169 s]
/proc/loadavg: 15.94 15.62 14.83 21/303 32325
/proc/meminfo: memFree=29015088/32770624 swapFree=5900/219520
[pid=32256] ppid=32253 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3750617 9740288 346 33554432000 4194304 5098028 140730062689232 140730062687336 139855174038140 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 8019968 140730062697614 140730062697824 140730062697824 140730062700523 0
/proc/32256/statm: 2378 346 289 221 0 87 0
[pid=32257] ppid=32256 vsize=13802796 CPUtime=6.22 cores=0,2,4,6,8,10,12,14
/proc/32257/stat : 32257 (java) S 32256 32256 16913 0 -1 1077944320 18149 0 0 0 611 11 0 0 20 0 28 0 3750617 14134063104 46493 33554432000 4194304 4196468 140726603249072 140726603231616 140095004724983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
/proc/32257/statm: 3450699 46493 3218 1 0 3437932 0
[pid=32257/tid=32258] ppid=32256 vsize=13802796 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32258/stat : 32258 (java) S 32256 32256 16913 0 -1 1077944384 6806 0 0 0 62 4 0 0 20 0 28 0 3750618 14134063104 46493 33554432000 4194304 4196468 140726603249072 140095008965760 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32260] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32260/stat : 32260 (java) S 32256 32256 16913 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094923205648 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32261] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32261/stat : 32261 (java) S 32256 32256 16913 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094922153104 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32262] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32262/stat : 32262 (java) S 32256 32256 16913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094602210064 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32263] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32263/stat : 32263 (java) S 32256 32256 16913 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094601157520 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32264] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32264/stat : 32264 (java) S 32256 32256 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094600104464 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32265] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32265/stat : 32265 (java) S 32256 32256 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094599051920 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32266] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32266/stat : 32266 (java) S 32256 32256 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094597998864 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32267] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32267/stat : 32267 (java) S 32256 32256 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3750619 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094596946320 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32268] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32268/stat : 32268 (java) S 32256 32256 16913 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3750621 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094466943728 140095004736130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32269] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32269/stat : 32269 (java) S 32256 32256 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3750622 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094465889952 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32270] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32270/stat : 32270 (java) S 32256 32256 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3750622 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094464836848 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32271] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32271/stat : 32271 (java) S 32256 32256 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3750626 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094463785424 140095004743579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32272] ppid=32256 vsize=13802796 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32272/stat : 32272 (java) R 32256 32256 16913 0 -1 4202560 1937 0 0 0 61 0 0 0 20 0 28 0 3750626 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094462718880 140094988111872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32273] ppid=32256 vsize=13802796 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32273/stat : 32273 (java) R 32256 32256 16913 0 -1 4202560 2666 0 0 0 65 0 0 0 20 0 28 0 3750626 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094461665760 140094990747515 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32274] ppid=32256 vsize=13802796 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32274/stat : 32274 (java) R 32256 32256 16913 0 -1 4202560 1845 0 0 0 59 1 0 0 20 0 28 0 3750626 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094460614256 140094988210875 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32275] ppid=32256 vsize=13802796 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32275/stat : 32275 (java) S 32256 32256 16913 0 -1 1077944384 2395 0 0 0 64 0 0 0 20 0 28 0 3750626 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094459574384 140095004736130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32276] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32276/stat : 32276 (java) S 32256 32256 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3750626 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094458522592 140095004735189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32277] ppid=32256 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32277/stat : 32277 (java) S 32256 32256 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3750627 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094457470128 140095004736130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32318] ppid=32256 vsize=13802796 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32318/stat : 32318 (java) R 32256 32256 16913 0 -1 4202560 21 0 0 0 23 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094310682216 140094606720717 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32319] ppid=32256 vsize=13802796 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32319/stat : 32319 (java) R 32256 32256 16913 0 -1 4202560 18 0 0 0 23 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094311735880 140094607308269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32320] ppid=32256 vsize=13802796 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32320/stat : 32320 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 20 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094308576664 140094607180032 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32321] ppid=32256 vsize=13802796 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32321/stat : 32321 (java) R 32256 32256 16913 0 -1 4202560 20 0 0 0 17 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094306474104 140094605523841 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32322] ppid=32256 vsize=13802796 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32322/stat : 32322 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 25 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094312788024 140094606559232 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32323] ppid=32256 vsize=13802796 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32323/stat : 32323 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 22 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094309631128 140094607547108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32324] ppid=32256 vsize=13802796 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32324/stat : 32324 (java) R 32256 32256 16913 0 -1 4202560 18 0 0 0 17 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094313842392 140094606737561 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
[pid=32257/tid=32325] ppid=32256 vsize=13802796 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/32257/task/32325/stat : 32325 (java) R 32256 32256 16913 0 -1 4202560 17 0 0 0 28 0 0 0 20 0 28 0 3750714 14134063104 46493 33554432000 4194304 4196468 140726603249072 140094314895336 140094607548799 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 28545024 140726603252924 140726603253100 140726603253100 140726603255759 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 13812308

Child status: 0
Real time (s): 1.3757
CPU time (s): 6.68565
CPU user time (s): 6.56471
CPU system time (s): 0.120936
CPU usage (%): 485.982
Max. virtual memory (cumulated for all children) (KiB): 13812308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.56471
system time used= 0.120936
maximum resident set size= 190252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3229
involuntary context switches= 648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018022 second user time and 0.022262 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 02:53:57
IDJOB=4244942
IDBENCH=116003
IDSOLVER=2625
FILE ID=node133/4244942-1500684837
RUNJOBID= node133-1500682387-16944
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-11.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244942-1500684837/watcher-4244942-1500684837 -o /tmp/evaluation-result-4244942-1500684837/solver-4244942-1500684837 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1587853071 HOME/instance-4244942-1500684837.xml

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

MD5SUM BENCH= 89f73fe590db4a20d7e5540e1d9cc017
RANDOM SEED=1587853071

node133.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		: 1600.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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29183840 kB
MemAvailable:   29234720 kB
Buffers:           50896 kB
Cached:           308808 kB
SwapCached:            0 kB
Active:          2977648 kB
Inactive:         228244 kB
Active(anon):    2848800 kB
Inactive(anon):     8756 kB
Active(file):     128848 kB
Inactive(file):   219488 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7644 kB
Writeback:             0 kB
AnonPages:       2989760 kB
Mapped:            43096 kB
Shmem:              8872 kB
Slab:              70104 kB
SReclaimable:      36760 kB
SUnreclaim:        33344 kB
KernelStack:        5168 kB
PageTables:        11136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3850788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2830336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 02:53:58