Trace number 4247889

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30SAT 3.63926 1.47747

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
Optimization problemNO
Type of objective

Solver Data

0.43/0.35	c version: 2017-06-30
0.43/0.35	c seed: 921285464
0.43/0.36	c timeout: 2400
0.43/0.36	c memlimit: 15500
0.43/0.36	c nbcore: 8
0.43/0.38	c Parsing instance...
1.92/1.02	c Parsing done, starting search...
3.45/1.43	s SATISFIABLE
3.45/1.43	v <instantiation>
3.45/1.43	v 	<list>
3.45/1.43	v 		w0 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
3.45/1.43	v 	</list>
3.45/1.43	v 	<values>
3.45/1.43	v 		12 20 11 0 7 18 21 10 1 12 9 2 5 16 23 14 3 6 15 22 19 8 17 24 13 4 
3.45/1.43	v 	</values>
3.45/1.43	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247889-1500732165/watcher-4247889-1500732165 -o /tmp/evaluation-result-4247889-1500732165/solver-4247889-1500732165 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500717974-4503 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 921285464 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247889-1500732165.xml 

pid=6609
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.55 1.44 1.51 3/262 6612
/proc/meminfo: memFree=31353752/32770624 swapFree=5860/328392
[pid=6612] ppid=6609 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 8483960 369864704 1925 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 90299 1925 1072 1 0 79210 0
[pid=6612/tid=6613] ppid=6609 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 502 0 0 0 0 0 0 0 20 0 2 0 8483960 10876108800 2037 33554432000 4194304 4196468 140734561940464 140325130766752 140325118814112 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0

[startup+0.100143 s]
/proc/loadavg: 1.55 1.44 1.51 3/262 6612
/proc/meminfo: memFree=31353752/32770624 swapFree=5860/328392
[pid=6612] ppid=6609 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 5244 0 0 0 8 1 0 0 20 0 20 0 8483960 13582725120 5821 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3316095 5821 2860 1 0 3303815 0
[pid=6612/tid=6613] ppid=6609 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 3350 0 0 0 7 1 0 0 20 0 20 0 8483960 13582725120 5887 33554432000 4194304 4196468 140734561940464 140325130766944 140325083160438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200354 s]
/proc/loadavg: 1.55 1.44 1.51 3/262 6612
/proc/meminfo: memFree=31353752/32770624 swapFree=5860/328392
[pid=6612] ppid=6609 vsize=13263912 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 8835 0 0 0 23 2 0 0 20 0 20 0 8483960 13582245888 8842 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3315978 8842 3537 1 0 3303698 0
[pid=6612/tid=6613] ppid=6609 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 6588 0 0 0 16 2 0 0 20 0 20 0 8483960 13582245888 8842 33554432000 4194304 4196468 140734561940464 140325130752176 140325126536598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300426 s]
/proc/loadavg: 1.55 1.44 1.51 3/262 6612
/proc/meminfo: memFree=31353752/32770624 swapFree=5860/328392
[pid=6612] ppid=6609 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 9558 0 0 0 40 3 0 0 20 0 20 0 8483960 13582245888 10492 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3315978 10492 3634 1 0 3303698 0
[pid=6612/tid=6613] ppid=6609 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 7037 0 0 0 25 2 0 0 20 0 20 0 8483960 13582245888 10492 33554432000 4194304 4196468 140734561940464 140325130743664 140325126546589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700227 s]
/proc/loadavg: 1.55 1.44 1.51 3/262 6612
/proc/meminfo: memFree=31353752/32770624 swapFree=5860/328392
[pid=6612] ppid=6609 vsize=13265980 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 11836 0 0 0 111 4 0 0 20 0 20 0 8483960 13584363520 15664 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3316495 15664 3740 1 0 3304210 0
[pid=6612/tid=6613] ppid=6609 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 8457 0 0 0 64 3 0 0 20 0 20 0 8483960 13584363520 15664 33554432000 4194304 4196468 140734561940464 140325130761840 140325110605150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13265980

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

