Trace number 4267577

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12? (TO) 2520.1101 2520.01

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-0.xml
MD5SUM646d28484bd146a649962766e861e016
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1305
Best CPU time to get the best result obtained on this benchmark569.11
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of constraints1636
Number of domains20
Minimum domain size2
Maximum domain size190
Distribution of domain sizes[{"size":2,"count":1614},{"size":8,"count":1614},{"size":16,"count":1614},{"size":44,"count":1614},{"size":56,"count":1614},{"size":62,"count":1614},{"size":71,"count":1614},{"size":76,"count":1614},{"size":85,"count":1614},{"size":102,"count":1614},{"size":109,"count":3228},{"size":110,"count":1614},{"size":112,"count":1614},{"size":125,"count":1614},{"size":126,"count":1614},{"size":132,"count":1614},{"size":154,"count":1614},{"size":165,"count":1614},{"size":168,"count":1614},{"size":190,"count":1614}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":33894}]
Minimum constraint arity21
Maximum constraint arity32280
Distribution of constraint arities[{"arity":21,"count":1614},{"arity":1614,"count":21},{"arity":32280,"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":1634}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.92/1.05	c best=?? lower=-1614 upper=0 
2520.08/2520.00	c
2520.08/2520.00	c This is cosoco 1.12 --  
2520.08/2520.00	c
2520.08/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267577-1502519512.xml 
2520.08/2520.00	c enable optimization
2520.08/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.08/2520.00	c |                                                                                                       
2520.08/2520.00	c |  Parse time        :         0.76 s 
2520.08/2520.00	c |
2520.08/2520.00	c |               Variables: 33894
2520.08/2520.00	c |            Domain Sizes: 2..190
2520.08/2520.00	c |
2520.08/2520.00	c |             Constraints: 4861
2520.08/2520.00	c |                   Arity: 2..1614  -- Binary: 1613
2520.08/2520.00	c | 
2520.08/2520.00	c |                   Types: 
2520.08/2520.00	c |                          (X -Y <= k): 1613
2520.08/2520.00	c |                          Lex: 1613
2520.08/2520.00	c |                          Sum: 1635
2520.08/2520.00	c |                          
2520.08/2520.00	c =========================================================================================================
2520.08/2520.00	
2520.08/2520.00	c *** INTERRUPTED ***
2520.08/2520.00	c restarts              : 24          
2520.08/2520.00	c conflicts             : 8826         (4 /sec)
2520.08/2520.00	c decisions             : 1231318      (489 /sec)
2520.08/2520.00	c propagations          : 65287361    (25925 /sec)
2520.08/2520.00	c root propagations     : 3181194     
2520.08/2520.00	c filter calls          : 48797942       (19377 /sec)
2520.08/2520.00	c useless filter calls  : 35359687       (72 %)
2520.08/2520.00	c Memory used           : 3290.38 MB
2520.08/2520.00	c CPU time              : 2518.33 s
2520.08/2520.00	
2520.08/2520.00	c No Bound found!
2520.08/2520.00	
2520.08/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-4267577-1502519512/watcher-4267577-1502519512 -o /tmp/evaluation-result-4267577-1502519512/solver-4267577-1502519512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22048 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267577-1502519512.xml 

pid=28185
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: 2.00 2.01 2.05 2/180 28188
/proc/meminfo: memFree=31237932/32770624 swapFree=0/521200
[pid=28188] ppid=28185 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28188/stat : 28188 (runsolver) D 28185 28188 21984 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 54171899 24240128 107 18446744073709551615 4194304 4338465 140726918810896 140726918808536 140084444971735 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22233088 140726918811841 140726918812233 140726918812233 140726918815690 0
/proc/28188/statm: 5918 107 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28188
/proc/meminfo: memFree=31237932/32770624 swapFree=0/521200
[pid=28188] ppid=28185 vsize=29996 CPUtime=0.03 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1709 0 0 0 3 0 0 0 20 0 1 0 54171899 30715904 1530 18446744073709551615 4194304 5972588 140730860434224 140730860430872 139837103782885 0 0 1 0 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 7499 1530 711 435 0 862 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29996

[startup+0.200313 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28188
/proc/meminfo: memFree=31237932/32770624 swapFree=0/521200
[pid=28188] ppid=28185 vsize=56468 CPUtime=0.13 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 8346 0 0 0 12 1 0 0 20 0 1 0 54171899 57823232 8102 18446744073709551615 4194304 5972588 140730860434224 140730860430872 139837103782885 0 0 1 0 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 14117 8102 711 435 0 7480 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 56468

[startup+0.300345 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28188
/proc/meminfo: memFree=31237932/32770624 swapFree=0/521200
[pid=28188] ppid=28185 vsize=70964 CPUtime=0.23 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 11995 0 0 0 22 1 0 0 20 0 1 0 54171899 72667136 11774 18446744073709551615 4194304 5972588 140730860434224 140730860430872 5635636 0 0 1 0 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 17741 11774 740 435 0 11104 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 70964

[startup+0.700247 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28188
/proc/meminfo: memFree=31237932/32770624 swapFree=0/521200
[pid=28188] ppid=28185 vsize=113876 CPUtime=0.62 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 22727 0 0 0 60 2 0 0 20 0 1 0 54171899 116609024 22532 18446744073709551615 4194304 5972588 140730860434224 140730860430872 139837103830944 0 0 1 0 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 28469 22532 745 435 0 21832 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 113876

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28189
/proc/meminfo: memFree=30524628/32770624 swapFree=0/521192
[pid=28188] ppid=28185 vsize=738652 CPUtime=1.43 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 179035 0 0 0 120 23 0 0 20 0 1 0 54171899 756379648 178747 18446744073709551615 4194304 5972588 140730860434224 140730860421432 5328506 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 184663 178747 762 435 0 178026 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 738652

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28189
/proc/meminfo: memFree=30524256/32770624 swapFree=0/521192
[pid=28188] ppid=28185 vsize=738652 CPUtime=3.03 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 187968 0 0 0 280 23 0 0 20 0 1 0 54171899 756379648 178781 18446744073709551615 4194304 5972588 140730860434224 140730860421432 5328506 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 184663 178781 793 435 0 178026 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 738652

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28189
/proc/meminfo: memFree=30524044/32770624 swapFree=0/521188
[pid=28188] ppid=28185 vsize=741560 CPUtime=6.23 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 211767 0 0 0 598 25 0 0 20 0 1 0 54171899 759357440 179481 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5338151 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 185390 179481 795 435 0 178753 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 741560

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28189
/proc/meminfo: memFree=30028912/32770624 swapFree=0/521180
[pid=28188] ppid=28185 vsize=1236080 CPUtime=12.63 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 424581 0 0 0 1217 46 0 0 20 0 1 0 54171899 1265745920 302938 18446744073709551615 4194304 5972588 140730860434224 140730860430840 5039164 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 309020 302938 795 435 0 302383 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1236080

[startup+25.5004 s]
/proc/loadavg: 1.93 2.00 2.04 3/181 28189
/proc/meminfo: memFree=29068656/32770624 swapFree=0/521184
[pid=28188] ppid=28185 vsize=2205740 CPUtime=25.43 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 751707 0 0 0 2461 82 0 0 20 0 1 0 54171899 2258677760 542095 18446744073709551615 4194304 5972588 140730860434224 140730860431080 5328506 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 551435 542095 795 435 0 544798 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 2205740

[startup+51.1003 s]
/proc/loadavg: 1.95 2.00 2.04 3/181 28189
/proc/meminfo: memFree=28077492/32770624 swapFree=0/521176
[pid=28188] ppid=28185 vsize=3283728 CPUtime=51.03 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1205985 0 0 0 4978 125 0 0 20 0 1 0 54171899 3362537472 789298 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5039167 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789298 795 435 0 814295 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 3283728

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/181 28191
/proc/meminfo: memFree=28076688/32770624 swapFree=0/521192
[pid=28188] ppid=28185 vsize=3283728 CPUtime=102.21 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1248041 0 0 0 10094 127 0 0 20 0 1 0 54171899 3362537472 789303 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5040154 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789303 795 435 0 814295 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 3283728

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/184 28207
/proc/meminfo: memFree=28071264/32770624 swapFree=0/521204
[pid=28188] ppid=28185 vsize=3283728 CPUtime=162.22 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1306350 0 0 0 16091 131 0 0 20 0 1 0 54171899 3362537472 789303 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5099628 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789303 795 435 0 814295 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3283728

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 28209
/proc/meminfo: memFree=28070924/32770624 swapFree=0/521224
[pid=28188] ppid=28185 vsize=3283728 CPUtime=222.22 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1380802 0 0 0 22087 135 0 0 20 0 1 0 54171899 3362537472 789438 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5094372 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789438 795 435 0 814295 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 3283728

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 28211
/proc/meminfo: memFree=28074596/32770624 swapFree=0/521236
[pid=28188] ppid=28185 vsize=3283728 CPUtime=282.22 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1400604 0 0 0 28085 137 0 0 20 0 1 0 54171899 3362537472 789445 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5041546 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789445 795 435 0 814295 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3283728

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 28213
/proc/meminfo: memFree=28074440/32770624 swapFree=0/521252
[pid=28188] ppid=28185 vsize=3283728 CPUtime=342.22 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1445954 0 0 0 34082 140 0 0 20 0 1 0 54171899 3362537472 789446 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5338164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789446 795 435 0 814295 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 3283728

[startup+402.3 s]
/proc/loadavg: 2.06 2.01 2.05 3/181 28215
/proc/meminfo: memFree=28073724/32770624 swapFree=0/521260
[pid=28188] ppid=28185 vsize=3283728 CPUtime=402.23 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1476613 0 0 0 40081 142 0 0 20 0 1 0 54171899 3362537472 789554 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789554 795 435 0 814295 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3283728

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/181 28218
/proc/meminfo: memFree=28073512/32770624 swapFree=0/521268
[pid=28188] ppid=28185 vsize=3283728 CPUtime=462.24 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1521669 0 0 0 46079 145 0 0 20 0 1 0 54171899 3362537472 789565 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789565 795 435 0 814295 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 3283728

[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 28220
/proc/meminfo: memFree=28073292/32770624 swapFree=0/521280
[pid=28188] ppid=28185 vsize=3283728 CPUtime=522.24 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1553206 0 0 0 52076 148 0 0 20 0 1 0 54171899 3362537472 789565 18446744073709551615 4194304 5972588 140730860434224 140730860430984 5039139 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 820932 789565 795 435 0 814295 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 3283728

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 28222
/proc/meminfo: memFree=28020188/32770624 swapFree=0/521296
[pid=28188] ppid=28185 vsize=3347196 CPUtime=582.25 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1589705 0 0 0 58073 152 0 0 20 0 1 0 54171899 3427528704 802872 18446744073709551615 4194304 5972588 140730860434224 140730860430856 5039898 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 836799 802872 795 435 0 830162 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 3347196


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28347
/proc/meminfo: memFree=27739100/32770624 swapFree=0/521528
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1602.3 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1858208 0 0 0 160057 173 0 0 20 0 1 0 54171899 3450204160 831147 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 831147 795 435 0 835698 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 3369340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28349
/proc/meminfo: memFree=27727200/32770624 swapFree=0/521528
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1662.3 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1865695 0 0 0 166057 173 0 0 20 0 1 0 54171899 3450204160 834197 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 834197 795 435 0 835698 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 3369340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28351
/proc/meminfo: memFree=27719248/32770624 swapFree=0/521532
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1722.31 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1868703 0 0 0 172057 174 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5040128 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 3369340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28353
/proc/meminfo: memFree=27719152/32770624 swapFree=0/521552
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1782.31 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1870662 0 0 0 178057 174 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039701 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 3369340

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28355
/proc/meminfo: memFree=27719188/32770624 swapFree=0/521556
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1842.32 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1872592 0 0 0 184058 174 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 1842.32
Current children cumulated vsize (KiB) 3369340

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 28357
/proc/meminfo: memFree=27719464/32770624 swapFree=0/521576
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1902.32 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1874421 0 0 0 190058 174 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039310 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 1902.32
Current children cumulated vsize (KiB) 3369340

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/184 28373
/proc/meminfo: memFree=27715640/32770624 swapFree=0/521616
[pid=28188] ppid=28185 vsize=3369340 CPUtime=1962.33 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1876271 0 0 0 196059 174 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 1962.33
Current children cumulated vsize (KiB) 3369340

[startup+2022.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/184 28375
/proc/meminfo: memFree=27715280/32770624 swapFree=0/521640
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2022.34 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1877674 0 0 0 202059 175 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5040622 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2022.34
Current children cumulated vsize (KiB) 3369340

[startup+2082.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 28377
/proc/meminfo: memFree=27718828/32770624 swapFree=0/521652
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2082.35 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1879167 0 0 0 208060 175 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039344 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2082.35
Current children cumulated vsize (KiB) 3369340

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 28379
/proc/meminfo: memFree=27718940/32770624 swapFree=0/521664
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2142.35 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1882233 0 0 0 214060 175 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2142.35
Current children cumulated vsize (KiB) 3369340

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 28381
/proc/meminfo: memFree=27718668/32770624 swapFree=0/521676
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2202.36 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1884275 0 0 0 220061 175 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5040154 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2202.36
Current children cumulated vsize (KiB) 3369340

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28384
/proc/meminfo: memFree=27718172/32770624 swapFree=0/521676
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2262.36 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1886442 0 0 0 226061 175 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2262.36
Current children cumulated vsize (KiB) 3369340

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28386
/proc/meminfo: memFree=27718420/32770624 swapFree=0/521696
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2322.37 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1888621 0 0 0 232061 176 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5338173 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2322.37
Current children cumulated vsize (KiB) 3369340

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28388
/proc/meminfo: memFree=27718164/32770624 swapFree=0/521712
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2382.38 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1890446 0 0 0 238062 176 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2382.38
Current children cumulated vsize (KiB) 3369340

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28391
/proc/meminfo: memFree=27717792/32770624 swapFree=0/521716
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2442.38 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1891909 0 0 0 244062 176 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2442.38
Current children cumulated vsize (KiB) 3369340

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28393
/proc/meminfo: memFree=27717852/32770624 swapFree=0/521716
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2502.38 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1893558 0 0 0 250062 176 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039373 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2502.38
Current children cumulated vsize (KiB) 3369340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28394
/proc/meminfo: memFree=27717852/32770624 swapFree=0/521716
[pid=28188] ppid=28185 vsize=3369340 CPUtime=2520.08 cores=1,3,5,7
/proc/28188/stat : 28188 (cosoco) R 28185 28188 21984 0 -1 4202496 1894090 0 0 0 251832 176 0 0 20 0 1 0 54171899 3450204160 836110 18446744073709551615 4194304 5972588 140730860434224 140730860430824 5039692 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 27860992 140730860442094 140730860442189 140730860442189 140730860445646 0
/proc/28188/statm: 842335 836110 795 435 0 835698 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 3369340

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 28188 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): 2520.11
CPU user time (s): 2518.33
CPU system time (s): 1.77817
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3369340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.33
system time used= 1.77817
maximum resident set size= 3344520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1894145
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= 163
involuntary context switches= 842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88819 second user time and 9.82254 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-12 08:17:46
IDJOB=4267577
IDBENCH=124184
IDSOLVER=2658
FILE ID=node125/4267577-1502519512
RUNJOBID= node125-1502500302-22048
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-0.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267577-1502519512/watcher-4267577-1502519512 -o /tmp/evaluation-result-4267577-1502519512/solver-4267577-1502519512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22048 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267577-1502519512.xml

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

MD5SUM BENCH= 646d28484bd146a649962766e861e016
RANDOM SEED=1721494433

node125.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.07
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.07
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.07
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.07
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:        31237932 kB
MemAvailable:   32003468 kB
Buffers:          267696 kB
Cached:           787936 kB
SwapCached:            0 kB
Active:           565184 kB
Inactive:         546108 kB
Active(anon):      55988 kB
Inactive(anon):    24908 kB
Active(file):     509196 kB
Inactive(file):   521200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:         55444 kB
Mapped:            45320 kB
Shmem:             25252 kB
Slab:             127240 kB
SReclaimable:     101952 kB
SUnreclaim:        25288 kB
KernelStack:        3184 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-12 08:59:46