Trace number 4262413

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
Concrete 3.4SAT 7.3061299 4.3052301

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-4-mdd.xml
MD5SUM6acc972c150dc8897d03c0fdafae0295
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.011982
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints11
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":16}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8}]
Minimum constraint arity4
Maximum constraint arity16
Distribution of constraint arities[{"arity":4,"count":10},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":10},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.38/2.23	c Concrete v3.4 running
7.18/3.72	v <instantiation>
7.18/3.72	v       <list>
7.18/3.72	v         x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[2][0] x[2][1] x[2][2] x[2][3] x[3][0] x[3][1] x[3][2] x[3][3]
7.18/3.72	v       </list>
7.18/3.72	v       <values>
7.18/3.72	v         9 11 6 8 5 14 3 12 4 7 10 13 16 2 15 1
7.18/3.72	v       </values>
7.18/3.72	v     </instantiation>
7.18/3.72	s SATISFIABLE

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-4262413-1502457902/watcher-4262413-1502457902 -o /tmp/evaluation-result-4262413-1502457902/solver-4262413-1502457902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580 bin/concrete HOME/instance-4262413-1502457902.xml 

pid=25016
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.50 1.30 1.34 2/203 25019
/proc/meminfo: memFree=30492844/32770624 swapFree=0/465304
[pid=25019] ppid=25016 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25019/stat : 25019 (runsolver) D 25016 25019 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 87701420 24240128 107 18446744073709551615 4194304 4338465 140726179476848 140726179474488 140484772401879 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 9449472 140726179483856 140726179484233 140726179484233 140726179487690 0
/proc/25019/statm: 5918 107 54 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.50 1.30 1.34 2/203 25019
/proc/meminfo: memFree=30492844/32770624 swapFree=0/465304
[pid=25019] ppid=25016 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25019/stat : 25019 (runsolver) D 25016 25019 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 87701420 24240128 107 18446744073709551615 4194304 4338465 140726179476848 140726179474488 140484772401879 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 9449472 140726179483856 140726179484233 140726179484233 140726179487690 0
/proc/25019/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200319 s]
/proc/loadavg: 1.50 1.30 1.34 2/203 25019
/proc/meminfo: memFree=30492844/32770624 swapFree=0/465304
[pid=25019] ppid=25016 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/25019/stat : 25019 (bash) S 25016 25019 13007 0 -1 4202496 897 6473 0 0 0 0 0 1 20 0 1 0 87701420 9867264 377 18446744073709551615 4194304 5098028 140728373328096 140728373322104 139857234701312 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 10 0 0 7196144 7232144 30208000 140728373330452 140728373330537 140728373330537 140728373333994 0
/proc/25019/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30029 s]
/proc/loadavg: 1.50 1.30 1.34 2/203 25019
/proc/meminfo: memFree=30492844/32770624 swapFree=0/465304
[pid=25019] ppid=25016 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/25019/stat : 25019 (java) S 25016 25019 13007 0 -1 1077944320 5565 12448 0 0 5 1 5 3 20 0 14 0 87701420 14241083392 5246 18446744073709551615 4194304 4196468 140735111863232 140735111845776 140100269629175 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
/proc/25019/statm: 3476827 5246 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.701551 s]
/proc/loadavg: 1.50 1.30 1.34 2/203 25019
/proc/meminfo: memFree=30492844/32770624 swapFree=0/465304
[pid=25019] ppid=25016 vsize=13974784 CPUtime=0.65 cores=0,2,4,6
/proc/25019/stat : 25019 (java) S 25016 25019 13007 0 -1 1077944320 13734 12448 0 0 53 4 5 3 20 0 15 0 87701420 14310178816 14140 18446744073709551615 4194304 4196468 140735111863232 140735111845776 140100269629175 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
/proc/25019/statm: 3493696 14140 3111 1 0 3482965 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.50 1.30 1.34 3/218 25082
/proc/meminfo: memFree=30399048/32770624 swapFree=0/465332
[pid=25019] ppid=25016 vsize=13985408 CPUtime=1.83 cores=0,2,4,6
/proc/25019/stat : 25019 (java) S 25016 25019 13007 0 -1 1077944320 27707 12448 0 0 166 9 5 3 20 0 15 0 87701420 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140735111845776 140100269629175 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
/proc/25019/statm: 3496352 33904 3337 1 0 3485525 0
[pid=25019/tid=25069] ppid=25016 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/25019/task/25069/stat : 25069 (java) R 25016 25019 13007 0 -1 4202560 22418 12448 0 0 115 6 5 3 20 0 15 0 87701443 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140100273864160 140099903957825 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25070] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25070/stat : 25070 (java) S 25016 25019 13007 0 -1 1077944384 1 12448 0 0 0 0 5 3 20 0 15 0 87701444 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140100226595600 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25071] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25071/stat : 25071 (java) S 25016 25019 13007 0 -1 1077944384 1 12448 0 0 0 0 5 3 20 0 15 0 87701444 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140100225543056 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25072] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25072/stat : 25072 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701444 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140100224490512 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25073] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25073/stat : 25073 (java) S 25016 25019 13007 0 -1 1077944384 2 12448 0 0 0 0 5 3 20 0 15 0 87701444 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099866258576 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25074] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25074/stat : 25074 (java) S 25016 25019 13007 0 -1 1077944384 6 12448 0 0 0 0 5 3 20 0 15 0 87701445 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099747551216 140100269640322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25075] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25075/stat : 25075 (java) S 25016 25019 13007 0 -1 1077944384 33 12448 0 0 0 0 5 3 20 0 15 0 87701446 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099746497440 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25076] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25076/stat : 25076 (java) S 25016 25019 13007 0 -1 1077944384 21 12448 0 0 0 0 5 3 20 0 15 0 87701446 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099745444848 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25077] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25077/stat : 25077 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701449 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099744393424 140100269647771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25078] ppid=25016 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/25019/task/25078/stat : 25078 (java) S 25016 25019 13007 0 -1 1077944384 961 12448 0 0 12 0 5 3 20 0 15 0 87701449 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099743341040 140100269640322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25079] ppid=25016 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/25019/task/25079/stat : 25079 (java) R 25016 25019 13007 0 -1 4202560 693 12448 0 0 16 0 5 3 20 0 15 0 87701449 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099742288496 140100262614217 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25080] ppid=25016 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/25019/task/25080/stat : 25080 (java) R 25016 25019 13007 0 -1 1077944384 1398 12448 0 0 22 0 5 3 20 0 15 0 87701449 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099741235952 140100269640322 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25081] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25081/stat : 25081 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701449 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099740183648 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25082] ppid=25016 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25082/stat : 25082 (java) S 25016 25019 13007 0 -1 1077944384 10 12448 0 0 0 0 5 3 20 0 15 0 87701453 14321057792 33904 18446744073709551615 4194304 4196468 140735111863232 140099739130160 140100269640322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10755 s]
/proc/loadavg: 1.54 1.31 1.34 5/218 25082
/proc/meminfo: memFree=30327588/32770624 swapFree=0/465332
[pid=25019] ppid=25016 vsize=13999932 CPUtime=5.42 cores=0,2,4,6
/proc/25019/stat : 25019 (java) S 25016 25019 13007 0 -1 1077944320 49435 12448 0 0 517 17 5 3 20 0 15 0 87701420 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140735111845776 140100269629175 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
/proc/25019/statm: 3499983 58954 3451 1 0 3488597 0
[pid=25019/tid=25069] ppid=25016 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/25019/task/25069/stat : 25069 (java) R 25016 25019 13007 0 -1 4202560 36994 12448 0 0 268 10 5 3 20 0 15 0 87701443 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140100273861024 140100253672805 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25070] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25070/stat : 25070 (java) S 25016 25019 13007 0 -1 1077944384 197 12448 0 0 0 0 5 3 20 0 15 0 87701444 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140100226595600 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25071] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25071/stat : 25071 (java) S 25016 25019 13007 0 -1 1077944384 44 12448 0 0 1 0 5 3 20 0 15 0 87701444 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140100225543056 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25072] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25072/stat : 25072 (java) S 25016 25019 13007 0 -1 1077944384 52 12448 0 0 1 0 5 3 20 0 15 0 87701444 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140100224490512 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25073] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25073/stat : 25073 (java) S 25016 25019 13007 0 -1 1077944384 67 12448 0 0 1 0 5 3 20 0 15 0 87701444 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099866258576 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25074] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25074/stat : 25074 (java) S 25016 25019 13007 0 -1 1077944384 1668 12448 0 0 1 0 5 3 20 0 15 0 87701445 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099747551216 140100269640322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25075] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25075/stat : 25075 (java) S 25016 25019 13007 0 -1 1077944384 55 12448 0 0 0 0 5 3 20 0 15 0 87701446 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099746497504 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25076] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25076/stat : 25076 (java) S 25016 25019 13007 0 -1 1077944384 43 12448 0 0 0 0 5 3 20 0 15 0 87701446 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099745444864 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25077] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25077/stat : 25077 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701449 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099744393424 140100269647771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25078] ppid=25016 vsize=13999932 CPUtime=0.83 cores=0,2,4,6
/proc/25019/task/25078/stat : 25078 (java) S 25016 25019 13007 0 -1 1077944384 2403 12448 0 0 75 0 5 3 20 0 15 0 87701449 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099743327824 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25079] ppid=25016 vsize=13999932 CPUtime=0.81 cores=0,2,4,6
/proc/25019/task/25079/stat : 25079 (java) R 25016 25019 13007 0 -1 4202560 2021 12448 0 0 72 1 5 3 20 0 15 0 87701449 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099742275040 140100251173303 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25080] ppid=25016 vsize=13999932 CPUtime=1.03 cores=0,2,4,6
/proc/25019/task/25080/stat : 25080 (java) R 25016 25019 13007 0 -1 4202560 3726 12448 0 0 94 1 5 3 20 0 15 0 87701449 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099741235952 140100269641110 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25081] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25081/stat : 25081 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701449 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099740183648 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25082] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25082/stat : 25082 (java) S 25016 25019 13007 0 -1 1077944384 11 12448 0 0 0 0 5 3 20 0 15 0 87701453 14335930368 58954 18446744073709551615 4194304 4196468 140735111863232 140099739130160 140100269640322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 13999932

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

