Trace number 4257306

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
OscaR - Parallel with EPS 2017-07-26OPT12 4.3927798 2.12165

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-05.xml
MD5SUM0116bae2a95e7b115a3e9036ad78d6b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.012916
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints50
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":20},{"size":9,"count":20}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":20},{"degree":7,"count":4},{"degree":8,"count":10},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":4,"count":4},{"arity":6,"count":10},{"arity":9,"count":6}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"sum","count":20}]
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.27/0.35	c version: 2017-07-26
0.27/0.35	c seed: 47060400
0.27/0.35	c timeout: 1920
0.27/0.35	c memlimit: 22000
0.27/0.36	c nbcore: 8
0.27/0.38	c Parsing instance...
0.87/1.15	c Parsing done, starting search...
3.78/2.02	o 6
3.78/2.02	o 12
4.36/2.10	s OPTIMUM FOUND
4.36/2.10	v <instantiation>
4.36/2.10	v 	<list>
4.36/2.10	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4]
4.36/2.10	v 	</list>
4.36/2.10	v 	<values>
4.36/2.10	v 		1 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 1 2 2 4 2 2 4 3 6 3 4 4 3 6 3 4 2 2 4 2 2 
4.36/2.10	v 	</values>
4.36/2.10	v </instantiation>

Verifier Data

OK	12

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-4257306-1501680364/watcher-4257306-1501680364 -o /tmp/evaluation-result-4257306-1501680364/solver-4257306-1501680364 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node128-1501676495-31585 --watchdog 324 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 47060400 --timelimit 1920 --memlimit 22000 --nbcore 8 HOME/instance-4257306-1501680364.xml 

pid=12326
running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1920 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1950 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.17 7.95 7.66 3/174 12329
/proc/meminfo: memFree=31021228/32770624 swapFree=0/886348
[pid=12329] ppid=12326 vsize=23672 CPUtime=0 cores=0-7
/proc/12329/stat : 12329 (runsolver) D 12326 12329 31529 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 16661121 24240128 108 18446744073709551615 4194304 4338465 140724494298816 140724494296456 139910121849559 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 24207360 140724494307429 140724494307907 140724494307907 140724494311370 0
/proc/12329/statm: 5918 108 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 7.17 7.95 7.66 3/174 12329
/proc/meminfo: memFree=31021228/32770624 swapFree=0/886348
[pid=12329] ppid=12326 vsize=25527784 CPUtime=0.02 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 3800 0 0 0 1 1 0 0 20 0 13 0 16661121 26140450816 4409 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6381946 4409 2062 1 0 6371451 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25527784

[startup+0.200306 s]
/proc/loadavg: 7.17 7.95 7.66 3/174 12329
/proc/meminfo: memFree=31021228/32770624 swapFree=0/886348
[pid=12329] ppid=12326 vsize=25997628 CPUtime=0.11 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 8188 0 0 0 9 2 0 0 20 0 20 0 16661121 26621571072 7450 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6499407 7450 3377 1 0 6488194 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 25997628

[startup+0.300317 s]
/proc/loadavg: 7.17 7.95 7.66 3/174 12329
/proc/meminfo: memFree=31021228/32770624 swapFree=0/886348
[pid=12329] ppid=12326 vsize=25996604 CPUtime=0.27 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 10742 0 0 0 24 3 0 0 20 0 20 0 16661121 26620522496 9504 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6499151 9504 3533 1 0 6487938 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 25996604

[startup+0.700275 s]
/proc/loadavg: 7.17 7.95 7.66 3/174 12329
/proc/meminfo: memFree=31021228/32770624 swapFree=0/886348
[pid=12329] ppid=12326 vsize=25996624 CPUtime=0.67 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 13353 0 0 0 62 5 0 0 20 0 20 0 16661121 26620542976 13947 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6499156 13947 3698 1 0 6487938 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 25996624

