Trace number 4244931

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: OscaR - Conflict Ordering 2017-06-30OPT16 3.68151 1.40635

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188172
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
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.42/0.31	c version: 2017-06-30
0.42/0.31	c seed: 146306820
0.42/0.31	c timeout: 2400
0.42/0.31	c memlimit: 15500
0.42/0.31	c nbcore: 8
0.42/0.33	c Parsing instance...
1.18/0.78	c Parsing done, starting search...
1.33/0.80	o 0
1.33/0.80	o 4
1.33/0.81	o 6
1.33/0.81	o 8
1.33/0.82	o 9
1.33/0.82	o 10
1.33/0.86	o 12
1.72/0.92	o 13
1.72/0.93	o 14
1.72/0.97	o 15
2.58/1.17	o 16
3.32/1.39	s OPTIMUM FOUND
3.32/1.39	v <instantiation>
3.32/1.39	v 	<list>
3.32/1.39	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5]
3.32/1.39	v 	</list>
3.32/1.39	v 	<values>
3.32/1.39	v 		0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 1 2 2 2 4 2 2 3 4 4 3 2 2 5 2 4 4 4 2 6 3 5 3 3 2 3 2 4 3 3 
3.32/1.39	v 	</values>
3.32/1.39	v </instantiation>

Verifier Data

OK	16

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-4244931-1500695259/watcher-4244931-1500695259 -o /tmp/evaluation-result-4244931-1500695259/solver-4244931-1500695259 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500683388-8490 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 146306820 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244931-1500695259.xml 

pid=10001
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: 1.33 1.43 1.46 7/261 10004
/proc/meminfo: memFree=31790732/32770624 swapFree=5772/106340
[pid=10004] ppid=10001 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 4793252 369864704 1925 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 90299 1925 1072 1 0 79210 0
[pid=10004/tid=10005] ppid=10001 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) S 10001 10004 7995 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 4793252 369864704 1925 33554432000 4194304 4196468 140730584758656 139901947869600 139901943638658 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0

[startup+0.100168 s]
/proc/loadavg: 1.33 1.43 1.46 7/261 10004
/proc/meminfo: memFree=31790732/32770624 swapFree=5772/106340
[pid=10004] ppid=10001 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 5187 0 0 0 8 1 0 0 20 0 20 0 4793252 13582725120 6273 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3316095 6273 3022 1 0 3303815 0
[pid=10004/tid=10005] ppid=10001 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) R 10001 10004 7995 0 -1 4202560 3266 0 0 0 7 1 0 0 20 0 20 0 4793252 13582725120 6273 33554432000 4194304 4196468 140730584758656 139901947867128 139901900262373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200404 s]
/proc/loadavg: 1.33 1.43 1.46 7/261 10004
/proc/meminfo: memFree=31790732/32770624 swapFree=5772/106340
[pid=10004] ppid=10001 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 8624 0 0 0 24 2 0 0 20 0 20 0 4793252 13582245888 9104 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3315978 9104 3540 1 0 3303698 0
[pid=10004/tid=10005] ppid=10001 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) R 10001 10004 7995 0 -1 4202560 6372 0 0 0 16 1 0 0 20 0 20 0 4793252 13582245888 9104 33554432000 4194304 4196468 140730584758656 139901947855888 139901530149543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300541 s]
/proc/loadavg: 1.33 1.43 1.46 7/261 10004
/proc/meminfo: memFree=31790732/32770624 swapFree=5772/106340
[pid=10004] ppid=10001 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 9675 0 0 0 40 2 0 0 20 0 20 0 4793252 13582245888 11041 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3315978 11041 3666 1 0 3303698 0
[pid=10004/tid=10005] ppid=10001 vsize=13263912 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) R 10001 10004 7995 0 -1 4202560 7058 0 0 0 26 2 0 0 20 0 20 0 4793252 13582245888 11041 33554432000 4194304 4196468 140730584758656 139901947841376 139901925033810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700347 s]
/proc/loadavg: 1.33 1.43 1.46 7/261 10004
/proc/meminfo: memFree=31790732/32770624 swapFree=5772/106340
[pid=10004] ppid=10001 vsize=13268028 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 12141 0 0 0 113 5 0 0 20 0 20 0 4793252 13586460672 18001 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3317007 18001 3743 1 0 3304722 0
[pid=10004/tid=10005] ppid=10001 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) R 10001 10004 7995 0 -1 4202560 8502 0 0 0 64 3 0 0 20 0 20 0 4793252 13586460672 18001 33554432000 4194304 4196468 140730584758656 139901947841824 139901943649437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13268028

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