[startup+3.2016 s]
/proc/loadavg: 1.54 1.31 1.34 5/218 25082
/proc/meminfo: memFree=30327588/32770624 swapFree=0/465332
[pid=25019] ppid=25016 vsize=13999932 CPUtime=5.71 cores=0,2,4,6
/proc/25019/stat : 25019 (java) S 25016 25019 13007 0 -1 1077944320 49783 12448 0 0 546 17 5 3 20 0 15 0 87701420 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140735111845776 140100269629175 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
/proc/25019/statm: 3499983 60791 3451 1 0 3488597 0
[pid=25019/tid=25069] ppid=25016 vsize=13999932 CPUtime=2.96 cores=0,2,4,6
/proc/25019/task/25069/stat : 25069 (java) R 25016 25019 13007 0 -1 4202560 37197 12448 0 0 278 10 5 3 20 0 15 0 87701443 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140100273854576 140100253709662 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25070] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25070/stat : 25070 (java) S 25016 25019 13007 0 -1 1077944384 197 12448 0 0 0 0 5 3 20 0 15 0 87701444 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140100226595600 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25071] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25071/stat : 25071 (java) S 25016 25019 13007 0 -1 1077944384 44 12448 0 0 1 0 5 3 20 0 15 0 87701444 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140100225543056 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25072] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25072/stat : 25072 (java) S 25016 25019 13007 0 -1 1077944384 52 12448 0 0 1 0 5 3 20 0 15 0 87701444 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140100224490512 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25073] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25073/stat : 25073 (java) S 25016 25019 13007 0 -1 1077944384 67 12448 0 0 1 0 5 3 20 0 15 0 87701444 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099866258576 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25074] ppid=25016 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25019/task/25074/stat : 25074 (java) S 25016 25019 13007 0 -1 1077944384 1668 12448 0 0 1 0 5 3 20 0 15 0 87701445 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099747551216 140100269640322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25075] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25075/stat : 25075 (java) S 25016 25019 13007 0 -1 1077944384 55 12448 0 0 0 0 5 3 20 0 15 0 87701446 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099746497504 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25076] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25076/stat : 25076 (java) S 25016 25019 13007 0 -1 1077944384 43 12448 0 0 0 0 5 3 20 0 15 0 87701446 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099745444864 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25077] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25077/stat : 25077 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701449 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099744393424 140100269647771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25078] ppid=25016 vsize=13999932 CPUtime=0.91 cores=0,2,4,6
/proc/25019/task/25078/stat : 25078 (java) R 25016 25019 13007 0 -1 4202560 2430 12448 0 0 83 0 5 3 20 0 15 0 87701449 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099743334232 140100250804253 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25079] ppid=25016 vsize=13999932 CPUtime=0.89 cores=0,2,4,6
/proc/25019/task/25079/stat : 25079 (java) R 25016 25019 13007 0 -1 4202560 2055 12448 0 0 80 1 5 3 20 0 15 0 87701449 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099742271488 140100254036403 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25080] ppid=25016 vsize=13999932 CPUtime=1.07 cores=0,2,4,6
/proc/25019/task/25080/stat : 25080 (java) R 25016 25019 13007 0 -1 4202560 3805 12448 0 0 98 1 5 3 20 0 15 0 87701449 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099741235952 140100248254439 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25081] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25081/stat : 25081 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 15 0 87701449 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099740183648 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25082] ppid=25016 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25082/stat : 25082 (java) S 25016 25019 13007 0 -1 1077944384 11 12448 0 0 0 0 5 3 20 0 15 0 87701453 14335930368 60791 18446744073709551615 4194304 4196468 140735111863232 140099739130160 140100269640322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 13999932

