Trace number 4267578

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.9399 2520.02

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1216
Best CPU time to get the best result obtained on this benchmark3375.2
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"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":1533}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.79/0.98	c best=?? lower=-1513 upper=0 
2519.92/2520.00	c
2519.92/2520.00	c This is cosoco 1.12 --  
2519.92/2520.00	c
2519.92/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267578-1502520007.xml 
2519.92/2520.00	c enable optimization
2519.92/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.92/2520.00	c |                                                                                                       
2519.92/2520.00	c |  Parse time        :         0.70 s 
2519.92/2520.00	c |
2519.92/2520.00	c |               Variables: 31773
2519.92/2520.00	c |            Domain Sizes: 2..195
2519.92/2520.00	c |
2519.92/2520.00	c |             Constraints: 4558
2519.92/2520.00	c |                   Arity: 2..1513  -- Binary: 1512
2519.92/2520.00	c | 
2519.92/2520.00	c |                   Types: 
2519.92/2520.00	c |                          (X -Y <= k): 1512
2519.92/2520.00	c |                          Lex: 1512
2519.92/2520.00	c |                          Sum: 1534
2519.92/2520.00	c |                          
2519.92/2520.00	c =========================================================================================================
2519.92/2520.00	
2519.92/2520.00	c *** INTERRUPTED ***
2519.92/2520.00	c restarts              : 25          
2519.92/2520.00	c conflicts             : 10205        (4 /sec)
2519.92/2520.00	c decisions             : 1413430      (561 /sec)
2519.92/2520.00	c propagations          : 121883403   (48400 /sec)
2519.92/2520.00	c root propagations     : 2976071     
2519.92/2520.00	c filter calls          : 53537350       (21260 /sec)
2519.92/2520.00	c useless filter calls  : 36146541       (67 %)
2519.92/2520.00	c Memory used           : 3168.82 MB
2519.92/2520.00	c CPU time              : 2518.26 s
2519.92/2520.00	
2519.92/2520.00	c No Bound found!
2519.92/2520.00	
2519.92/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-4267578-1502520007/watcher-4267578-1502520007 -o /tmp/evaluation-result-4267578-1502520007/solver-4267578-1502520007 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24509 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267578-1502520007.xml 

pid=31059
running on 4 cores: 1,3,5,7

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.93 2.00 2.04 4/183 31062
/proc/meminfo: memFree=30973584/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31062/stat : 31062 (runsolver) D 31059 31062 24445 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 99507020 24240128 107 18446744073709551615 4194304 4338465 140737429136240 140737429133880 140119821652695 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 20312064 140737429139649 140737429140041 140737429140041 140737429143498 0
/proc/31062/statm: 5918 107 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.93 2.00 2.04 4/183 31062
/proc/meminfo: memFree=30973584/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=27124 CPUtime=0 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 969 0 0 0 0 0 0 0 20 0 1 0 99507020 27774976 809 18446744073709551615 4194304 5972588 140722930413072 140722930409720 139801266854885 0 0 1 0 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 6781 809 706 435 0 144 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27124

[startup+0.200275 s]
/proc/loadavg: 1.93 2.00 2.04 4/183 31062
/proc/meminfo: memFree=30973584/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=35824 CPUtime=0.09 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 3185 0 0 0 9 0 0 0 20 0 1 0 99507020 36683776 2932 18446744073709551615 4194304 5972588 140722930413072 140722930409720 139801266854885 0 0 1 0 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 8956 2998 711 435 0 2319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35824

[startup+0.300316 s]
/proc/loadavg: 1.93 2.00 2.04 4/183 31062
/proc/meminfo: memFree=30973584/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=68420 CPUtime=0.19 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 11351 0 0 0 18 1 0 0 20 0 1 0 99507020 70062080 11122 18446744073709551615 4194304 5972588 140722930413072 140722930409720 5473283 0 0 1 0 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 17105 11122 743 435 0 10468 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 68420