[startup+1.50744 s]
/proc/loadavg: 7.17 7.95 7.66 2/194 12349
/proc/meminfo: memFree=30946552/32770624 swapFree=0/886364
[pid=12329] ppid=12326 vsize=26002768 CPUtime=1.79 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 26139 0 0 0 168 11 0 0 20 0 20 0 16661121 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6500692 31947 3744 1 0 6489474 0
[pid=12329/tid=12331] ppid=12326 vsize=26002768 CPUtime=0.89 cores=0-7
/proc/12329/task/12331/stat : 12331 (java) R 12326 12329 31529 0 -1 4202560 13622 0 0 0 83 6 0 0 20 0 20 0 16661128 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693807548824 140693418119328 0 4 1 16800974 0 0 0 -1 5 0 0 52 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12332] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12332/stat : 12332 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693760285712 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12333] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12333/stat : 12333 (java) S 12326 12329 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693759233168 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12334] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12334/stat : 12334 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693758180112 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12335] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12335/stat : 12335 (java) S 12326 12329 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693757127568 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12336] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12336/stat : 12336 (java) S 12326 12329 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693756074512 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12337] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12337/stat : 12337 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693755021968 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12338] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12338/stat : 12338 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693753968912 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12339] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12339/stat : 12339 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 16661129 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140693752916368 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12340] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12340/stat : 12340 (java) S 12326 12329 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 16661130 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692013157104 140693803330178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12341] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12341/stat : 12341 (java) S 12326 12329 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 16661131 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692012103328 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12342] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12342/stat : 12342 (java) S 12326 12329 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 16661131 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692011050224 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12343] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12343/stat : 12343 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 16661133 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692009998800 140693803337627 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12344] ppid=12326 vsize=26002768 CPUtime=0.15 cores=0-7
/proc/12329/task/12344/stat : 12344 (java) R 12326 12329 31529 0 -1 4202560 2298 0 0 0 14 1 0 0 20 0 20 0 16661133 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692008931784 140693803340378 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12345] ppid=12326 vsize=26002768 CPUtime=0.17 cores=0-7
/proc/12329/task/12345/stat : 12345 (java) R 12326 12329 31529 0 -1 4202560 2211 0 0 0 17 0 0 0 20 0 20 0 16661133 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692007879384 140693786705738 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12346] ppid=12326 vsize=26002768 CPUtime=0.19 cores=0-7
/proc/12329/task/12346/stat : 12346 (java) R 12326 12329 31529 0 -1 4202560 2093 0 0 0 18 1 0 0 20 0 20 0 16661133 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692006826328 140693787706273 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12347] ppid=12326 vsize=26002768 CPUtime=0.36 cores=0-7
/proc/12329/task/12347/stat : 12347 (java) R 12326 12329 31529 0 -1 4202560 4533 0 0 0 35 1 0 0 20 0 20 0 16661133 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692005784192 140693782257240 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12348] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12348/stat : 12348 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 16661134 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692004735968 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12349] ppid=12326 vsize=26002768 CPUtime=0 cores=0-7
/proc/12329/task/12349/stat : 12349 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 16661137 26626834432 31947 18446744073709551615 4194304 4196468 140727400033760 140692003683504 140693803330178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 26002768

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