[startup+4.00053 s]
/proc/loadavg: 1.54 1.31 1.34 6/218 25082
/proc/meminfo: memFree=30250792/32770624 swapFree=0/465332
[pid=25019] ppid=25016 vsize=14134080 CPUtime=7.28 cores=0,2,4,6
/proc/25019/stat : 25019 (java) S 25016 25019 13007 0 -1 1077944320 60705 12448 0 0 700 20 5 3 20 0 12 0 87701420 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140735111845776 140100269629175 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
/proc/25019/statm: 3533520 75133 3464 1 0 3522134 0
[pid=25019/tid=25069] ppid=25016 vsize=14134080 CPUtime=3.27 cores=0,2,4,6
/proc/25019/task/25069/stat : 25069 (java) D 25016 25019 13007 0 -1 4202560 44549 12448 0 0 308 11 5 3 20 0 12 0 87701443 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140100273872184 140100262314807 0 0 1 16800974 18446744072100281477 0 0 -1 0 0 0 3 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25070] ppid=25016 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/25019/task/25070/stat : 25070 (java) S 25016 25019 13007 0 -1 1077944384 216 12448 0 0 10 0 5 3 20 0 12 0 87701444 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140100226595600 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25071] ppid=25016 vsize=14134080 CPUtime=0.19 cores=0,2,4,6
/proc/25019/task/25071/stat : 25071 (java) S 25016 25019 13007 0 -1 1077944384 116 12448 0 0 11 0 5 3 20 0 12 0 87701444 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140100225543056 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25072] ppid=25016 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/25019/task/25072/stat : 25072 (java) S 25016 25019 13007 0 -1 1077944384 85 12448 0 0 10 0 5 3 20 0 12 0 87701444 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140100224490512 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25073] ppid=25016 vsize=14134080 CPUtime=0.19 cores=0,2,4,6
/proc/25019/task/25073/stat : 25073 (java) S 25016 25019 13007 0 -1 1077944384 85 12448 0 0 11 0 5 3 20 0 12 0 87701444 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099866258576 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25075] ppid=25016 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25075/stat : 25075 (java) S 25016 25019 13007 0 -1 1077944384 55 12448 0 0 0 0 5 3 20 0 12 0 87701446 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099746497504 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25076] ppid=25016 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25076/stat : 25076 (java) S 25016 25019 13007 0 -1 1077944384 43 12448 0 0 0 0 5 3 20 0 12 0 87701446 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099745444864 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25078] ppid=25016 vsize=14134080 CPUtime=1.26 cores=0,2,4,6
/proc/25019/task/25078/stat : 25078 (java) S 25016 25019 13007 0 -1 1077944384 4152 12448 0 0 117 1 5 3 20 0 12 0 87701449 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099743325552 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25079] ppid=25016 vsize=14134080 CPUtime=1.19 cores=0,2,4,6
/proc/25019/task/25079/stat : 25079 (java) S 25016 25019 13007 0 -1 1077944384 2769 12448 0 0 109 2 5 3 20 0 12 0 87701449 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099742272592 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25080] ppid=25016 vsize=14134080 CPUtime=1.16 cores=0,2,4,6
/proc/25019/task/25080/stat : 25080 (java) S 25016 25019 13007 0 -1 1077944384 4008 12448 0 0 107 1 5 3 20 0 12 0 87701449 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099741235952 140100269640322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
[pid=25019/tid=25081] ppid=25016 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/25019/task/25081/stat : 25081 (java) S 25016 25019 13007 0 -1 1077944384 3 12448 0 0 0 0 5 3 20 0 12 0 87701449 14473297920 75133 18446744073709551615 4194304 4196468 140735111863232 140099740183648 140100269639381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140735111866320 140735111869105 140735111869105 140735111872463 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 14134080