[startup+0.800409 s]
/proc/loadavg: 1.33 1.43 1.46 7/261 10004
/proc/meminfo: memFree=31790732/32770624 swapFree=5772/106340
[pid=10004] ppid=10001 vsize=13268028 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 12771 0 0 0 127 6 0 0 20 0 20 0 4793252 13586460672 20174 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3317007 20174 3760 1 0 3304722 0
[pid=10004/tid=10005] ppid=10001 vsize=13268028 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) R 10001 10004 7995 0 -1 4202560 9046 0 0 0 73 4 0 0 20 0 20 0 4793252 13586460672 20174 33554432000 4194304 4196468 140730584758656 139901947862776 139901926824627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13268028

[startup+1.21396 s]
/proc/loadavg: 1.33 1.43 1.46 7/281 10024
/proc/meminfo: memFree=31541892/32770624 swapFree=5772/106400
[pid=10004] ppid=10001 vsize=13268028 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 26027 0 0 0 289 9 0 0 20 0 20 0 4793252 13586460672 35598 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3317007 35598 3776 1 0 3304722 0
[pid=10004/tid=10005] ppid=10001 vsize=13268028 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) R 10001 10004 7995 0 -1 4202560 10073 0 0 0 114 5 0 0 20 0 20 0 4793252 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901947863656 139901534040683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10007] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10007/stat : 10007 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901862107792 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10008] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10008/stat : 10008 (java) S 10001 10004 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901861054992 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10009] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10009/stat : 10009 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901860002192 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10010] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10010/stat : 10010 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901858949392 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10011] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10011/stat : 10011 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901857897616 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10012] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10012/stat : 10012 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901856844816 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10013] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10013/stat : 10013 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901855792016 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10014] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10014/stat : 10014 (java) S 10001 10004 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4793253 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901854739216 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10015] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10015/stat : 10015 (java) S 10001 10004 7995 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4793256 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901405641072 139901943638658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10016] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10016/stat : 10016 (java) S 10001 10004 7995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4793256 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901404587040 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10017] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10017/stat : 10017 (java) S 10001 10004 7995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4793257 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901403534192 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10018] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10018/stat : 10018 (java) S 10001 10004 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901402482512 139901943646107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10019] ppid=10001 vsize=13268028 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10019/stat : 10019 (java) R 10001 10004 7995 0 -1 4202560 3925 0 0 0 49 0 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901401417712 139901928290673 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10020] ppid=10001 vsize=13268028 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10020/stat : 10020 (java) R 10001 10004 7995 0 -1 4202560 3925 0 0 0 45 1 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901400363976 139901925173018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10021] ppid=10001 vsize=13268028 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10021/stat : 10021 (java) R 10001 10004 7995 0 -1 4202560 4960 0 0 0 45 1 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901399311840 139901927529088 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10022] ppid=10001 vsize=13268028 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10022/stat : 10022 (java) S 10001 10004 7995 0 -1 1077944384 1745 0 0 0 35 0 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901398272496 139901943638658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10023] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10023/stat : 10023 (java) S 10001 10004 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901397219936 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10024] ppid=10001 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10024/stat : 10024 (java) S 10001 10004 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4793261 13586460672 35598 33554432000 4194304 4196468 140730584758656 139901396167216 139901943638658 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 13268028

