Trace number 4283739

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
choco-solver 5a (2017-08-18)SAT 1.34247 0.78425801

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-16.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.91860801
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283739-1503196738.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283739-1503196738.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.37	c simple solver
0.38/0.43	c parse instance...
0.79/0.62	c solve instance...
1.08/0.76	s SATISFIABLE
1.08/0.76	v <instantiation>
1.08/0.76	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31] </list>
1.08/0.76	v 	<values>16 12 15 7 10 13 9 4 11 14 2 7 4 2 12 10 9 16 15 13 11 8 6 3 14 5 1 3 1 6 8 5 28 26 13 10 27 23 12 7 31 25 29 22 11 3 30 21 16 6 15 4 20 8 14 1 19 5 24 9 18 2 17 0 </values>
1.08/0.76	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15093 MiB free)
  memory of node 1: 16384 MiB (15007 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283739-1503196738/watcher-4283739-1503196738 -o /tmp/evaluation-result-4283739-1503196738/solver-4283739-1503196738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28736 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 147284485 HOME/instance-4283739-1503196738.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=324, runsolver pid=321

[startup+0.100151 s]*
/proc/loadavg: 1.96 2.00 1.97 2/196 325
/proc/meminfo: memFree=30823948/32770624 swapFree=67108860/67108860
[pid=324] ppid=321 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/324/stat : 324 (runsolver) D 321 324 13977 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 108014402 34791424 114 18446744073709551615 4194304 4346622 140730877293856 140730877290488 139733694989015 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6446216 6449568 6500352 140730877296695 140730877297188 140730877297188 140730877300682 0
/proc/324/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209082 s]*
/proc/loadavg: 1.96 2.00 1.97 2/210 340
/proc/meminfo: memFree=30812424/32770624 swapFree=67108860/67108860
[pid=324] ppid=321 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/324/stat : 324 (xcsp3-exec) S 321 324 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108014402 9740288 345 18446744073709551615 4194304 5098028 140735112856400 140735112854504 139949559014012 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 11 0 0 7196144 7232144 15556608 140735112864121 140735112864325 140735112864325 140735112867819 0
/proc/324/statm: 2378 345 289 221 0 87 0
[pid=327] ppid=324 vsize=13907304 memory=22636 CPUtime=0.05 cores=0,2,4,6
/proc/327/stat : 327 (java) S 324 324 13977 0 -1 1077944320 5049 0 0 0 5 0 0 0 20 0 14 0 108014414 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140726738780464 140014219771639 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
/proc/327/statm: 3476826 5659 2572 1 0 3466323 0
[pid=327/tid=328] ppid=324 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/327/task/328/stat : 328 (java) D 324 324 13977 0 -1 4202560 3230 0 0 0 4 0 0 0 20 0 14 0 108014414 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140014224009120 140014219793661 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=329] ppid=324 vsize=13907304 memory=1358 CPUtime=0 cores=0,2,4,6
/proc/327/task/329/stat : 329 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 108014415 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013819947280 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=330] ppid=324 vsize=13907304 memory=288370109849650816 CPUtime=0 cores=0,2,4,6
/proc/327/task/330/stat : 330 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 108014415 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013818894736 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=331] ppid=324 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/331/stat : 331 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 108014415 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013817842192 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=332] ppid=324 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/332/stat : 332 (java) S 324 324 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 108014415 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013816789648 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=333] ppid=324 vsize=13907304 memory=139733697939072 CPUtime=0 cores=0,2,4,6
/proc/327/task/333/stat : 333 (java) S 324 324 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 108014416 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013136456176 140014219782786 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=334] ppid=324 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/334/stat : 334 (java) S 324 324 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 108014417 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013135402400 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=335] ppid=324 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/335/stat : 335 (java) S 324 324 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 108014417 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013134349808 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=336] ppid=324 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/336/stat : 336 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 108014419 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013133298384 140014219790235 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=337] ppid=324 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/337/stat : 337 (java) S 324 324 13977 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 14 0 108014419 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013132244976 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=338] ppid=324 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/338/stat : 338 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 108014419 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013131192432 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=339] ppid=324 vsize=13907304 memory=139733697939072 CPUtime=0 cores=0,2,4,6
/proc/327/task/339/stat : 339 (java) S 324 324 13977 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 14 0 108014419 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013130139888 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=340] ppid=324 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/340/stat : 340 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 108014419 14241079296 5659 18446744073709551615 4194304 4196468 140726738797920 140013129087584 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 24016 KiB