[startup+1.90077 s]
/proc/loadavg: 7.17 7.95 7.66 2/194 12349
/proc/meminfo: memFree=30946552/32770624 swapFree=0/886364
[pid=12329] ppid=12326 vsize=26137944 CPUtime=3.37 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 37876 0 0 0 321 16 0 0 20 0 22 0 16661121 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6534486 42434 3763 1 0 6523268 0
[pid=12329/tid=12331] ppid=12326 vsize=26137944 CPUtime=1.28 cores=0-7
/proc/12329/task/12331/stat : 12331 (java) R 12326 12329 31529 0 -1 4202560 15564 0 0 0 121 7 0 0 20 0 22 0 16661128 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693807536656 140693787399518 0 4 1 16800974 0 0 0 -1 1 0 0 52 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12332] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12332/stat : 12332 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693760285712 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12333] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12333/stat : 12333 (java) S 12326 12329 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693759233168 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12334] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12334/stat : 12334 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693758180112 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12335] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12335/stat : 12335 (java) S 12326 12329 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693757127568 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12336] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12336/stat : 12336 (java) S 12326 12329 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693756074512 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12337] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12337/stat : 12337 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693755021968 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12338] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12338/stat : 12338 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693753968912 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12339] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12339/stat : 12339 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 16661129 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140693752916368 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12340] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12340/stat : 12340 (java) S 12326 12329 31529 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 22 0 16661130 26765254656 42434 18446744073709551615 4194304 4196468 140727400033760 140692013157104 140693803330178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12341] ppid=12326 vsize=26137688 CPUtime=0 cores=0-7
/proc/12329/task/12341/stat : 12341 (java) S 12326 12329 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 16661131 26764992512 42471 18446744073709551615 4194304 4196468 140727400033760 140692012103328 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12342] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12342/stat : 12342 (java) S 12326 12329 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 16661131 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692011050224 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12343] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12343/stat : 12343 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16661133 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692009998800 140693803337627 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12344] ppid=12326 vsize=26137944 CPUtime=0.54 cores=0-7
/proc/12329/task/12344/stat : 12344 (java) R 12326 12329 31529 0 -1 4202560 5169 0 0 0 52 2 0 0 20 0 22 0 16661133 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692008936736 140693786705816 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12345] ppid=12326 vsize=26137944 CPUtime=0.49 cores=0-7
/proc/12329/task/12345/stat : 12345 (java) S 12326 12329 31529 0 -1 1077944384 4901 0 0 0 47 2 0 0 20 0 22 0 16661133 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692007893360 140693803330178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12346] ppid=12326 vsize=26137944 CPUtime=0.51 cores=0-7
/proc/12329/task/12346/stat : 12346 (java) S 12326 12329 31529 0 -1 1077944384 5310 0 0 0 50 1 0 0 20 0 22 0 16661133 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692006840304 140693803330178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12347] ppid=12326 vsize=26137944 CPUtime=0.5 cores=0-7
/proc/12329/task/12347/stat : 12347 (java) S 12326 12329 31529 0 -1 1077944384 5486 0 0 0 49 1 0 0 20 0 22 0 16661133 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692005787760 140693803330178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12348] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12348/stat : 12348 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 16661134 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692004735968 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12349] ppid=12326 vsize=26137944 CPUtime=0 cores=0-7
/proc/12329/task/12349/stat : 12349 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 16661137 26765254656 42471 18446744073709551615 4194304 4196468 140727400033760 140692003683504 140693803330178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 26137944

