Trace number 4247887

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: choco-solver 4.0.5 (2017-07-05)SAT 4.81311 1.31124

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.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247887-1500690927.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4247887-1500690927.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/1.05	c solve instance...
4.15/1.29	s SATISFIABLE
4.15/1.29	v <instantiation>
4.15/1.29	v 	<list>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] </list>
4.15/1.29	v 	<values>12 24 17 20 11 0 7 4 13 16 5 2 9 18 21 12 23 14 3 6 15 22 19 8 1 10 </values>
4.15/1.29	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-4247887-1500690927/watcher-4247887-1500690927 -o /tmp/evaluation-result-4247887-1500690927/solver-4247887-1500690927 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 979747519 HOME/instance-4247887-1500690927.xml 

pid=5435
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 16.12 15.69 14.36 9/270 5438
/proc/meminfo: memFree=31474036/32770624 swapFree=5800/278168
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 16.12 15.69 14.36 9/270 5438
/proc/meminfo: memFree=31474036/32770624 swapFree=5800/278168
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200272 s]
/proc/loadavg: 16.12 15.69 14.36 9/270 5438
/proc/meminfo: memFree=31474036/32770624 swapFree=5800/278168
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300211 s]
/proc/loadavg: 16.12 15.69 14.36 9/270 5438
/proc/meminfo: memFree=31474036/32770624 swapFree=5800/278168
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700149 s]
/proc/loadavg: 16.12 15.69 14.36 9/270 5438
/proc/meminfo: memFree=31474036/32770624 swapFree=5800/278168
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

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

[startup+0.800252 s]
/proc/loadavg: 16.12 15.69 14.36 9/270 5438
/proc/meminfo: memFree=31474036/32770624 swapFree=5800/278168
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.21413 s]
/proc/loadavg: 16.12 15.69 14.36 19/299 5467
/proc/meminfo: memFree=31353168/32770624 swapFree=5800/278200
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
[pid=5439] ppid=5438 vsize=13801768 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/5439/stat : 5439 (java) S 5438 5438 7621 0 -1 1077944320 16630 0 0 0 407 8 0 0 20 0 28 0 4360446 14133010432 33849 33554432000 4194304 4196468 140727731364960 140727731347504 140102249340663 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
/proc/5439/statm: 3450442 33849 3223 1 0 3437675 0
[pid=5439/tid=5440] ppid=5438 vsize=13801768 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5440/stat : 5440 (java) S 5438 5438 7621 0 -1 1077944384 6945 0 0 0 93 5 0 0 20 0 28 0 4360447 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102253581440 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5442] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5442/stat : 5442 (java) S 5438 5438 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102181476624 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5443] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5443/stat : 5443 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102180424080 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5444] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5444/stat : 5444 (java) S 5438 5438 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102179371536 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5445] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5445/stat : 5445 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102178318992 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5446] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5446/stat : 5446 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102177266448 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5447] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5447/stat : 5447 (java) S 5438 5438 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102176213904 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5448] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5448/stat : 5448 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102175161360 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5449] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5449/stat : 5449 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360448 14133010432 33849 33554432000 4194304 4196468 140727731364960 140102174108816 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5450] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5450/stat : 5450 (java) S 5438 5438 7621 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4360450 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101576677360 140102249351810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5451] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5451/stat : 5451 (java) S 5438 5438 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4360451 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101575623584 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5452] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5452/stat : 5452 (java) S 5438 5438 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4360451 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101574570992 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5453] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5453/stat : 5453 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101573519568 140102249359259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5454] ppid=5438 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5454/stat : 5454 (java) R 5438 5438 7621 0 -1 4202560 1819 0 0 0 55 0 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101572452960 140102234464255 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5455] ppid=5438 vsize=13801768 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5455/stat : 5455 (java) R 5438 5438 7621 0 -1 4202560 1460 0 0 0 57 0 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101571407664 140102230883995 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5456] ppid=5438 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5456/stat : 5456 (java) R 5438 5438 7621 0 -1 4202560 1944 0 0 0 58 0 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101570342752 140102233762402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5457] ppid=5438 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5457/stat : 5457 (java) R 5438 5438 7621 0 -1 4202560 2764 0 0 0 74 1 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101569309552 140102230750671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5458] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5458/stat : 5458 (java) S 5438 5438 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101568256224 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5459] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5459/stat : 5459 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360455 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101567203760 140102249351810 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5460] ppid=5438 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5460/stat : 5460 (java) R 5438 5438 7621 0 -1 4202560 50 0 0 0 6 0 0 0 20 0 28 0 4360552 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101566142640 140101851110659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5461] ppid=5438 vsize=13801768 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5461/stat : 5461 (java) R 5438 5438 7621 0 -1 4202560 66 0 0 0 12 0 0 0 20 0 28 0 4360552 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101491185552 140101856273616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5462] ppid=5438 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5462/stat : 5462 (java) R 5438 5438 7621 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 28 0 4360552 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101490130320 140101856092728 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5463] ppid=5438 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5463/stat : 5463 (java) R 5438 5438 7621 0 -1 4202560 81 0 0 0 13 0 0 0 20 0 28 0 4360552 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101489079640 140101856297728 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5464] ppid=5438 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5464/stat : 5464 (java) R 5438 5438 7621 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 28 0 4360552 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101488025648 140101856054131 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5465] ppid=5438 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5465/stat : 5465 (java) R 5438 5438 7621 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 28 0 4360553 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101486973048 140101856297993 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5466] ppid=5438 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5466/stat : 5466 (java) R 5438 5438 7621 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 28 0 4360553 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101485920912 140101854088000 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5467] ppid=5438 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5467/stat : 5467 (java) R 5438 5438 7621 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 28 0 4360553 14133010432 33849 33554432000 4194304 4196468 140727731364960 140101484868160 140101856053681 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 13811280