[startup+0.310163 s]*
/proc/loadavg: 1.96 2.00 1.97 3/211 341
/proc/meminfo: memFree=30804424/32770624 swapFree=67108860/67108860
[pid=324] ppid=321 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/324/stat : 324 (xcsp3-exec) S 321 324 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108014402 9740288 345 18446744073709551615 4194304 5098028 140735112856400 140735112854504 139949559014012 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 11 0 0 7196144 7232144 15556608 140735112864121 140735112864325 140735112864325 140735112867819 0
/proc/324/statm: 2378 345 289 221 0 87 0
[pid=327] ppid=324 vsize=13974352 memory=32580 CPUtime=0.22 cores=0,2,4,6
/proc/327/stat : 327 (java) S 324 324 13977 0 -1 1077944320 6526 0 0 0 21 1 0 0 20 0 15 0 108014414 14309736448 8145 18446744073709551615 4194304 4196468 140726738797920 140726738780464 140014219771639 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
/proc/327/statm: 3493844 8145 2979 1 0 3483220 0
[pid=327/tid=328] ppid=324 vsize=13975376 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/327/task/328/stat : 328 (java) R 324 324 13977 0 -1 4202560 5315 0 0 0 13 1 0 0 20 0 15 0 108014414 14310785024 8747 18446744073709551615 4194304 4196468 140726738797920 140014223994016 140014212451357 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=329] ppid=324 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/329/stat : 329 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14310785024 8813 18446744073709551615 4194304 4196468 140726738797920 140013819947280 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=330] ppid=324 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/330/stat : 330 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14310785024 8813 18446744073709551615 4194304 4196468 140726738797920 140013818894736 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=331] ppid=324 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/331/stat : 331 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14310785024 8813 18446744073709551615 4194304 4196468 140726738797920 140013817842192 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=332] ppid=324 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/332/stat : 332 (java) S 324 324 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108014415 14310785024 8813 18446744073709551615 4194304 4196468 140726738797920 140013816789648 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=333] ppid=324 vsize=13975376 memory=139733697939072 CPUtime=0 cores=0,2,4,6
/proc/327/task/333/stat : 333 (java) S 324 324 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108014416 14310785024 8879 18446744073709551615 4194304 4196468 140726738797920 140013136456176 140014219782786 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=334] ppid=324 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/334/stat : 334 (java) S 324 324 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108014417 14310785024 8879 18446744073709551615 4194304 4196468 140726738797920 140013135402400 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=335] ppid=324 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/335/stat : 335 (java) S 324 324 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108014417 14310785024 8879 18446744073709551615 4194304 4196468 140726738797920 140013134349808 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=336] ppid=324 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/336/stat : 336 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108014419 14310785024 8879 18446744073709551615 4194304 4196468 140726738797920 140013133298384 140014219790235 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=337] ppid=324 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/327/task/337/stat : 337 (java) S 324 324 13977 0 -1 1077944384 542 0 0 0 1 0 0 0 20 0 15 0 108014419 14310785024 8945 18446744073709551615 4194304 4196468 140726738797920 140013132244976 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=338] ppid=324 vsize=13975376 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/327/task/338/stat : 338 (java) S 324 324 13977 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 108014419 14310785024 8945 18446744073709551615 4194304 4196468 140726738797920 140013131192432 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=339] ppid=324 vsize=13975376 memory=139733697939072 CPUtime=0.05 cores=0,2,4,6
/proc/327/task/339/stat : 339 (java) S 324 324 13977 0 -1 1077944384 680 0 0 0 5 0 0 0 20 0 15 0 108014419 14310785024 8945 18446744073709551615 4194304 4196468 140726738797920 140013130139888 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=340] ppid=324 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/327/task/340/stat : 340 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108014419 14310785024 8945 18446744073709551615 4194304 4196468 140726738797920 140013129087584 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=341] ppid=324 vsize=13975376 memory=139733697939072 CPUtime=0 cores=0,2,4,6
/proc/327/task/341/stat : 341 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014424 14310785024 8945 18446744073709551615 4194304 4196468 140726738797920 140013128035120 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 33960 KiB

