Trace number 4267579

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.8 2520.01

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-5.xml
MD5SUM519aab078b15cc65d0c3ff53b01638da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark983
Best CPU time to get the best result obtained on this benchmark19781.199
Satisfiable
(Un)Satisfiability was proved
Number of variables26124
Number of constraints1266
Number of domains20
Minimum domain size2
Maximum domain size208
Distribution of domain sizes[{"size":2,"count":1244},{"size":22,"count":1244},{"size":23,"count":1244},{"size":24,"count":1244},{"size":38,"count":1244},{"size":52,"count":1244},{"size":57,"count":1244},{"size":61,"count":1244},{"size":66,"count":1244},{"size":73,"count":1244},{"size":77,"count":1244},{"size":78,"count":1244},{"size":91,"count":1244},{"size":126,"count":1244},{"size":136,"count":1244},{"size":159,"count":1244},{"size":173,"count":2488},{"size":186,"count":1244},{"size":197,"count":1244},{"size":208,"count":1244}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":26124}]
Minimum constraint arity21
Maximum constraint arity24880
Distribution of constraint arities[{"arity":21,"count":1244},{"arity":1244,"count":21},{"arity":24880,"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":1264}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.60/0.74	c best=?? lower=-1244 upper=0 
2519.77/2520.00	c
2519.77/2520.00	c This is cosoco 1.12 --  
2519.77/2520.00	c
2519.77/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267579-1502519746.xml 
2519.77/2520.00	c enable optimization
2519.77/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.77/2520.00	c |                                                                                                       
2519.77/2520.00	c |  Parse time        :         0.52 s 
2519.77/2520.00	c |
2519.77/2520.00	c |               Variables: 26124
2519.77/2520.00	c |            Domain Sizes: 2..208
2519.77/2520.00	c |
2519.77/2520.00	c |             Constraints: 3751
2519.77/2520.00	c |                   Arity: 2..1244  -- Binary: 1243
2519.77/2520.00	c | 
2519.77/2520.00	c |                   Types: 
2519.77/2520.00	c |                          (X -Y <= k): 1243
2519.77/2520.00	c |                          Lex: 1243
2519.77/2520.00	c |                          Sum: 1265
2519.77/2520.00	c |                          
2519.77/2520.00	c =========================================================================================================
2519.77/2520.00	
2519.77/2520.00	c *** INTERRUPTED ***
2519.77/2520.00	c restarts              : 30          
2519.77/2520.00	c conflicts             : 17132        (7 /sec)
2519.77/2520.00	c decisions             : 659306       (262 /sec)
2519.77/2520.00	c propagations          : 109637206   (43529 /sec)
2519.77/2520.00	c root propagations     : 2433264     
2519.77/2520.00	c filter calls          : 71822261       (28515 /sec)
2519.77/2520.00	c useless filter calls  : 50482717       (70 %)
2519.77/2520.00	c Memory used           : 2186.89 MB
2519.77/2520.00	c CPU time              : 2518.74 s
2519.77/2520.00	
2519.77/2520.00	c No Bound found!
2519.77/2520.00	
2519.77/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-4267579-1502519746/watcher-4267579-1502519746 -o /tmp/evaluation-result-4267579-1502519746/solver-4267579-1502519746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502500286-31838 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267579-1502519746.xml 

pid=6354
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.00 2.01 2.05 4/183 6357
/proc/meminfo: memFree=31556764/32770624 swapFree=0/421648
[pid=6357] ppid=6354 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6357/stat : 6357 (runsolver) D 6354 6357 31775 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 40315243 24240128 106 18446744073709551615 4194304 4338465 140737188682272 140737188679912 140110996648663 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 38264832 140737188688065 140737188688457 140737188688457 140737188691914 0
/proc/6357/statm: 5918 106 53 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 6357
/proc/meminfo: memFree=31556764/32770624 swapFree=0/421648
[pid=6357] ppid=6354 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1315 0 0 0 0 0 0 0 20 0 1 0 40315243 29065216 1095 18446744073709551615 4194304 5972588 140726735767168 140726735763816 140653613415397 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 7096 1095 711 435 0 459 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28384

[startup+0.200359 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 6357
/proc/meminfo: memFree=31556764/32770624 swapFree=0/421648
[pid=6357] ppid=6354 vsize=56076 CPUtime=0.1 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 8224 0 0 0 9 1 0 0 20 0 1 0 40315243 57421824 8019 18446744073709551615 4194304 5972588 140726735767168 140726735763816 140653613411134 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 14019 8019 711 435 0 7382 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 56076

[startup+0.300401 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 6357
/proc/meminfo: memFree=31556764/32770624 swapFree=0/421648
[pid=6357] ppid=6354 vsize=61576 CPUtime=0.2 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 9616 0 0 0 19 1 0 0 20 0 1 0 40315243 63053824 9418 18446744073709551615 4194304 5972588 140726735767168 140726735760888 140653613415397 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 15394 9418 743 435 0 8757 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 61576

[startup+0.700359 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 6357
/proc/meminfo: memFree=31556764/32770624 swapFree=0/421648
[pid=6357] ppid=6354 vsize=426168 CPUtime=0.6 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 100762 0 0 0 48 12 0 0 20 0 1 0 40315243 436396032 100564 18446744073709551615 4194304 5972588 140726735767168 140726735760888 140653613463456 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 106594 100564 752 435 0 99957 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 426168

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 6358
/proc/meminfo: memFree=31135064/32770624 swapFree=0/421668
[pid=6357] ppid=6354 vsize=449036 CPUtime=1.41 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 106601 0 0 0 128 13 0 0 20 0 1 0 40315243 459812864 106322 18446744073709551615 4194304 5972588 140726735767168 140726735754376 5328506 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 112259 106322 762 435 0 105622 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 449036

[startup+3.10033 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 6358
/proc/meminfo: memFree=31134320/32770624 swapFree=0/421668
[pid=6357] ppid=6354 vsize=459200 CPUtime=3 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 121089 0 0 0 286 14 0 0 20 0 1 0 40315243 470220800 108911 18446744073709551615 4194304 5972588 140726735767168 140726735754376 140653613415397 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 114800 108911 795 435 0 108163 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 459200

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 6358
/proc/meminfo: memFree=31001960/32770624 swapFree=0/421660
[pid=6357] ppid=6354 vsize=607812 CPUtime=6.21 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 198014 0 0 0 598 23 0 0 20 0 1 0 40315243 622399488 146039 18446744073709551615 4194304 5972588 140726735767168 140726735763768 140653613484587 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 151953 146039 795 435 0 145316 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 607812

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6359
/proc/meminfo: memFree=30883852/32770624 swapFree=0/421660
[pid=6357] ppid=6354 vsize=701912 CPUtime=12.6 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 270647 0 0 0 1231 29 0 0 20 0 1 0 40315243 718757888 169588 18446744073709551615 4194304 5972588 140726735767168 140726735763800 5039931 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 175478 169588 795 435 0 168841 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 701912

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6359
/proc/meminfo: memFree=30850848/32770624 swapFree=0/421660
[pid=6357] ppid=6354 vsize=737104 CPUtime=25.4 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 313597 0 0 0 2508 32 0 0 20 0 1 0 40315243 754794496 177737 18446744073709551615 4194304 5972588 140726735767168 140726735763800 5094372 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 184276 177737 795 435 0 177639 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 737104

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 6359
/proc/meminfo: memFree=29975748/32770624 swapFree=0/421664
[pid=6357] ppid=6354 vsize=2084284 CPUtime=50.99 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 705696 0 0 0 5024 75 0 0 20 0 1 0 40315243 2134306816 483638 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5338144 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 521071 483638 795 435 0 514434 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 2084284

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 6362
/proc/meminfo: memFree=29456092/32770624 swapFree=0/421672
[pid=6357] ppid=6354 vsize=2239376 CPUtime=102.19 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 883781 0 0 0 10130 89 0 0 20 0 1 0 40315243 2293121024 525682 18446744073709551615 4194304 5972588 140726735767168 140726735763928 140653613413700 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525682 795 435 0 553207 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 2239376

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 6364
/proc/meminfo: memFree=29456100/32770624 swapFree=0/421680
[pid=6357] ppid=6354 vsize=2239376 CPUtime=162.17 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 904467 0 0 0 16127 90 0 0 20 0 1 0 40315243 2293121024 525708 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039701 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525708 795 435 0 553207 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 2239376

[startup+222.306 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 6367
/proc/meminfo: memFree=29455880/32770624 swapFree=0/421692
[pid=6357] ppid=6354 vsize=2239376 CPUtime=222.18 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 930385 0 0 0 22126 92 0 0 20 0 1 0 40315243 2293121024 525708 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5338169 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525708 795 435 0 553207 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 2239376

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 6369
/proc/meminfo: memFree=29456528/32770624 swapFree=0/421696
[pid=6357] ppid=6354 vsize=2239376 CPUtime=282.17 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 948728 0 0 0 28124 93 0 0 20 0 1 0 40315243 2293121024 525710 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039159 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525710 795 435 0 553207 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 2239376

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 6371
/proc/meminfo: memFree=29456236/32770624 swapFree=0/421708
[pid=6357] ppid=6354 vsize=2239376 CPUtime=342.17 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 983066 0 0 0 34122 95 0 0 20 0 1 0 40315243 2293121024 525710 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039310 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525710 795 435 0 553207 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 2239376

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 6374
/proc/meminfo: memFree=29455868/32770624 swapFree=0/421720
[pid=6357] ppid=6354 vsize=2239376 CPUtime=402.15 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 997330 0 0 0 40120 95 0 0 20 0 1 0 40315243 2293121024 525710 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5099616 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525710 795 435 0 553207 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 2239376

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 6376
/proc/meminfo: memFree=29455556/32770624 swapFree=0/421744
[pid=6357] ppid=6354 vsize=2239376 CPUtime=462.16 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1003483 0 0 0 46120 96 0 0 20 0 1 0 40315243 2293121024 525804 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039616 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 525804 795 435 0 553207 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 2239376

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/185 6393
/proc/meminfo: memFree=29449324/32770624 swapFree=0/421788
[pid=6357] ppid=6354 vsize=2239376 CPUtime=522.15 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1008675 0 0 0 52119 96 0 0 20 0 1 0 40315243 2293121024 526177 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039616 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 526177 795 435 0 553207 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 2239376

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/185 6395
/proc/meminfo: memFree=29448472/32770624 swapFree=0/421800
[pid=6357] ppid=6354 vsize=2239376 CPUtime=582.15 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1012768 0 0 0 58119 96 0 0 20 0 1 0 40315243 2293121024 526428 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039164 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 526428 795 435 0 553207 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 2239376


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 6503
/proc/meminfo: memFree=29343212/32770624 swapFree=0/422060
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1602.11 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1104127 0 0 0 160109 102 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039159 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 2239376

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 6505
/proc/meminfo: memFree=29343336/32770624 swapFree=0/422076
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1662.1 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1106510 0 0 0 166108 102 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039733 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1662.1
Current children cumulated vsize (KiB) 2239376

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 6521
/proc/meminfo: memFree=29338832/32770624 swapFree=0/422092
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1722.1 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1107572 0 0 0 172108 102 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5338173 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1722.1
Current children cumulated vsize (KiB) 2239376

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 6523
/proc/meminfo: memFree=29338800/32770624 swapFree=0/422112
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1782.1 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1110253 0 0 0 178108 102 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039701 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1782.1
Current children cumulated vsize (KiB) 2239376

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6525
/proc/meminfo: memFree=29341824/32770624 swapFree=0/422116
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1842.09 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1111236 0 0 0 184107 102 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5040154 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1842.09
Current children cumulated vsize (KiB) 2239376

[startup+1902.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 6527
/proc/meminfo: memFree=29342420/32770624 swapFree=0/422128
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1902.09 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1112074 0 0 0 190107 102 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039616 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1902.09
Current children cumulated vsize (KiB) 2239376

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 6529
/proc/meminfo: memFree=29342172/32770624 swapFree=0/422160
[pid=6357] ppid=6354 vsize=2239376 CPUtime=1962.1 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1112950 0 0 0 196107 103 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5040154 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 1962.1
Current children cumulated vsize (KiB) 2239376

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 6532
/proc/meminfo: memFree=29342432/32770624 swapFree=0/422176
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2022.09 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1115701 0 0 0 202106 103 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5099616 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 2022.09
Current children cumulated vsize (KiB) 2239376

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6534
/proc/meminfo: memFree=29342060/32770624 swapFree=0/422176
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2082.1 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1116702 0 0 0 208107 103 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039167 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 2082.1
Current children cumulated vsize (KiB) 2239376

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6536
/proc/meminfo: memFree=29342176/32770624 swapFree=0/422208
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2142.09 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1117685 0 0 0 214106 103 0 0 20 0 1 0 40315243 2293121024 553306 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039164 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553306 795 435 0 553207 0
Current children cumulated CPU time (s) 2142.09
Current children cumulated vsize (KiB) 2239376

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6539
/proc/meminfo: memFree=29342176/32770624 swapFree=0/422196
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2202.09 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1120785 0 0 0 220106 103 0 0 20 0 1 0 40315243 2293121024 553307 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039159 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553307 795 435 0 553207 0
Current children cumulated CPU time (s) 2202.09
Current children cumulated vsize (KiB) 2239376

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6541
/proc/meminfo: memFree=29342672/32770624 swapFree=0/422200
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2262.08 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1121653 0 0 0 226105 103 0 0 20 0 1 0 40315243 2293121024 553308 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039164 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553308 795 435 0 553207 0
Current children cumulated CPU time (s) 2262.08
Current children cumulated vsize (KiB) 2239376

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6558
/proc/meminfo: memFree=29337976/32770624 swapFree=0/422228
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2322.08 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1122534 0 0 0 232105 103 0 0 20 0 1 0 40315243 2293121024 553308 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039701 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553308 795 435 0 553207 0
Current children cumulated CPU time (s) 2322.08
Current children cumulated vsize (KiB) 2239376

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6585
/proc/meminfo: memFree=29336384/32770624 swapFree=0/422260
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2382.08 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1123471 0 0 0 238105 103 0 0 20 0 1 0 40315243 2293121024 553309 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5039164 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553309 795 435 0 553207 0
Current children cumulated CPU time (s) 2382.08
Current children cumulated vsize (KiB) 2239376

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6587
/proc/meminfo: memFree=29337252/32770624 swapFree=0/422280
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2442.07 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1124308 0 0 0 244104 103 0 0 20 0 1 0 40315243 2293121024 553311 18446744073709551615 4194304 5972588 140726735767168 140726735763928 4988261 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553311 795 435 0 553207 0
Current children cumulated CPU time (s) 2442.07
Current children cumulated vsize (KiB) 2239376

[startup+2502.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/183 6589
/proc/meminfo: memFree=29340660/32770624 swapFree=0/422296
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2502.07 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1125200 0 0 0 250104 103 0 0 20 0 1 0 40315243 2293121024 553311 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5046280 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553311 795 435 0 553207 0
Current children cumulated CPU time (s) 2502.07
Current children cumulated vsize (KiB) 2239376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.08 2.04 2.05 3/183 6590
/proc/meminfo: memFree=29341280/32770624 swapFree=0/422312
[pid=6357] ppid=6354 vsize=2239376 CPUtime=2519.77 cores=0,2,4,6
/proc/6357/stat : 6357 (cosoco) R 6354 6357 31775 0 -1 4202496 1125521 0 0 0 251874 103 0 0 20 0 1 0 40315243 2293121024 553311 18446744073709551615 4194304 5972588 140726735767168 140726735763928 5338181 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14778368 140726735770094 140726735770189 140726735770189 140726735773646 0
/proc/6357/statm: 559844 553311 795 435 0 553207 0
Current children cumulated CPU time (s) 2519.77
Current children cumulated vsize (KiB) 2239376

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.8
CPU user time (s): 2518.74
CPU system time (s): 1.05296
CPU usage (%): 99.9913
Max. virtual memory (cumulated for all children) (KiB): 2239376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.74
system time used= 1.05296
maximum resident set size= 2213324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1125576
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= 78
involuntary context switches= 3151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9163 second user time and 9.7192 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-12 08:21:30
IDJOB=4267579
IDBENCH=124210
IDSOLVER=2658
FILE ID=node124/4267579-1502519746
RUNJOBID= node124-1502500286-31838
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-5.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267579-1502519746/watcher-4267579-1502519746 -o /tmp/evaluation-result-4267579-1502519746/solver-4267579-1502519746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502500286-31838 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267579-1502519746.xml

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

MD5SUM BENCH= 519aab078b15cc65d0c3ff53b01638da
RANDOM SEED=1490844752

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31557068 kB
MemAvailable:   32000916 kB
Buffers:          232176 kB
Cached:           505560 kB
SwapCached:            0 kB
Active:           349700 kB
Inactive:         446608 kB
Active(anon):      58792 kB
Inactive(anon):    24960 kB
Active(file):     290908 kB
Inactive(file):   421648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2168 kB
Writeback:             0 kB
AnonPages:         58492 kB
Mapped:            42116 kB
Shmem:             25320 kB
Slab:             119480 kB
SReclaimable:      94256 kB
SUnreclaim:        25224 kB
KernelStack:        3312 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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