Trace number 4267567

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) 2519.73 2520

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-1.xml
MD5SUMe916ba0c5634620e8924ec581ee284c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark217
Best CPU time to get the best result obtained on this benchmark20087.1
Satisfiable
(Un)Satisfiability was proved
Number of variables5040
Number of constraints262
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":240},{"size":4,"count":240},{"size":25,"count":480},{"size":44,"count":240},{"size":45,"count":240},{"size":73,"count":240},{"size":78,"count":240},{"size":87,"count":480},{"size":102,"count":240},{"size":107,"count":240},{"size":130,"count":240},{"size":131,"count":240},{"size":132,"count":480},{"size":139,"count":480},{"size":170,"count":240},{"size":175,"count":240},{"size":195,"count":240}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5040}]
Minimum constraint arity21
Maximum constraint arity4800
Distribution of constraint arities[{"arity":21,"count":240},{"arity":240,"count":21},{"arity":4800,"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":260}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.04/0.11	c best=?? lower=-240 upper=0 
2519.72/2520.00	c
2519.72/2520.00	c This is cosoco 1.12 --  
2519.72/2520.00	c
2519.72/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267567-1502519223.xml 
2519.72/2520.00	c enable optimization
2519.72/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.72/2520.00	c |                                                                                                       
2519.72/2520.00	c |  Parse time        :         0.05 s 
2519.72/2520.00	c |
2519.72/2520.00	c |               Variables: 5040
2519.72/2520.00	c |            Domain Sizes: 2..195
2519.72/2520.00	c |
2519.72/2520.00	c |             Constraints: 739
2519.72/2520.00	c |                   Arity: 2..240  -- Binary: 239
2519.72/2520.00	c | 
2519.72/2520.00	c |                   Types: 
2519.72/2520.00	c |                          (X -Y <= k): 239
2519.72/2520.00	c |                          Lex: 239
2519.72/2520.00	c |                          Sum: 261
2519.72/2520.00	c |                          
2519.72/2520.00	c =========================================================================================================
2519.72/2520.00	
2519.72/2520.00	c *** INTERRUPTED ***
2519.72/2520.00	c restarts              : 67          
2519.72/2520.00	c conflicts             : 581860       (231 /sec)
2519.72/2520.00	c decisions             : 9298226      (3690 /sec)
2519.72/2520.00	c propagations          : 2661991827  (1056481 /sec)
2519.72/2520.00	c root propagations     : 424560      
2519.72/2520.00	c filter calls          : 360365897      (143021 /sec)
2519.72/2520.00	c useless filter calls  : 220325232      (61 %)
2519.72/2520.00	c Memory used           : 80.93 MB
2519.72/2520.00	c CPU time              : 2519.68 s
2519.72/2520.00	
2519.72/2520.00	c No Bound found!
2519.72/2520.00	
2519.72/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-4267567-1502519223/watcher-4267567-1502519223 -o /tmp/evaluation-result-4267567-1502519223/solver-4267567-1502519223 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267567-1502519223.xml 

pid=1861
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.99 2.01 2.04 3/185 1864
/proc/meminfo: memFree=31100900/32770624 swapFree=0/469324
[pid=1864] ppid=1861 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1864/stat : 1864 (runsolver) D 1861 1864 27450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 151575093 24240128 106 18446744073709551615 4194304 4338465 140725393283488 140725393281128 139696781890263 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 36245504 140725393289409 140725393289801 140725393289801 140725393293258 0
/proc/1864/statm: 5918 106 53 36 0 2156 0

[startup+0.100301 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 1864
/proc/meminfo: memFree=31100900/32770624 swapFree=0/469324
[pid=1864] ppid=1861 vsize=36692 CPUtime=0.04 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 3399 0 0 0 4 0 0 0 20 0 1 0 151575093 37572608 3234 18446744073709551615 4194304 5972588 140727018909040 140727018903384 139837451048884 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 9173 3234 745 435 0 2536 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36692

[startup+0.200297 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 1864
/proc/meminfo: memFree=31100900/32770624 swapFree=0/469324
[pid=1864] ppid=1861 vsize=49128 CPUtime=0.14 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 6589 0 0 0 13 1 0 0 20 0 1 0 151575093 50307072 6395 18446744073709551615 4194304 5972588 140727018909040 140727018896248 5139312 0 0 1 8405026 0 0 0 17 6 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 12282 6395 764 435 0 5645 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 49128

[startup+0.3003 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 1864
/proc/meminfo: memFree=31100900/32770624 swapFree=0/469324
[pid=1864] ppid=1861 vsize=49128 CPUtime=0.24 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 6589 0 0 0 23 1 0 0 20 0 1 0 151575093 50307072 6395 18446744073709551615 4194304 5972588 140727018909040 140727018896248 5323222 0 0 1 8405026 0 0 0 17 6 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 12282 6395 764 435 0 5645 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 49128

[startup+0.700312 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 1864
/proc/meminfo: memFree=31100900/32770624 swapFree=0/469324
[pid=1864] ppid=1861 vsize=72100 CPUtime=0.64 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 12308 0 0 0 62 2 0 0 20 0 1 0 151575093 73830400 12137 18446744073709551615 4194304 5972588 140727018909040 140727018905640 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 18025 12137 795 435 0 11388 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 72100

[startup+1.50029 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 1865
/proc/meminfo: memFree=31049308/32770624 swapFree=0/469316
[pid=1864] ppid=1861 vsize=78960 CPUtime=1.44 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 14021 0 0 0 142 2 0 0 20 0 1 0 151575093 80855040 13853 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5039164 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19740 13853 795 435 0 13103 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 78960

[startup+3.10029 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 1865
/proc/meminfo: memFree=31048656/32770624 swapFree=0/469316
[pid=1864] ppid=1861 vsize=79092 CPUtime=3.04 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 20180 0 0 0 302 2 0 0 20 0 1 0 151575093 80990208 13902 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040162 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19773 13902 795 435 0 13136 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 79092

[startup+6.30029 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 1865
/proc/meminfo: memFree=31048160/32770624 swapFree=0/469316
[pid=1864] ppid=1861 vsize=79356 CPUtime=6.24 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 27410 0 0 0 622 2 0 0 20 0 1 0 151575093 81260544 13981 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5041497 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19839 13981 795 435 0 13202 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 79356

[startup+12.7003 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 1865
/proc/meminfo: memFree=31047664/32770624 swapFree=0/469308
[pid=1864] ppid=1861 vsize=79356 CPUtime=12.63 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 34157 0 0 0 1261 2 0 0 20 0 1 0 151575093 81260544 13981 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5048503 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19839 13981 795 435 0 13202 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 79356

[startup+25.5004 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 1865
/proc/meminfo: memFree=31047552/32770624 swapFree=0/469308
[pid=1864] ppid=1861 vsize=79356 CPUtime=25.43 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 47325 0 0 0 2541 2 0 0 20 0 1 0 151575093 81260544 13984 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040162 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19839 13984 795 435 0 13202 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 79356

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 1865
/proc/meminfo: memFree=31046336/32770624 swapFree=0/469308
[pid=1864] ppid=1861 vsize=79488 CPUtime=51.02 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 53326 0 0 0 5100 2 0 0 20 0 1 0 151575093 81395712 13999 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5099619 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19872 13999 795 435 0 13235 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 79488

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 1867
/proc/meminfo: memFree=31047912/32770624 swapFree=0/469328
[pid=1864] ppid=1861 vsize=79488 CPUtime=102.23 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 54050 0 0 0 10220 3 0 0 20 0 1 0 151575093 81395712 14002 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040180 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 19872 14002 795 435 0 13235 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 79488

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 1869
/proc/meminfo: memFree=31046620/32770624 swapFree=0/469336
[pid=1864] ppid=1861 vsize=80544 CPUtime=162.22 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 55094 0 0 0 16219 3 0 0 20 0 1 0 151575093 82477056 14240 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040071 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20136 14240 795 435 0 13499 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 80544

[startup+222.306 s]
/proc/loadavg: 2.07 2.03 2.05 3/184 1871
/proc/meminfo: memFree=31047280/32770624 swapFree=0/469352
[pid=1864] ppid=1861 vsize=80544 CPUtime=222.22 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 55562 0 0 0 22219 3 0 0 20 0 1 0 151575093 82477056 14259 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5046600 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20136 14259 795 435 0 13499 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 80544

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/185 1874
/proc/meminfo: memFree=31046636/32770624 swapFree=0/469360
[pid=1864] ppid=1861 vsize=80544 CPUtime=282.21 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 56036 0 0 0 28218 3 0 0 20 0 1 0 151575093 82477056 14259 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040622 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20136 14259 795 435 0 13499 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 80544

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 1877
/proc/meminfo: memFree=31045752/32770624 swapFree=0/469368
[pid=1864] ppid=1861 vsize=81336 CPUtime=342.2 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 56749 0 0 0 34217 3 0 0 20 0 1 0 151575093 83288064 14450 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040152 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20334 14450 795 435 0 13697 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 81336

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 1879
/proc/meminfo: memFree=31045600/32770624 swapFree=0/469376
[pid=1864] ppid=1861 vsize=81604 CPUtime=402.19 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 57519 0 0 0 40216 3 0 0 20 0 1 0 151575093 83562496 14538 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20401 14538 795 435 0 13764 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 81604

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 1895
/proc/meminfo: memFree=31040068/32770624 swapFree=0/469404
[pid=1864] ppid=1861 vsize=81604 CPUtime=462.19 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 58271 0 0 0 46216 3 0 0 20 0 1 0 151575093 83562496 14538 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5338177 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20401 14538 795 435 0 13764 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 81604

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/189 1958
/proc/meminfo: memFree=30144112/32770624 swapFree=0/469436
[pid=1864] ppid=1861 vsize=81604 CPUtime=522.18 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 59033 0 0 0 52215 3 0 0 20 0 1 0 151575093 83562496 14538 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5099648 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20401 14538 795 435 0 13764 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 81604

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/185 1960
/proc/meminfo: memFree=30043448/32770624 swapFree=0/469456
[pid=1864] ppid=1861 vsize=81604 CPUtime=582.17 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 59782 0 0 0 58214 3 0 0 20 0 1 0 151575093 83562496 14538 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040180 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20401 14538 795 435 0 13764 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 81604


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


[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/184 2012
/proc/meminfo: memFree=27510916/32770624 swapFree=0/469652
[pid=1864] ppid=1861 vsize=81808 CPUtime=1602.09 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 72290 0 0 0 160205 4 0 0 20 0 1 0 151575093 83771392 14562 18446744073709551615 4194304 5972588 140727018909040 140727018905752 4987719 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20452 14562 795 435 0 13815 0
Current children cumulated CPU time (s) 1602.09
Current children cumulated vsize (KiB) 81808

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 2028
/proc/meminfo: memFree=27489156/32770624 swapFree=0/469656
[pid=1864] ppid=1861 vsize=81808 CPUtime=1662.09 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 72931 0 0 0 166205 4 0 0 20 0 1 0 151575093 83771392 14562 18446744073709551615 4194304 5972588 140727018909040 140727018905752 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20452 14562 795 435 0 13815 0
Current children cumulated CPU time (s) 1662.09
Current children cumulated vsize (KiB) 81808

[startup+1722.3 s]
/proc/loadavg: 1.96 2.01 2.04 3/187 2031
/proc/meminfo: memFree=27473232/32770624 swapFree=0/469676
[pid=1864] ppid=1861 vsize=81808 CPUtime=1722.08 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 73685 0 0 0 172204 4 0 0 20 0 1 0 151575093 83771392 14562 18446744073709551615 4194304 5972588 140727018909040 140727018905752 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20452 14562 795 435 0 13815 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 81808

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 2033
/proc/meminfo: memFree=27463512/32770624 swapFree=0/469692
[pid=1864] ppid=1861 vsize=81808 CPUtime=1782.08 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 74087 0 0 0 178204 4 0 0 20 0 1 0 151575093 83771392 14562 18446744073709551615 4194304 5972588 140727018909040 140727018905752 5338173 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20452 14562 795 435 0 13815 0
Current children cumulated CPU time (s) 1782.08
Current children cumulated vsize (KiB) 81808

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/185 2036
/proc/meminfo: memFree=27451340/32770624 swapFree=0/469704
[pid=1864] ppid=1861 vsize=82864 CPUtime=1842.07 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 75180 0 0 0 184203 4 0 0 20 0 1 0 151575093 84852736 14800 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5046420 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14800 795 435 0 14079 0
Current children cumulated CPU time (s) 1842.07
Current children cumulated vsize (KiB) 82864

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2038
/proc/meminfo: memFree=27440084/32770624 swapFree=0/469720
[pid=1864] ppid=1861 vsize=82864 CPUtime=1902.07 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 75874 0 0 0 190203 4 0 0 20 0 1 0 151575093 84852736 14853 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5039697 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14853 795 435 0 14079 0
Current children cumulated CPU time (s) 1902.07
Current children cumulated vsize (KiB) 82864

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2041
/proc/meminfo: memFree=27429280/32770624 swapFree=0/469732
[pid=1864] ppid=1861 vsize=82864 CPUtime=1962.06 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 77292 0 0 0 196202 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 82864

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2043
/proc/meminfo: memFree=27419264/32770624 swapFree=0/469744
[pid=1864] ppid=1861 vsize=82864 CPUtime=2022.06 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 78317 0 0 0 202202 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2022.06
Current children cumulated vsize (KiB) 82864

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 2045
/proc/meminfo: memFree=27413600/32770624 swapFree=0/469748
[pid=1864] ppid=1861 vsize=82864 CPUtime=2082.06 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 79337 0 0 0 208202 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5041497 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2082.06
Current children cumulated vsize (KiB) 82864

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2047
/proc/meminfo: memFree=27407816/32770624 swapFree=0/469764
[pid=1864] ppid=1861 vsize=82864 CPUtime=2142.05 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 80420 0 0 0 214201 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2142.05
Current children cumulated vsize (KiB) 82864

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2049
/proc/meminfo: memFree=27395948/32770624 swapFree=0/469772
[pid=1864] ppid=1861 vsize=82864 CPUtime=2202.05 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 81466 0 0 0 220201 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040591 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 82864

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 2065
/proc/meminfo: memFree=27375400/32770624 swapFree=0/469784
[pid=1864] ppid=1861 vsize=82864 CPUtime=2262.04 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 82494 0 0 0 226200 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5041546 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2262.04
Current children cumulated vsize (KiB) 82864

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 2068
/proc/meminfo: memFree=27372684/32770624 swapFree=0/469792
[pid=1864] ppid=1861 vsize=82864 CPUtime=2322.03 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 83521 0 0 0 232199 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040180 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2322.03
Current children cumulated vsize (KiB) 82864

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2070
/proc/meminfo: memFree=27355956/32770624 swapFree=0/469800
[pid=1864] ppid=1861 vsize=82864 CPUtime=2382.03 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 84376 0 0 0 238199 4 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2382.03
Current children cumulated vsize (KiB) 82864

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2072
/proc/meminfo: memFree=27353628/32770624 swapFree=0/469828
[pid=1864] ppid=1861 vsize=82864 CPUtime=2442.03 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 85230 0 0 0 244198 5 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2442.03
Current children cumulated vsize (KiB) 82864

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2074
/proc/meminfo: memFree=27335056/32770624 swapFree=0/469836
[pid=1864] ppid=1861 vsize=82864 CPUtime=2502.03 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 86275 0 0 0 250198 5 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2502.03
Current children cumulated vsize (KiB) 82864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2074
/proc/meminfo: memFree=27335412/32770624 swapFree=0/469832
[pid=1864] ppid=1861 vsize=82864 CPUtime=2519.72 cores=0,2,4,6
/proc/1864/stat : 1864 (cosoco) R 1861 1864 27450 0 -1 4202496 87170 0 0 0 251967 5 0 0 20 0 1 0 151575093 84852736 14858 18446744073709551615 4194304 5972588 140727018909040 140727018905672 5039672 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 31653888 140727018910190 140727018910285 140727018910285 140727018913742 0
/proc/1864/statm: 20716 14858 795 435 0 14079 0
Current children cumulated CPU time (s) 2519.72
Current children cumulated vsize (KiB) 82864

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 1864 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2520
CPU time (s): 2519.73
CPU user time (s): 2519.68
CPU system time (s): 0.054995
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 82864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.68
system time used= 0.054995
maximum resident set size= 59512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87224
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= 25
involuntary context switches= 3843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11928 second user time and 9.40753 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 08:12:38
IDJOB=4267567
IDBENCH=124177
IDSOLVER=2658
FILE ID=node132/4267567-1502519223
RUNJOBID= node132-1502500306-27513
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t04-1.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267567-1502519223/watcher-4267567-1502519223 -o /tmp/evaluation-result-4267567-1502519223/solver-4267567-1502519223 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267567-1502519223.xml

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

MD5SUM BENCH= e916ba0c5634620e8924ec581ee284c9
RANDOM SEED=1639458596

node132.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.74
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.74
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.74
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.74
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:        31101820 kB
MemAvailable:   31963500 kB
Buffers:          306584 kB
Cached:           864704 kB
SwapCached:            0 kB
Active:           713816 kB
Inactive:         518076 kB
Active(anon):      61780 kB
Inactive(anon):    49012 kB
Active(file):     652036 kB
Inactive(file):   469064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:         60736 kB
Mapped:            63208 kB
Shmem:             49852 kB
Slab:             139836 kB
SReclaimable:     112828 kB
SUnreclaim:        27008 kB
KernelStack:        3248 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-12 08:54:38