[startup+0.700247 s]
/proc/loadavg: 1.93 2.00 2.04 4/183 31062
/proc/meminfo: memFree=30973584/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=156972 CPUtime=0.6 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 33512 0 0 0 56 4 0 0 20 0 1 0 99507020 160739328 33298 18446744073709551615 4194304 5972588 140722930413072 140722930407544 139801266902944 0 0 1 0 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 39304 33298 745 435 0 32667 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 156972

[startup+1.50029 s]
/proc/loadavg: 1.93 2.00 2.04 3/184 31063
/proc/meminfo: memFree=30358632/32770624 swapFree=0/586836
[pid=31062] ppid=31059 vsize=640468 CPUtime=1.39 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 154492 0 0 0 121 18 0 0 20 0 1 0 99507020 655839232 154207 18446744073709551615 4194304 5972588 140722930413072 140722930407544 5328515 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 160117 154207 762 435 0 153480 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 640468

[startup+3.10023 s]
/proc/loadavg: 1.93 2.00 2.04 3/184 31063
/proc/meminfo: memFree=30358260/32770624 swapFree=0/586836
[pid=31062] ppid=31059 vsize=640468 CPUtime=3 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 162791 0 0 0 281 19 0 0 20 0 1 0 99507020 655839232 154241 18446744073709551615 4194304 5972588 140722930413072 140722930400280 5328641 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 160117 154241 793 435 0 153480 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 640468

[startup+6.30027 s]
/proc/loadavg: 1.94 2.00 2.04 3/184 31063
/proc/meminfo: memFree=30302464/32770624 swapFree=0/586832
[pid=31062] ppid=31059 vsize=724948 CPUtime=6.2 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 211812 0 0 0 598 22 0 0 20 0 1 0 99507020 742346752 175353 18446744073709551615 4194304 5972588 140722930413072 140722930409672 139801266854885 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 181237 175353 795 435 0 174600 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 724948

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 2.04 3/184 31063
/proc/meminfo: memFree=29980684/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=1056884 CPUtime=12.6 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 358826 0 0 0 1224 36 0 0 20 0 1 0 99507020 1082249216 258341 18446744073709551615 4194304 5972588 140722930413072 140722930409672 5328641 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 264221 258341 795 435 0 257584 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1056884

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/184 31063
/proc/meminfo: memFree=29640924/32770624 swapFree=0/586832
[pid=31062] ppid=31059 vsize=1373168 CPUtime=25.39 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 546404 0 0 0 2486 53 0 0 20 0 1 0 99507020 1406124032 333144 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 343292 333144 795 435 0 336655 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1373168

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 2.04 3/184 31064
/proc/meminfo: memFree=29606204/32770624 swapFree=0/586828
[pid=31062] ppid=31059 vsize=1410896 CPUtime=51 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 618678 0 0 0 5041 59 0 0 20 0 1 0 99507020 1444757504 341927 18446744073709551615 4194304 5972588 140722930413072 140722930409832 5338151 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 352724 341927 795 435 0 346087 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1410896

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/184 31065
/proc/meminfo: memFree=27958244/32770624 swapFree=0/586844
[pid=31062] ppid=31059 vsize=3244868 CPUtime=102.18 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1198267 0 0 0 10099 119 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039697 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 3244868

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 31069
/proc/meminfo: memFree=27957720/32770624 swapFree=0/586844
[pid=31062] ppid=31059 vsize=3244868 CPUtime=162.18 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1253188 0 0 0 16095 123 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 3244868