[startup+0.800272 s]
/proc/loadavg: 1.55 1.44 1.51 3/262 6612
/proc/meminfo: memFree=31353752/32770624 swapFree=5860/328392
[pid=6612] ppid=6609 vsize=13265980 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 12308 0 0 0 135 5 0 0 20 0 20 0 8483960 13584363520 17072 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3316495 17072 3750 1 0 3304210 0
[pid=6612/tid=6613] ppid=6609 vsize=13265980 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 8718 0 0 0 74 3 0 0 20 0 20 0 8483960 13584363520 17072 33554432000 4194304 4196468 140734561940464 140325130762192 140325110605150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 13265980

[startup+1.20924 s]
/proc/loadavg: 1.55 1.44 1.51 7/282 6632
/proc/meminfo: memFree=31259648/32770624 swapFree=5860/328428
[pid=6612] ppid=6609 vsize=13270076 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 24731 0 0 0 259 8 0 0 20 0 20 0 8483960 13588557824 30955 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3317519 30955 3778 1 0 3305234 0
[pid=6612/tid=6613] ppid=6609 vsize=13270076 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 10990 0 0 0 113 4 0 0 20 0 20 0 8483960 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325130760152 140325126536598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6615] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6615/stat : 6615 (java) S 6609 6612 4472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325045004944 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6616] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6616/stat : 6616 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325043952144 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6617] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6617/stat : 6617 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325042899344 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6618] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6618/stat : 6618 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325041846544 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6619] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6619/stat : 6619 (java) S 6609 6612 4472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325040794768 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6620] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6620/stat : 6620 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325039741968 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6621] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6621/stat : 6621 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140325038689168 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6622] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6622/stat : 6622 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324718504720 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6623] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6623/stat : 6623 (java) S 6609 6612 4472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 8483963 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324589926768 140325126535810 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6624] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6624/stat : 6624 (java) S 6609 6612 4472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8483964 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324588872736 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6625] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6625/stat : 6625 (java) S 6609 6612 4472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8483964 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324587819888 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6626] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6626/stat : 6626 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483968 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324586768208 140325126543259 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6627] ppid=6609 vsize=13270076 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6627/stat : 6627 (java) R 6609 6612 4472 0 -1 4202560 1716 0 0 0 29 0 0 0 20 0 20 0 8483968 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324585701752 140325112551823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6628] ppid=6609 vsize=13270076 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6628/stat : 6628 (java) R 6609 6612 4472 0 -1 4202560 1351 0 0 0 27 0 0 0 20 0 20 0 8483968 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324584644808 140325110024869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6629] ppid=6609 vsize=13270076 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6629/stat : 6629 (java) R 6609 6612 4472 0 -1 4202560 1957 0 0 0 33 0 0 0 20 0 20 0 8483969 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324583592560 140325110916971 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6630] ppid=6609 vsize=13270076 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6630/stat : 6630 (java) S 6609 6612 4472 0 -1 1077944384 7324 0 0 0 54 1 0 0 20 0 20 0 8483969 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324582558192 140325126535810 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6631] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6631/stat : 6631 (java) S 6609 6612 4472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8483969 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324581505632 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6632] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6632/stat : 6632 (java) S 6609 6612 4472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8483969 13588557824 30955 33554432000 4194304 4196468 140734561940464 140324580452912 140325126535810 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 13270076