[startup+2.10074 s]
/proc/loadavg: 7.17 7.95 7.66 2/194 12349
/proc/meminfo: memFree=30946552/32770624 swapFree=0/886364
[pid=12329] ppid=12326 vsize=27739612 CPUtime=4.36 cores=0-7
/proc/12329/stat : 12329 (java) S 12326 12329 31529 0 -1 1077944320 41514 0 0 0 416 20 0 0 20 0 44 0 16661121 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140727400016304 140693803319031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
/proc/12329/statm: 6934903 62253 3781 1 0 6923164 0
[pid=12329/tid=12331] ppid=12326 vsize=27739612 CPUtime=1.34 cores=0-7
/proc/12329/task/12331/stat : 12331 (java) R 12326 12329 31529 0 -1 1077944384 15863 0 0 0 127 7 0 0 20 0 44 0 16661128 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693807556736 140693803329237 0 4 1 16800974 0 0 0 -1 5 0 0 52 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12332] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12332/stat : 12332 (java) S 12326 12329 31529 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693760285712 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12333] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12333/stat : 12333 (java) S 12326 12329 31529 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693759233168 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12334] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12334/stat : 12334 (java) S 12326 12329 31529 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693758180112 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12335] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12335/stat : 12335 (java) S 12326 12329 31529 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693757127568 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12336] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12336/stat : 12336 (java) S 12326 12329 31529 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693756074512 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12337] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12337/stat : 12337 (java) S 12326 12329 31529 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693755021968 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12338] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12338/stat : 12338 (java) S 12326 12329 31529 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693753968912 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12339] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12339/stat : 12339 (java) S 12326 12329 31529 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 44 0 16661129 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140693752916368 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12340] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12340/stat : 12340 (java) S 12326 12329 31529 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 44 0 16661130 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140692013157104 140693803330178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12341] ppid=12326 vsize=27739612 CPUtime=0.01 cores=0-7
/proc/12329/task/12341/stat : 12341 (java) S 12326 12329 31529 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 44 0 16661131 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140692012103328 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12342] ppid=12326 vsize=27739612 CPUtime=0.01 cores=0-7
/proc/12329/task/12342/stat : 12342 (java) S 12326 12329 31529 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 44 0 16661131 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140692011050224 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12343] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12343/stat : 12343 (java) S 12326 12329 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 44 0 16661133 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140692009998800 140693803337627 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12344] ppid=12326 vsize=27739612 CPUtime=0.67 cores=0-7
/proc/12329/task/12344/stat : 12344 (java) R 12326 12329 31529 0 -1 4202560 5471 0 0 0 65 2 0 0 20 0 44 0 16661133 28405362688 62253 18446744073709551615 4194304 4196468 140727400033760 140692008937720 140693803340378 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12345] ppid=12326 vsize=27739612 CPUtime=0.59 cores=0-7
/proc/12329/task/12345/stat : 12345 (java) R 12326 12329 31529 0 -1 4202560 4965 0 0 0 57 2 0 0 20 0 44 0 16661133 28405362688 62282 18446744073709551615 4194304 4196468 140727400033760 140692007886552 140693786706640 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12346] ppid=12326 vsize=27739612 CPUtime=0.58 cores=0-7
/proc/12329/task/12346/stat : 12346 (java) R 12326 12329 31529 0 -1 4202560 5346 0 0 0 57 1 0 0 20 0 44 0 16661133 28405362688 62263 18446744073709551615 4194304 4196468 140727400033760 140692006828176 140693803332913 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12347] ppid=12326 vsize=27739612 CPUtime=0.61 cores=0-7
/proc/12329/task/12347/stat : 12347 (java) R 12326 12329 31529 0 -1 4202560 6713 0 0 0 60 1 0 0 20 0 44 0 16661133 28405362688 62307 18446744073709551615 4194304 4196468 140727400033760 140692005786944 140693783635711 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12348] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12348/stat : 12348 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 16661134 28405362688 62366 18446744073709551615 4194304 4196468 140727400033760 140692004735968 140693803329237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
[pid=12329/tid=12349] ppid=12326 vsize=27739612 CPUtime=0 cores=0-7
/proc/12329/task/12349/stat : 12349 (java) S 12326 12329 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 16661137 28405362688 62411 18446744073709551615 4194304 4196468 140727400033760 140692003683504 140693803330178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140727400038801 140727400038984 140727400038984 140727400042447 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 27739612

Child status: 0
Real time (s): 2.12165
CPU time (s): 4.39278
CPU user time (s): 4.17766
CPU system time (s): 0.215123
CPU usage (%): 207.045
Max. virtual memory (cumulated for all children) (KiB): 27739612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.17766
system time used= 0.215123
maximum resident set size= 250104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4522
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.009945 second user time and 0.012929 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 15:12:05
IDJOB=4257306
IDBENCH=116016
IDSOLVER=2641
FILE ID=node128/4257306-1501680364
RUNJOBID= node128-1501676495-31585
PBS_JOBID= 
Free space on /tmp= 61852 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-05.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257306-1501680364/watcher-4257306-1501680364 -o /tmp/evaluation-result-4257306-1501680364/solver-4257306-1501680364 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node128-1501676495-31585 --watchdog 324  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 47060400 --timelimit 1920 --memlimit 22000 --nbcore 8 HOME/instance-4257306-1501680364.xml

TIME LIMIT= 1920 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0116bae2a95e7b115a3e9036ad78d6b8
RANDOM SEED=47060400

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31021924 kB
MemAvailable:   32014736 kB
Buffers:          145476 kB
Cached:          1133508 kB
SwapCached:            0 kB
Active:           430520 kB
Inactive:         903072 kB
Active(anon):      54460 kB
Inactive(anon):    16724 kB
Active(file):     376060 kB
Inactive(file):   886348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42436 kB
Writeback:             4 kB
AnonPages:         53396 kB
Mapped:            30864 kB
Shmem:             17064 kB
Slab:             118048 kB
SReclaimable:      92480 kB
SUnreclaim:        25568 kB
KernelStack:        3120 kB
PageTables:         3860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     286204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61808 MiB
End job on node128 at 2017-08-02 15:12:08