[startup+0.701756 s]
/proc/loadavg: 1.96 2.00 1.97 4/211 341
/proc/meminfo: memFree=30788092/32770624 swapFree=67108860/67108860
[pid=324] ppid=321 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/324/stat : 324 (xcsp3-exec) S 321 324 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108014402 9740288 345 18446744073709551615 4194304 5098028 140735112856400 140735112854504 139949559014012 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 11 0 0 7196144 7232144 15556608 140735112864121 140735112864325 140735112864325 140735112867819 0
/proc/324/statm: 2378 345 289 221 0 87 0
[pid=327] ppid=324 vsize=13980732 memory=63280 CPUtime=1.08 cores=0,2,4,6
/proc/327/stat : 327 (java) S 324 324 13977 0 -1 1077944320 13066 0 0 0 103 5 0 0 20 0 15 0 108014414 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140726738780464 140014219771639 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
/proc/327/statm: 3495183 15820 3171 1 0 3483476 0
[pid=327/tid=328] ppid=324 vsize=13980732 memory=95 CPUtime=0.51 cores=0,2,4,6
/proc/327/task/328/stat : 328 (java) R 324 324 13977 0 -1 4202560 8702 0 0 0 48 3 0 0 20 0 15 0 108014414 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140014224010176 140013864490815 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=329] ppid=324 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/329/stat : 329 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013819947280 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=330] ppid=324 vsize=13980732 memory=153 CPUtime=0 cores=0,2,4,6
/proc/327/task/330/stat : 330 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013818894736 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=331] ppid=324 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/327/task/331/stat : 331 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013817842192 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=332] ppid=324 vsize=13980732 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/327/task/332/stat : 332 (java) S 324 324 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013816789648 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=333] ppid=324 vsize=13980732 memory=184 CPUtime=0 cores=0,2,4,6
/proc/327/task/333/stat : 333 (java) S 324 324 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 108014416 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013136456176 140014219782786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=334] ppid=324 vsize=13980732 memory=499 CPUtime=0 cores=0,2,4,6
/proc/327/task/334/stat : 334 (java) S 324 324 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108014417 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013135402400 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=335] ppid=324 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/335/stat : 335 (java) S 324 324 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108014417 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013134349808 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=336] ppid=324 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/327/task/336/stat : 336 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013133298384 140014219790235 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=337] ppid=324 vsize=13980732 memory=9020 CPUtime=0.14 cores=0,2,4,6
/proc/327/task/337/stat : 337 (java) R 324 324 13977 0 -1 4202560 1138 0 0 0 14 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013132244976 140014204881370 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=338] ppid=324 vsize=13980732 memory=4616 CPUtime=0.13 cores=0,2,4,6
/proc/327/task/338/stat : 338 (java) R 324 324 13977 0 -1 1077944384 717 0 0 0 13 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013131184384 140014219781845 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=339] ppid=324 vsize=13980732 memory=1440 CPUtime=0.26 cores=0,2,4,6
/proc/327/task/339/stat : 339 (java) R 324 324 13977 0 -1 4202560 1202 0 0 0 26 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013130139888 140014219783574 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=340] ppid=324 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/327/task/340/stat : 340 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013129087584 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=341] ppid=324 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/327/task/341/stat : 341 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014424 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013128035120 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64660 KiB