[startup+1.40108 s]
/proc/loadavg: 1.55 1.44 1.51 7/282 6632
/proc/meminfo: memFree=31259648/32770624 swapFree=5860/328428
[pid=6612] ppid=6609 vsize=13270076 CPUtime=3.45 cores=0,2,4,6,8,10,12,14
/proc/6612/stat : 6612 (java) S 6609 6612 4472 0 -1 1077944320 29459 0 0 0 336 9 0 0 20 0 20 0 8483960 13588557824 38180 33554432000 4194304 4196468 140734561940464 140734561923008 140325126524663 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
/proc/6612/statm: 3317519 38180 3784 1 0 3305234 0
[pid=6612/tid=6613] ppid=6609 vsize=13270076 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6613/stat : 6613 (java) R 6609 6612 4472 0 -1 4202560 10995 0 0 0 132 4 0 0 20 0 20 0 8483960 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325130760056 140324719647631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6615] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6615/stat : 6615 (java) S 6609 6612 4472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325045004944 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6616] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6616/stat : 6616 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325043952144 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6617] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6617/stat : 6617 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325042899344 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6618] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6618/stat : 6618 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325041846544 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6619] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6619/stat : 6619 (java) S 6609 6612 4472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325040794768 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6620] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6620/stat : 6620 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325039741968 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6621] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6621/stat : 6621 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140325038689168 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6622] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6622/stat : 6622 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483961 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324718504720 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6623] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6623/stat : 6623 (java) S 6609 6612 4472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 8483963 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324589926768 140325126535810 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6624] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6624/stat : 6624 (java) S 6609 6612 4472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8483964 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324588872736 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6625] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6625/stat : 6625 (java) S 6609 6612 4472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8483964 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324587819888 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6626] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6626/stat : 6626 (java) S 6609 6612 4472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8483968 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324586768208 140325126543259 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6627] ppid=6609 vsize=13270076 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6627/stat : 6627 (java) R 6609 6612 4472 0 -1 4202560 3128 0 0 0 48 0 0 0 20 0 20 0 8483968 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324585703136 140325112547026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6628] ppid=6609 vsize=13270076 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6628/stat : 6628 (java) R 6609 6612 4472 0 -1 4202560 2892 0 0 0 46 0 0 0 20 0 20 0 8483968 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324584649816 140325108070110 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6629] ppid=6609 vsize=13270076 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6629/stat : 6629 (java) R 6609 6612 4472 0 -1 4202560 3659 0 0 0 52 1 0 0 20 0 20 0 8483969 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324583597016 140325108044342 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6630] ppid=6609 vsize=13270076 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6630/stat : 6630 (java) S 6609 6612 4472 0 -1 1077944384 7392 0 0 0 55 1 0 0 20 0 20 0 8483969 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324582558192 140325126535810 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6631] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6631/stat : 6631 (java) S 6609 6612 4472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8483969 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324581505632 140325126534869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
[pid=6612/tid=6632] ppid=6609 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6612/task/6632/stat : 6632 (java) S 6609 6612 4472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8483969 13588557824 38180 33554432000 4194304 4196468 140734561940464 140324580452912 140325126535810 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28254208 140734561944714 140734561944900 140734561944900 140734561947599 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 13270076

Child status: 0
Real time (s): 1.47747
CPU time (s): 3.63926
CPU user time (s): 3.54167
CPU system time (s): 0.097589
CPU usage (%): 246.317
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.54167
system time used= 0.097589
maximum resident set size= 158740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30181
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= 3131
involuntary context switches= 285

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

The end

Launcher Data

Begin job on node131 at 2017-07-22 16:02:45
IDJOB=4247889
IDBENCH=130607
IDSOLVER=2628
FILE ID=node131/4247889-1500732165
RUNJOBID= node131-1500717974-4503
PBS_JOBID= 20623366
Free space on /tmp= 61892 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.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-4247889-1500732165/watcher-4247889-1500732165 -o /tmp/evaluation-result-4247889-1500732165/solver-4247889-1500732165 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500717974-4503 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 921285464 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247889-1500732165.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=921285464

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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:        31354604 kB
MemAvailable:   31812020 kB
Buffers:          143144 kB
Cached:           593684 kB
SwapCached:            0 kB
Active:           639968 kB
Inactive:         337072 kB
Active(anon):     242916 kB
Inactive(anon):     8680 kB
Active(file):     397052 kB
Inactive(file):   328392 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41820 kB
Writeback:             0 kB
AnonPages:        249648 kB
Mapped:            45580 kB
Shmem:              8844 kB
Slab:             129724 kB
SReclaimable:      95616 kB
SUnreclaim:        34108 kB
KernelStack:        4880 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1151804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61852 MiB
End job on node131 at 2017-07-22 16:02:47