[startup+4.20037 s]
/proc/loadavg: 1.54 1.31 1.34 6/218 25082
/proc/meminfo: memFree=30250792/32770624 swapFree=0/465332
[pid=25019] ppid=25016 vsize=0 CPUtime=7.29 cores=0,2,4,6
/proc/25019/stat : 25019 (java) Z 25016 25019 13007 0 -1 4227084 60722 12448 0 0 700 21 5 3 20 0 2 0 87701420 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 0 0 0 0 0 0 0 0
/proc/25019/statm: 0 0 0 0 0 0 0
[pid=25019/tid=25078] ppid=25016 vsize=0 CPUtime=1.27 cores=0,2,4,6
/proc/25019/task/25078/stat : 25078 (java) D 25016 25019 13007 0 -1 4203588 4152 12448 0 0 117 2 5 3 20 0 2 0 87701449 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 0

[startup+4.30032 s]
/proc/loadavg: 1.54 1.31 1.34 6/218 25082
/proc/meminfo: memFree=30250792/32770624 swapFree=0/465332
[pid=25019] ppid=25016 vsize=0 CPUtime=7.29 cores=0,2,4,6
/proc/25019/stat : 25019 (java) Z 25016 25019 13007 0 -1 4227084 60722 12448 0 0 700 21 5 3 20 0 2 0 87701420 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 0 0 0 0 0 0 0 0
/proc/25019/statm: 0 0 0 0 0 0 0
[pid=25019/tid=25078] ppid=25016 vsize=0 CPUtime=1.27 cores=0,2,4,6
/proc/25019/task/25078/stat : 25078 (java) D 25016 25019 13007 0 -1 4203588 4152 12448 0 0 117 2 5 3 20 0 2 0 87701449 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.30523
CPU time (s): 7.30613
CPU user time (s): 7.05956
CPU system time (s): 0.246578
CPU usage (%): 169.704
Max. virtual memory (cumulated for all children) (KiB): 14134080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.05955
system time used= 0.246578
maximum resident set size= 301276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5829
involuntary context switches= 52

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

The end

Launcher Data

Begin job on node135 at 2017-08-11 15:11:07
IDJOB=4262413
IDBENCH=133264
IDSOLVER=2650
FILE ID=node135/4262413-1502457902
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-4-mdd.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262413-1502457902/watcher-4262413-1502457902 -o /tmp/evaluation-result-4262413-1502457902/solver-4262413-1502457902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262413-1502457902.xml

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

MD5SUM BENCH= 6acc972c150dc8897d03c0fdafae0295
RANDOM SEED=1834155882

node135.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.21
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.21
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.21
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.21
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:        30492856 kB
MemAvailable:   31325332 kB
Buffers:          292500 kB
Cached:           831496 kB
SwapCached:            0 kB
Active:          1336552 kB
Inactive:         498444 kB
Active(anon):     711184 kB
Inactive(anon):    33140 kB
Active(file):     625368 kB
Inactive(file):   465304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24368 kB
Writeback:             0 kB
AnonPages:        710748 kB
Mapped:            64200 kB
Shmem:             33464 kB
Slab:             142604 kB
SReclaimable:     115276 kB
SUnreclaim:        27328 kB
KernelStack:        3568 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1420168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 15:11:12