[startup+222.306 s]
/proc/loadavg: 2.04 2.02 2.05 3/186 31072
/proc/meminfo: memFree=27957620/32770624 swapFree=0/586856
[pid=31062] ppid=31059 vsize=3244868 CPUtime=222.19 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1299439 0 0 0 22093 126 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5338144 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 3244868

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/189 31088
/proc/meminfo: memFree=27953652/32770624 swapFree=0/586860
[pid=31062] ppid=31059 vsize=3244868 CPUtime=282.18 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1336020 0 0 0 28090 128 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5338151 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 3244868

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 31090
/proc/meminfo: memFree=27956952/32770624 swapFree=0/586864
[pid=31062] ppid=31059 vsize=3244868 CPUtime=342.19 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1367990 0 0 0 34088 131 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 3244868

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 31092
/proc/meminfo: memFree=27957592/32770624 swapFree=0/586880
[pid=31062] ppid=31059 vsize=3244868 CPUtime=402.18 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1410295 0 0 0 40085 133 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 3244868

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 31094
/proc/meminfo: memFree=27957980/32770624 swapFree=0/586888
[pid=31062] ppid=31059 vsize=3244868 CPUtime=462.17 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1442776 0 0 0 46082 135 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5094144 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 3244868

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 31096
/proc/meminfo: memFree=27958072/32770624 swapFree=0/586904
[pid=31062] ppid=31059 vsize=3244868 CPUtime=522.18 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1481585 0 0 0 52081 137 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5338164 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 3244868

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 31098
/proc/meminfo: memFree=27957976/32770624 swapFree=0/586916
[pid=31062] ppid=31059 vsize=3244868 CPUtime=582.17 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1501318 0 0 0 58079 138 0 0 20 0 1 0 99507020 3322744832 752924 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039164 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 3244868


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 31164
/proc/meminfo: memFree=27855816/32770624 swapFree=0/587112
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1602.19 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1773635 0 0 0 160058 161 0 0 20 0 1 0 99507020 3322744832 778488 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5338173 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 778488 795 435 0 804580 0
Current children cumulated CPU time (s) 1602.19
Current children cumulated vsize (KiB) 3244868

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/184 31166
/proc/meminfo: memFree=27856340/32770624 swapFree=0/587124
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1662.19 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1776813 0 0 0 166058 161 0 0 20 0 1 0 99507020 3322744832 778488 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 778488 795 435 0 804580 0
Current children cumulated CPU time (s) 1662.19
Current children cumulated vsize (KiB) 3244868

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/186 31170
/proc/meminfo: memFree=27856464/32770624 swapFree=0/587140
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1722.19 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1779874 0 0 0 172058 161 0 0 20 0 1 0 99507020 3322744832 778488 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039697 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 778488 795 435 0 804580 0
Current children cumulated CPU time (s) 1722.19
Current children cumulated vsize (KiB) 3244868

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 31173
/proc/meminfo: memFree=27851700/32770624 swapFree=0/587164
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1782.2 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1782656 0 0 0 178058 162 0 0 20 0 1 0 99507020 3322744832 779516 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039310 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 779516 795 435 0 804580 0
Current children cumulated CPU time (s) 1782.2
Current children cumulated vsize (KiB) 3244868

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 31175
/proc/meminfo: memFree=27827868/32770624 swapFree=0/587180
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1842.2 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1786453 0 0 0 184058 162 0 0 20 0 1 0 99507020 3322744832 785384 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5338164 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 785384 795 435 0 804580 0
Current children cumulated CPU time (s) 1842.2
Current children cumulated vsize (KiB) 3244868