[startup+1.40115 s]
/proc/loadavg: 1.33 1.43 1.46 7/281 10024
/proc/meminfo: memFree=31541892/32770624 swapFree=5772/106400
[pid=10004] ppid=10001 vsize=13334592 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/10004/stat : 10004 (java) S 10001 10004 7995 0 -1 1077944320 26625 0 0 0 357 10 0 0 20 0 19 0 4793252 13654622208 41892 33554432000 4194304 4196468 140730584758656 140730584741200 139901943627511 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
/proc/10004/statm: 3333648 41892 3779 1 0 3321363 0
[pid=10004/tid=10005] ppid=10001 vsize=13334592 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10005/stat : 10005 (java) S 10001 10004 7995 0 -1 1077944384 10201 0 0 0 131 5 0 0 20 0 19 0 4793252 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901947870352 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10007] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10007/stat : 10007 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4793253 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901862107792 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10008] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10008/stat : 10008 (java) S 10001 10004 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 4793253 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901861054992 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10009] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10009/stat : 10009 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4793253 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901860002192 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10010] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10010/stat : 10010 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4793253 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901858949392 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10011] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10011/stat : 10011 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4793253 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901857897616 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10012] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10012/stat : 10012 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4793253 13654622208 41892 33554432000 4194304 4196468 140730584758656 139901856844816 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10013] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10013/stat : 10013 (java) S 10001 10004 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 4793253 13654622208 41897 33554432000 4194304 4196468 140730584758656 139901855792016 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10014] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10014/stat : 10014 (java) S 10001 10004 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 4793253 13654622208 41897 33554432000 4194304 4196468 140730584758656 139901854739216 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10016] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10016/stat : 10016 (java) S 10001 10004 7995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 4793256 13654622208 41863 33554432000 4194304 4196468 140730584758656 139901404587040 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10017] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10017/stat : 10017 (java) S 10001 10004 7995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 4793257 13654622208 41863 33554432000 4194304 4196468 140730584758656 139901403534192 139901943637717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10018] ppid=10001 vsize=13334592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10018/stat : 10018 (java) S 10001 10004 7995 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 4793261 13654622208 41889 33554432000 4194304 4196468 140730584758656 139901402481280 139901943637717 256 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10019] ppid=10001 vsize=13334592 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10019/stat : 10019 (java) R 10001 10004 7995 0 -1 1077944384 4048 0 0 0 64 0 0 0 20 0 17 0 4793261 13654622208 41928 33554432000 4194304 4196468 140730584758656 139901401415952 139901943637717 256 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19939328 140730584761482 140730584761668 140730584761668 140730584764367 0
[pid=10004/tid=10021] ppid=10001 vsize=0 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/10004/task/10021/stat : 10021 (java) R 10001 10004 7995 0 -1 4203588 5185 0 0 0 62 1 0 0 20 0 3 0 4793261 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13334592

Child status: 0
Real time (s): 1.40635
CPU time (s): 3.68151
CPU user time (s): 3.57156
CPU system time (s): 0.109956
CPU usage (%): 261.779
Max. virtual memory (cumulated for all children) (KiB): 13334592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.57156
system time used= 0.109956
maximum resident set size= 168188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26633
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= 3128
involuntary context switches= 277

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

The end

Launcher Data

Begin job on node129 at 2017-07-22 05:47:39
IDJOB=4244931
IDBENCH=115966
IDSOLVER=2628
FILE ID=node129/4244931-1500695259
RUNJOBID= node129-1500683388-8490
PBS_JOBID= 20623036
Free space on /tmp= 61944 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244931-1500695259/watcher-4244931-1500695259 -o /tmp/evaluation-result-4244931-1500695259/solver-4244931-1500695259 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500683388-8490 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 146306820 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244931-1500695259.xml

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

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=146306820

node129.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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31793428 kB
MemAvailable:   31928368 kB
Buffers:          139232 kB
Cached:           266876 kB
SwapCached:            0 kB
Active:           354140 kB
Inactive:         171264 kB
Active(anon):      65464 kB
Inactive(anon):    64924 kB
Active(file):     288676 kB
Inactive(file):   106340 kB
Unevictable:        5772 kB
Mlocked:            5772 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             83976 kB
Writeback:             0 kB
AnonPages:         93936 kB
Mapped:            43844 kB
Shmem:              8844 kB
Slab:             144696 kB
SReclaimable:     111520 kB
SUnreclaim:        33176 kB
KernelStack:        4368 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1250832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61904 MiB
End job on node129 at 2017-07-22 05:47:41