[startup+1.30171 s]
/proc/loadavg: 16.12 15.69 14.36 19/299 5467
/proc/meminfo: memFree=31353168/32770624 swapFree=5800/278200
[pid=5438] ppid=5435 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5438/stat : 5438 (xcsp3-exec) S 5435 5438 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4360446 9740288 346 33554432000 4194304 5098028 140734072170256 140734072168360 140590501732988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22597632 140734072177807 140734072178016 140734072178016 140734072180715 0
/proc/5438/statm: 2378 346 289 221 0 87 0
[pid=5439] ppid=5438 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/5439/stat : 5439 (java) S 5438 5438 7621 0 -1 1077944320 16755 0 0 0 471 8 0 0 20 0 19 0 4360446 14133010432 34634 33554432000 4194304 4196468 140727731364960 140727731347504 140102249340663 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
/proc/5439/statm: 3450442 34634 3230 1 0 3437675 0
[pid=5439/tid=5440] ppid=5438 vsize=13801768 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5440/stat : 5440 (java) S 5438 5438 7621 0 -1 1077944384 6952 0 0 0 93 5 0 0 20 0 19 0 4360447 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102253583504 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5442] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5442/stat : 5442 (java) S 5438 5438 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102181476624 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5443] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5443/stat : 5443 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102180424080 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5444] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5444/stat : 5444 (java) S 5438 5438 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102179371536 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5445] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5445/stat : 5445 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102178318992 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5446] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5446/stat : 5446 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102177266448 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5447] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5447/stat : 5447 (java) S 5438 5438 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102176213904 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5448] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5448/stat : 5448 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102175161360 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5449] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5449/stat : 5449 (java) S 5438 5438 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 4360448 14133010432 34634 33554432000 4194304 4196468 140727731364960 140102174108816 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5450] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5450/stat : 5450 (java) S 5438 5438 7621 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 4360450 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101576677568 140102249351810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5451] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5451/stat : 5451 (java) S 5438 5438 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 4360451 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101575623584 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5452] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5452/stat : 5452 (java) S 5438 5438 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 4360451 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101574570992 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5453] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5453/stat : 5453 (java) S 5438 5438 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 4360455 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101573518336 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5454] ppid=5438 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5454/stat : 5454 (java) S 5438 5438 7621 0 -1 1077944384 1845 0 0 0 61 0 0 0 20 0 19 0 4360455 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101572451728 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5455] ppid=5438 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5455/stat : 5455 (java) S 5438 5438 7621 0 -1 1077944384 1474 0 0 0 65 0 0 0 20 0 19 0 4360455 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101571395040 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5456] ppid=5438 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5456/stat : 5456 (java) S 5438 5438 7621 0 -1 1077944384 1951 0 0 0 61 0 0 0 20 0 19 0 4360455 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101570349504 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5457] ppid=5438 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5457/stat : 5457 (java) S 5438 5438 7621 0 -1 1077944384 2802 0 0 0 78 1 0 0 20 0 19 0 4360455 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101569305984 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
[pid=5439/tid=5458] ppid=5438 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5439/task/5458/stat : 5458 (java) S 5438 5438 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4360455 14133010432 34634 33554432000 4194304 4196468 140727731364960 140101568256224 140102249350869 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17899520 140727731373244 140727731373420 140727731373420 140727731376079 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 1.31124
CPU time (s): 4.81311
CPU user time (s): 4.71782
CPU system time (s): 0.09529
CPU usage (%): 367.067
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.71782
system time used= 0.09529
maximum resident set size= 139156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2991
involuntary context switches= 553

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

The end

Launcher Data

Begin job on node124 at 2017-07-22 04:35:27
IDJOB=4247887
IDBENCH=130607
IDSOLVER=2625
FILE ID=node124/4247887-1500690927
RUNJOBID= node124-1500683887-7653
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247887-1500690927/watcher-4247887-1500690927 -o /tmp/evaluation-result-4247887-1500690927/solver-4247887-1500690927 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 979747519 HOME/instance-4247887-1500690927.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=979747519

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.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.16
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:        31473760 kB
MemAvailable:   31627188 kB
Buffers:          112276 kB
Cached:           323928 kB
SwapCached:            0 kB
Active:           580512 kB
Inactive:         286912 kB
Active(anon):     433856 kB
Inactive(anon):     8744 kB
Active(file):     146656 kB
Inactive(file):   278168 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        561412 kB
Mapped:            42596 kB
Shmem:              8840 kB
Slab:             123268 kB
SReclaimable:      88880 kB
SUnreclaim:        34388 kB
KernelStack:        5136 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1369284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61992 MiB
End job on node124 at 2017-07-22 04:35:28