[startup+1902.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 31177
/proc/meminfo: memFree=27804284/32770624 swapFree=0/587188
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1902.2 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1789382 0 0 0 190057 163 0 0 20 0 1 0 99507020 3322744832 791284 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5040166 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 791284 795 435 0 804580 0
Current children cumulated CPU time (s) 1902.2
Current children cumulated vsize (KiB) 3244868

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 31180
/proc/meminfo: memFree=27779024/32770624 swapFree=0/587204
[pid=31062] ppid=31059 vsize=3244868 CPUtime=1962.2 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1792409 0 0 0 196057 163 0 0 20 0 1 0 99507020 3322744832 797597 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039616 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 797597 795 435 0 804580 0
Current children cumulated CPU time (s) 1962.2
Current children cumulated vsize (KiB) 3244868

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 31182
/proc/meminfo: memFree=27752304/32770624 swapFree=0/587216
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2022.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1797141 0 0 0 202057 164 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039173 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2022.21
Current children cumulated vsize (KiB) 3244868

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 31200
/proc/meminfo: memFree=27748072/32770624 swapFree=0/587232
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2082.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1800124 0 0 0 208057 164 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5040154 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2082.21
Current children cumulated vsize (KiB) 3244868

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 31227
/proc/meminfo: memFree=27748156/32770624 swapFree=0/587260
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2142.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1802986 0 0 0 214057 164 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5040166 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2142.21
Current children cumulated vsize (KiB) 3244868

[startup+2202.31 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 31229
/proc/meminfo: memFree=27751924/32770624 swapFree=0/587268
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2202.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1806113 0 0 0 220057 164 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2202.21
Current children cumulated vsize (KiB) 3244868

[startup+2262.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/188 31232
/proc/meminfo: memFree=27752072/32770624 swapFree=0/587276
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2262.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1809248 0 0 0 226056 165 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039164 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2262.21
Current children cumulated vsize (KiB) 3244868

[startup+2322.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 31234
/proc/meminfo: memFree=27752320/32770624 swapFree=0/587288
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2322.22 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1812223 0 0 0 232056 166 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5099616 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2322.22
Current children cumulated vsize (KiB) 3244868

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 31236
/proc/meminfo: memFree=27752228/32770624 swapFree=0/587300
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2382.22 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1815202 0 0 0 238056 166 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039701 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2382.22
Current children cumulated vsize (KiB) 3244868

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/184 31298
/proc/meminfo: memFree=27720920/32770624 swapFree=0/587308
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2442.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1818514 0 0 0 244055 166 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5327764 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2442.21
Current children cumulated vsize (KiB) 3244868

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 31302
/proc/meminfo: memFree=27719820/32770624 swapFree=0/587320
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2502.21 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1820826 0 0 0 250055 166 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2502.21
Current children cumulated vsize (KiB) 3244868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 31303
/proc/meminfo: memFree=27719820/32770624 swapFree=0/587320
[pid=31062] ppid=31059 vsize=3244868 CPUtime=2519.92 cores=1,3,5,7
/proc/31062/stat : 31062 (cosoco) R 31059 31062 24445 0 -1 4202496 1821940 0 0 0 251825 167 0 0 20 0 1 0 99507020 3322744832 804169 18446744073709551615 4194304 5972588 140722930413072 140722930409704 5039704 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 32645120 140722930418158 140722930418253 140722930418253 140722930421710 0
/proc/31062/statm: 811217 804169 795 435 0 804580 0
Current children cumulated CPU time (s) 2519.92
Current children cumulated vsize (KiB) 3244868

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 2519.94
CPU user time (s): 2518.26
CPU system time (s): 1.68505
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 3244868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.26
system time used= 1.68505
maximum resident set size= 3216756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1821994
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= 95
involuntary context switches= 1829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.74242 second user time and 10.9537 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 08:26:12
IDJOB=4267578
IDBENCH=124244
IDSOLVER=2658
FILE ID=node134/4267578-1502520007
RUNJOBID= node134-1502500343-24509
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-1.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267578-1502520007/watcher-4267578-1502520007 -o /tmp/evaluation-result-4267578-1502520007/solver-4267578-1502520007 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24509 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267578-1502520007.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=508218324

node134.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.43
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.43
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.43
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.43
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:        30973700 kB
MemAvailable:   31954296 kB
Buffers:          299532 kB
Cached:           981548 kB
SwapCached:            0 kB
Active:           731824 kB
Inactive:         626236 kB
Active(anon):      79224 kB
Inactive(anon):    39408 kB
Active(file):     652600 kB
Inactive(file):   586828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:             4 kB
AnonPages:         76668 kB
Mapped:            54620 kB
Shmem:             41660 kB
Slab:             140656 kB
SReclaimable:     114008 kB
SUnreclaim:        26648 kB
KernelStack:        3264 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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