Trace number 4267580

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12? (TO) 2520.0801 2520.03

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.74/0.81	c best=?? lower=-1370 upper=0 
2520.04/2520.00	c
2520.04/2520.00	c This is cosoco 1.12 --  
2520.04/2520.00	c
2520.04/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267580-1502519731.xml 
2520.04/2520.00	c enable optimization
2520.04/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.04/2520.00	c |                                                                                                       
2520.04/2520.00	c |  Parse time        :         0.61 s 
2520.04/2520.00	c |
2520.04/2520.00	c |               Variables: 28770
2520.04/2520.00	c |            Domain Sizes: 2..160
2520.04/2520.00	c |
2520.04/2520.00	c |             Constraints: 4129
2520.04/2520.00	c |                   Arity: 2..1370  -- Binary: 1369
2520.04/2520.00	c | 
2520.04/2520.00	c |                   Types: 
2520.04/2520.00	c |                          (X -Y <= k): 1369
2520.04/2520.00	c |                          Lex: 1369
2520.04/2520.00	c |                          Sum: 1391
2520.04/2520.00	c |                          
2520.04/2520.00	c =========================================================================================================
2520.04/2520.00	
2520.04/2520.00	c *** INTERRUPTED ***
2520.04/2520.00	c restarts              : 31          
2520.04/2520.00	c conflicts             : 18336        (7 /sec)
2520.04/2520.00	c decisions             : 1553427      (617 /sec)
2520.04/2520.00	c propagations          : 102371135   (40643 /sec)
2520.04/2520.00	c root propagations     : 2687940     
2520.04/2520.00	c filter calls          : 59349260       (23563 /sec)
2520.04/2520.00	c useless filter calls  : 42540494       (71 %)
2520.04/2520.00	c Memory used           : 2378.61 MB
2520.04/2520.00	c CPU time              : 2518.78 s
2520.04/2520.00	
2520.04/2520.00	c No Bound found!
2520.04/2520.00	
2520.04/2520.00	s UNKNOWN

Verifier Data


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-4267580-1502519731/watcher-4267580-1502519731 -o /tmp/evaluation-result-4267580-1502519731/solver-4267580-1502519731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28377 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267580-1502519731.xml 

pid=2289
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: 2.03 2.03 2.05 3/189 2292
/proc/meminfo: memFree=31007596/32770624 swapFree=0/454472
[pid=2292] ppid=2289 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2292/stat : 2292 (runsolver) D 2289 2292 28313 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 99788330 24240128 106 18446744073709551615 4194304 4338465 140737390954528 140737390952168 139624315818711 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 15908864 140737390956737 140737390957129 140737390957129 140737390960586 0
/proc/2292/statm: 5918 106 53 36 0 2156 0