[startup+0.784214 s]
# the end of solver process 324 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.28441 s, system=0.058055 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.701756 s]
/proc/loadavg: 1.96 2.00 1.97 4/211 341
/proc/meminfo: memFree=30788092/32770624 swapFree=67108860/67108860
[pid=324] ppid=321 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/324/stat : 324 (xcsp3-exec) S 321 324 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108014402 9740288 345 18446744073709551615 4194304 5098028 140735112856400 140735112854504 139949559014012 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 11 0 0 7196144 7232144 15556608 140735112864121 140735112864325 140735112864325 140735112867819 0
/proc/324/statm: 2378 345 289 221 0 87 0
[pid=327] ppid=324 vsize=13980732 memory=63280 CPUtime=1.08 cores=0,2,4,6
/proc/327/stat : 327 (java) S 324 324 13977 0 -1 1077944320 13066 0 0 0 103 5 0 0 20 0 15 0 108014414 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140726738780464 140014219771639 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
/proc/327/statm: 3495183 15820 3171 1 0 3483476 0
[pid=327/tid=328] ppid=324 vsize=13980732 memory=95 CPUtime=0.51 cores=0,2,4,6
/proc/327/task/328/stat : 328 (java) R 324 324 13977 0 -1 4202560 8702 0 0 0 48 3 0 0 20 0 15 0 108014414 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140014224010176 140013864490815 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=329] ppid=324 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/329/stat : 329 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013819947280 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=330] ppid=324 vsize=13980732 memory=153 CPUtime=0 cores=0,2,4,6
/proc/327/task/330/stat : 330 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013818894736 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=331] ppid=324 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/327/task/331/stat : 331 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013817842192 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=332] ppid=324 vsize=13980732 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/327/task/332/stat : 332 (java) S 324 324 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108014415 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013816789648 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=333] ppid=324 vsize=13980732 memory=184 CPUtime=0 cores=0,2,4,6
/proc/327/task/333/stat : 333 (java) S 324 324 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 108014416 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013136456176 140014219782786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=334] ppid=324 vsize=13980732 memory=499 CPUtime=0 cores=0,2,4,6
/proc/327/task/334/stat : 334 (java) S 324 324 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108014417 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013135402400 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=335] ppid=324 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/327/task/335/stat : 335 (java) S 324 324 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108014417 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013134349808 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=336] ppid=324 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/327/task/336/stat : 336 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013133298384 140014219790235 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=337] ppid=324 vsize=13980732 memory=9020 CPUtime=0.14 cores=0,2,4,6
/proc/327/task/337/stat : 337 (java) R 324 324 13977 0 -1 4202560 1138 0 0 0 14 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013132244976 140014204881370 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=338] ppid=324 vsize=13980732 memory=4616 CPUtime=0.13 cores=0,2,4,6
/proc/327/task/338/stat : 338 (java) R 324 324 13977 0 -1 1077944384 717 0 0 0 13 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013131184384 140014219781845 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=339] ppid=324 vsize=13980732 memory=1440 CPUtime=0.26 cores=0,2,4,6
/proc/327/task/339/stat : 339 (java) R 324 324 13977 0 -1 4202560 1202 0 0 0 26 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013130139888 140014219783574 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=340] ppid=324 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/327/task/340/stat : 340 (java) S 324 324 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108014419 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013129087584 140014219781845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
[pid=327/tid=341] ppid=324 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/327/task/341/stat : 341 (java) S 324 324 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108014424 14316269568 15820 18446744073709551615 4194304 4196468 140726738797920 140013128035120 140014219782786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28971008 140726738805169 140726738805345 140726738805345 140726738808783 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64660 KiB

Child status: 0
Real time (s): 0.784258
CPU time (s): 1.34247
CPU user time (s): 1.28441
CPU system time (s): 0.058055
CPU usage (%): 171.177
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 64660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.28441
system time used= 0.058055
maximum resident set size= 72100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14118
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= 1591
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 324
#   total CPU time (s): 1.34247
#   total CPU user time (s): 1.28441
#   total CPU system time (s): 0.058055

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

The end

Launcher Data

Begin job on node124 at 2017-08-20 04:24:41
IDJOB=4283739
IDBENCH=124372
IDSOLVER=2679
FILE ID=node124/4283739-1503196738
RUNJOBID= node124-1503172076-28736
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-16.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283739-1503196738/watcher-4283739-1503196738 -o /tmp/evaluation-result-4283739-1503196738/solver-4283739-1503196738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28736 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 147284485 HOME/instance-4283739-1503196738.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=147284485

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30824312 kB
MemAvailable:   31471052 kB
Buffers:          295696 kB
Cached:           643796 kB
SwapCached:            0 kB
Active:          1110160 kB
Inactive:         381764 kB
Active(anon):     504856 kB
Inactive(anon):    89140 kB
Active(file):     605304 kB
Inactive(file):   292624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7728 kB
Writeback:             4 kB
AnonPages:        552324 kB
Mapped:            70908 kB
Shmem:             41704 kB
Slab:             156676 kB
SReclaimable:     129296 kB
SUnreclaim:        27380 kB
KernelStack:        3424 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1452940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-20 04:24:42