[startup+0.101024 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 2292
/proc/meminfo: memFree=31007596/32770624 swapFree=0/454472
[pid=2292] ppid=2289 vsize=30468 CPUtime=0.04 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1851 0 0 0 4 0 0 0 20 0 1 0 99788330 31199232 1644 18446744073709551615 4194304 5972588 140732934258144 140732934252680 140100082967454 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 7617 1644 711 435 0 980 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30468

[startup+0.201025 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 2292
/proc/meminfo: memFree=31007596/32770624 swapFree=0/454472
[pid=2292] ppid=2289 vsize=64160 CPUtime=0.14 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 10276 0 0 0 13 1 0 0 20 0 1 0 99788330 65699840 10059 18446744073709551615 4194304 5972588 140732934258144 140732934252616 5510706 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 16040 10059 738 435 0 9403 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 64160

[startup+0.30102 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 2292
/proc/meminfo: memFree=31007596/32770624 swapFree=0/454472
[pid=2292] ppid=2289 vsize=65052 CPUtime=0.24 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 10502 0 0 0 23 1 0 0 20 0 1 0 99788330 66613248 10257 18446744073709551615 4194304 5972588 140732934258144 140732934252616 5635672 0 0 1 0 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 16263 10257 743 435 0 9626 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 65052

[startup+0.700349 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 2292
/proc/meminfo: memFree=31007596/32770624 swapFree=0/454472
[pid=2292] ppid=2289 vsize=376688 CPUtime=0.64 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 88440 0 0 0 54 10 0 0 20 0 1 0 99788330 385728512 88203 18446744073709551615 4194304 5972588 140732934258144 140732934252616 140100073536485 0 0 1 0 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 94214 88203 750 435 0 87577 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 376688

[startup+1.50029 s]
/proc/loadavg: 2.03 2.03 2.05 3/190 2293
/proc/meminfo: memFree=30499688/32770624 swapFree=0/454756
[pid=2292] ppid=2289 vsize=534172 CPUtime=1.44 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 127923 0 0 0 130 14 0 0 20 0 1 0 99788330 546992128 127641 18446744073709551615 4194304 5972588 140732934258144 140732934253048 5328506 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 133543 127641 762 435 0 126906 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 534172

[startup+3.10028 s]
/proc/loadavg: 2.03 2.02 2.05 3/190 2293
/proc/meminfo: memFree=30499212/32770624 swapFree=0/454492
[pid=2292] ppid=2289 vsize=534172 CPUtime=3.04 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 137449 0 0 0 289 15 0 0 20 0 1 0 99788330 546992128 127676 18446744073709551615 4194304 5972588 140732934258144 140732934253048 5328641 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 133543 127676 793 435 0 126906 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 534172

[startup+6.30035 s]
/proc/loadavg: 2.03 2.02 2.05 3/190 2293
/proc/meminfo: memFree=30396572/32770624 swapFree=0/454488
[pid=2292] ppid=2289 vsize=686976 CPUtime=6.24 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 202009 0 0 0 602 22 0 0 20 0 1 0 99788330 703463424 165848 18446744073709551615 4194304 5972588 140732934258144 140732934254744 140100073536485 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 171744 165848 795 435 0 165107 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 686976

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.05 3/190 2293
/proc/meminfo: memFree=30003972/32770624 swapFree=0/454488
[pid=2292] ppid=2289 vsize=1052188 CPUtime=12.64 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 391347 0 0 0 1226 38 0 0 20 0 1 0 99788330 1077440512 255971 18446744073709551615 4194304 5972588 140732934258144 140732934254904 140100073536485 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 263081 256016 795 435 0 256444 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1052188

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 2293
/proc/meminfo: memFree=29281940/32770624 swapFree=0/454484
[pid=2292] ppid=2289 vsize=1817172 CPUtime=25.44 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 677424 0 0 0 2479 65 0 0 20 0 1 0 99788330 1860784128 431981 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 454293 431981 795 435 0 447656 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1817172

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 2294
/proc/meminfo: memFree=28723332/32770624 swapFree=0/454484
[pid=2292] ppid=2289 vsize=2435692 CPUtime=51.05 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 976487 0 0 0 5013 92 0 0 20 0 1 0 99788330 2494148608 571284 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039310 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571284 795 435 0 602286 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 2435692

[startup+102.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 2297
/proc/meminfo: memFree=28721612/32770624 swapFree=0/454488
[pid=2292] ppid=2289 vsize=2435692 CPUtime=102.24 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1059608 0 0 0 10125 99 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5094144 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 2435692

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 2299
/proc/meminfo: memFree=28721088/32770624 swapFree=0/454504
[pid=2292] ppid=2289 vsize=2435692 CPUtime=162.23 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1097295 0 0 0 16123 100 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039164 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2435692

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 2302
/proc/meminfo: memFree=28720608/32770624 swapFree=0/454512
[pid=2292] ppid=2289 vsize=2435692 CPUtime=222.23 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1137167 0 0 0 22120 103 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5338164 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2435692

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2305
/proc/meminfo: memFree=28720268/32770624 swapFree=0/454512
[pid=2292] ppid=2289 vsize=2435692 CPUtime=282.23 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1156187 0 0 0 28118 105 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5338164 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2435692

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2307
/proc/meminfo: memFree=28720484/32770624 swapFree=0/454524
[pid=2292] ppid=2289 vsize=2435692 CPUtime=342.22 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1176383 0 0 0 34116 106 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039159 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2435692

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2310
/proc/meminfo: memFree=28719912/32770624 swapFree=0/454540
[pid=2292] ppid=2289 vsize=2435692 CPUtime=402.21 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1185454 0 0 0 40114 107 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039164 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2435692

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2312
/proc/meminfo: memFree=28718664/32770624 swapFree=0/454552
[pid=2292] ppid=2289 vsize=2435692 CPUtime=462.2 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1193532 0 0 0 46113 107 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5099630 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2435692

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/189 2329
/proc/meminfo: memFree=28713864/32770624 swapFree=0/454548
[pid=2292] ppid=2289 vsize=2435692 CPUtime=522.2 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1199003 0 0 0 52112 108 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2435692

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/189 2332
/proc/meminfo: memFree=28712060/32770624 swapFree=0/454572
[pid=2292] ppid=2289 vsize=2435692 CPUtime=582.21 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1209268 0 0 0 58112 109 0 0 20 0 1 0 99788330 2494148608 571310 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039701 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 571310 795 435 0 602286 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 2435692


################
# More data... #
################


[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/186 2448
/proc/meminfo: memFree=28685116/32770624 swapFree=0/454756
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1602.27 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1330343 0 0 0 160109 118 0 0 20 0 1 0 99788330 2494148608 598957 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039701 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598957 795 435 0 602286 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 2435692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 2450
/proc/meminfo: memFree=28685100/32770624 swapFree=0/454768
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1662.28 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1336632 0 0 0 166109 119 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 2435692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 2467
/proc/meminfo: memFree=28681352/32770624 swapFree=0/454772
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1722.28 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1347654 0 0 0 172109 119 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039701 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 2435692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 2469
/proc/meminfo: memFree=28681956/32770624 swapFree=0/454776
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1782.28 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1356939 0 0 0 178108 120 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039167 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 2435692

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 2470
/proc/meminfo: memFree=28685352/32770624 swapFree=0/454788
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1842.29 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1362583 0 0 0 184108 121 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 1842.29
Current children cumulated vsize (KiB) 2435692

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 2473
/proc/meminfo: memFree=28685460/32770624 swapFree=0/454796
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1902.29 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1365875 0 0 0 190108 121 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039164 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 1902.29
Current children cumulated vsize (KiB) 2435692

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 2475
/proc/meminfo: memFree=28685324/32770624 swapFree=0/454816
[pid=2292] ppid=2289 vsize=2435692 CPUtime=1962.3 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1369018 0 0 0 196109 121 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 1962.3
Current children cumulated vsize (KiB) 2435692

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2478
/proc/meminfo: memFree=28685676/32770624 swapFree=0/454836
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2022.3 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1378843 0 0 0 202108 122 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5040159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2022.3
Current children cumulated vsize (KiB) 2435692

[startup+2082.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/185 2480
/proc/meminfo: memFree=28686056/32770624 swapFree=0/454848
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2082.31 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1381143 0 0 0 208109 122 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039164 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2082.31
Current children cumulated vsize (KiB) 2435692

[startup+2142.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/185 2482
/proc/meminfo: memFree=28686756/32770624 swapFree=0/454844
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2142.31 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1390071 0 0 0 214108 123 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039330 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2142.31
Current children cumulated vsize (KiB) 2435692

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2485
/proc/meminfo: memFree=28686492/32770624 swapFree=0/454844
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2202.32 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1396009 0 0 0 220108 124 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5094144 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2202.32
Current children cumulated vsize (KiB) 2435692

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 2487
/proc/meminfo: memFree=28686708/32770624 swapFree=0/454868
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2262.32 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1402177 0 0 0 226108 124 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5338173 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2262.32
Current children cumulated vsize (KiB) 2435692

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2504
/proc/meminfo: memFree=28681884/32770624 swapFree=0/454880
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2322.32 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1406635 0 0 0 232108 124 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5338177 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2322.32
Current children cumulated vsize (KiB) 2435692

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 2531
/proc/meminfo: memFree=28680292/32770624 swapFree=0/454904
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2382.33 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1411671 0 0 0 238108 125 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5338181 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2382.33
Current children cumulated vsize (KiB) 2435692

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 2533
/proc/meminfo: memFree=28681464/32770624 swapFree=0/454912
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2442.33 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1417636 0 0 0 244108 125 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5338173 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2442.33
Current children cumulated vsize (KiB) 2435692

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2535
/proc/meminfo: memFree=28685256/32770624 swapFree=0/454928
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2502.34 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1424328 0 0 0 250108 126 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2502.34
Current children cumulated vsize (KiB) 2435692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2536
/proc/meminfo: memFree=28685256/32770624 swapFree=0/454928
[pid=2292] ppid=2289 vsize=2435692 CPUtime=2520.04 cores=0,2,4,6
/proc/2292/stat : 2292 (cosoco) R 2289 2292 28313 0 -1 4202496 1424887 0 0 0 251878 126 0 0 20 0 1 0 99788330 2494148608 598958 18446744073709551615 4194304 5972588 140732934258144 140732934254760 5039164 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 20627456 140732934259182 140732934259277 140732934259277 140732934262734 0
/proc/2292/statm: 608923 598958 795 435 0 602286 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 2435692

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2520.03
CPU time (s): 2520.08
CPU user time (s): 2518.79
CPU system time (s): 1.29508
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2435692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.79
system time used= 1.29508
maximum resident set size= 2395912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1424943
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 1902

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

The end

Launcher Data

Begin job on node133 at 2017-08-12 08:21:24
IDJOB=4267580
IDBENCH=124197
IDSOLVER=2658
FILE ID=node133/4267580-1502519731
RUNJOBID= node133-1502500327-28377
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267580-1502519731/watcher-4267580-1502519731 -o /tmp/evaluation-result-4267580-1502519731/solver-4267580-1502519731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28377 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267580-1502519731.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=1286021252

node133.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.17
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.17
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.17
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.17
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:        31007600 kB
MemAvailable:   31890348 kB
Buffers:          304052 kB
Cached:           879900 kB
SwapCached:            0 kB
Active:           831812 kB
Inactive:         495776 kB
Active(anon):     143632 kB
Inactive(anon):    41304 kB
Active(file):     688180 kB
Inactive(file):   454472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2468 kB
Writeback:             4 kB
AnonPages:        143952 kB
Mapped:            55856 kB
Shmem:             41660 kB
Slab:             138912 kB
SReclaimable:     111860 kB
SUnreclaim:        27052 kB
KernelStack:        3360 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     414760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-12 09:03:24