Trace number 4267918

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 NameAnswerCPU timeWall clock time
cosoco 1.12? (TO) 2519.95 2520

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-55-099-27-15-07.xml
MD5SUM7191cf568ef3dfffabd726f015901700
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5445
Number of constraints1640
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5445}]
Minimum variable degree57
Maximum variable degree57
Distribution of variable degrees[{"degree":57,"count":5445}]
Minimum constraint arity55
Maximum constraint arity5445
Distribution of constraint arities[{"arity":55,"count":99},{"arity":99,"count":55},{"arity":198,"count":1485},{"arity":5445,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1639}]
Optimization problemNO
Type of objective

Solver Data

2519.94/2520.00	c
2519.94/2520.00	c This is cosoco 1.12 --  
2519.94/2520.00	c
2519.94/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267918-1502517369.xml 
2519.94/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.94/2520.00	c |                                                                                                       
2519.94/2520.00	c |  Parse time        :         3.62 s 
2519.94/2520.00	c |
2519.94/2520.00	c |               Variables: 5445
2519.94/2520.00	c |            Domain Sizes: 2..2
2519.94/2520.00	c |
2519.94/2520.00	c |             Constraints: 1791
2519.94/2520.00	c |                   Arity: 55..198
2519.94/2520.00	c | 
2519.94/2520.00	c |                   Types: 
2519.94/2520.00	c |                          Intension: 1485
2519.94/2520.00	c |                          Lex: 152
2519.94/2520.00	c |                          Sum: 154
2519.94/2520.00	c |                          
2519.94/2520.00	c =========================================================================================================
2519.94/2520.00	
2519.94/2520.00	c *** INTERRUPTED ***
2519.94/2520.00	c restarts              : 0           
2519.94/2520.00	c conflicts             : 0            (0 /sec)
2519.94/2520.00	c decisions             : 0            (0 /sec)
2519.94/2520.00	c propagations          : 0           (0 /sec)
2519.94/2520.00	c root propagations     : 0           
2519.94/2520.00	c filter calls          : 434            (0 /sec)
2519.94/2520.00	c useless filter calls  : 433            (99 %)
2519.94/2520.00	c Memory used           : 236.60 MB
2519.94/2520.00	c CPU time              : 2519.87 s
2519.94/2520.00	
2519.94/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-4267918-1502517369/watcher-4267918-1502517369 -o /tmp/evaluation-result-4267918-1502517369/solver-4267918-1502517369 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267918-1502517369.xml 

pid=30694
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.01 2.04 4/185 30697
/proc/meminfo: memFree=30988608/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30697/stat : 30697 (runsolver) D 30694 30697 24445 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 99243280 24240128 106 18446744073709551615 4194304 4338465 140731018349376 140731018347016 140179794391767 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 37036032 140731018354881 140731018355273 140731018355273 140731018358730 0
/proc/30697/statm: 5918 106 53 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.97 2.01 2.04 4/185 30697
/proc/meminfo: memFree=30988608/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30697/stat : 30697 (runsolver) D 30694 30697 24445 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 99243280 24240128 106 18446744073709551615 4194304 4338465 140731018349376 140731018347016 140179794391767 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 37036032 140731018354881 140731018355273 140731018355273 140731018358730 0
/proc/30697/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200368 s]
/proc/loadavg: 1.97 2.01 2.04 4/185 30697
/proc/meminfo: memFree=30988608/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=35408 CPUtime=0.06 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 3149 0 0 0 6 0 0 0 20 0 1 0 99243280 36257792 2969 18446744073709551615 4194304 5972588 140723707854176 140723707850824 140332915092453 0 0 1 0 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 8852 2969 796 435 0 2215 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35408

[startup+0.30036 s]
/proc/loadavg: 1.97 2.01 2.04 4/185 30697
/proc/meminfo: memFree=30988608/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=39088 CPUtime=0.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 4052 0 0 0 16 0 0 0 20 0 1 0 99243280 40026112 3890 18446744073709551615 4194304 5972588 140723707854176 140723707850824 140332915092453 0 0 1 0 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 9772 3890 796 435 0 3135 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 39088

[startup+0.700294 s]
/proc/loadavg: 1.97 2.01 2.04 4/185 30697
/proc/meminfo: memFree=30988608/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=53424 CPUtime=0.56 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 7646 0 0 0 55 1 0 0 20 0 1 0 99243280 54706176 7440 18446744073709551615 4194304 5972588 140723707854176 140723707850824 140332924566400 0 0 1 0 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 13356 7440 797 435 0 6719 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 53424

[startup+1.50029 s]
/proc/loadavg: 1.98 2.01 2.04 3/186 30698
/proc/meminfo: memFree=30947832/32770624 swapFree=0/586284
[pid=30697] ppid=30694 vsize=82204 CPUtime=1.36 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 14852 0 0 0 134 2 0 0 20 0 1 0 99243280 84176896 14668 18446744073709551615 4194304 5972588 140723707854176 140723707848376 140332915092453 0 0 1 0 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 20551 14668 797 435 0 13914 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 82204

[startup+3.10029 s]
/proc/loadavg: 1.98 2.01 2.04 3/186 30698
/proc/meminfo: memFree=30908152/32770624 swapFree=0/586284
[pid=30697] ppid=30694 vsize=139848 CPUtime=2.96 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 30059 0 0 0 292 4 0 0 20 0 1 0 99243280 143204352 29049 18446744073709551615 4194304 5972588 140723707854176 140723707847080 140332915092453 0 0 1 0 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 34962 29049 797 435 0 28325 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 139848

[startup+6.30028 s]
/proc/loadavg: 1.98 2.01 2.04 3/186 30698
/proc/meminfo: memFree=30842016/32770624 swapFree=0/586276
[pid=30697] ppid=30694 vsize=172312 CPUtime=6.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 40182 0 0 0 611 5 0 0 20 0 1 0 99243280 176447488 37260 18446744073709551615 4194304 5972588 140723707854176 140723707851400 5071456 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 43078 37260 828 435 0 36441 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 172312

[startup+12.7003 s]
/proc/loadavg: 1.98 2.01 2.04 3/186 30698
/proc/meminfo: memFree=30842016/32770624 swapFree=0/586276
[pid=30697] ppid=30694 vsize=172312 CPUtime=12.56 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 40290 0 0 0 1251 5 0 0 20 0 1 0 99243280 176447488 37260 18446744073709551615 4194304 5972588 140723707854176 140723707851400 5053056 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 43078 37260 828 435 0 36441 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 172312

[startup+25.5003 s]
/proc/loadavg: 1.98 2.01 2.04 3/186 30698
/proc/meminfo: memFree=30841860/32770624 swapFree=0/586280
[pid=30697] ppid=30694 vsize=172576 CPUtime=25.36 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 40562 0 0 0 2531 5 0 0 20 0 1 0 99243280 176717824 37287 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5099674 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 43144 37287 828 435 0 36507 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 172576

[startup+51.1003 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 30699
/proc/meminfo: memFree=30841100/32770624 swapFree=0/586276
[pid=30697] ppid=30694 vsize=173368 CPUtime=50.96 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 40848 0 0 0 5091 5 0 0 20 0 1 0 99243280 177528832 37458 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4962381 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 43342 37458 828 435 0 36705 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 173368

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 30701
/proc/meminfo: memFree=30839804/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=174688 CPUtime=102.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 41250 0 0 0 10211 5 0 0 20 0 1 0 99243280 178880512 37785 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4909660 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 43672 37785 828 435 0 37035 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 174688

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 30766
/proc/meminfo: memFree=30840984/32770624 swapFree=0/586300
[pid=30697] ppid=30694 vsize=176404 CPUtime=162.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 41757 0 0 0 16211 5 0 0 20 0 1 0 99243280 180637696 38245 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5053090 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 44101 38245 828 435 0 37464 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 176404

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 30768
/proc/meminfo: memFree=30839680/32770624 swapFree=0/586288
[pid=30697] ppid=30694 vsize=177988 CPUtime=222.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 42228 0 0 0 22211 5 0 0 20 0 1 0 99243280 182259712 38638 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5099674 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 44497 38638 828 435 0 37860 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 177988

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 30771
/proc/meminfo: memFree=30837884/32770624 swapFree=0/586296
[pid=30697] ppid=30694 vsize=179572 CPUtime=282.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 42700 0 0 0 28211 5 0 0 20 0 1 0 99243280 183881728 39029 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5071456 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 44893 39029 828 435 0 38256 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 179572

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 30773
/proc/meminfo: memFree=30836292/32770624 swapFree=0/586300
[pid=30697] ppid=30694 vsize=181420 CPUtime=342.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 43140 0 0 0 34211 5 0 0 20 0 1 0 99243280 185774080 39491 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5071524 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 45355 39491 828 435 0 38718 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 181420

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 30775
/proc/meminfo: memFree=30834652/32770624 swapFree=0/586308
[pid=30697] ppid=30694 vsize=183004 CPUtime=402.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 43611 0 0 0 40211 5 0 0 20 0 1 0 99243280 187396096 39883 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4965560 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 45751 39883 828 435 0 39114 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 183004

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 30777
/proc/meminfo: memFree=30832756/32770624 swapFree=0/586316
[pid=30697] ppid=30694 vsize=184720 CPUtime=462.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 44121 0 0 0 46211 5 0 0 20 0 1 0 99243280 189153280 40340 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5099664 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 46180 40340 828 435 0 39543 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 184720

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 30793
/proc/meminfo: memFree=30827656/32770624 swapFree=0/586352
[pid=30697] ppid=30694 vsize=186304 CPUtime=522.16 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 44592 0 0 0 52211 5 0 0 20 0 1 0 99243280 190775296 40733 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4909657 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 46576 40733 828 435 0 39939 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 186304

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 30796
/proc/meminfo: memFree=30829080/32770624 swapFree=0/586352
[pid=30697] ppid=30694 vsize=188020 CPUtime=582.17 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 44995 0 0 0 58211 6 0 0 20 0 1 0 99243280 192532480 41128 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4968704 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 47005 41128 828 435 0 40368 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 188020


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 30874
/proc/meminfo: memFree=30799140/32770624 swapFree=0/586556
[pid=30697] ppid=30694 vsize=216664 CPUtime=1602.21 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 53088 0 0 0 160214 7 0 0 20 0 1 0 99243280 221863936 48318 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5071517 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 54166 48318 829 435 0 47529 0
Current children cumulated CPU time (s) 1602.21
Current children cumulated vsize (KiB) 216664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 30877
/proc/meminfo: memFree=30797884/32770624 swapFree=0/586568
[pid=30697] ppid=30694 vsize=218248 CPUtime=1662.21 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 53549 0 0 0 166214 7 0 0 20 0 1 0 99243280 223485952 48723 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5071499 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 54562 48723 829 435 0 47925 0
Current children cumulated CPU time (s) 1662.21
Current children cumulated vsize (KiB) 218248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 30893
/proc/meminfo: memFree=30792016/32770624 swapFree=0/586596
[pid=30697] ppid=30694 vsize=219832 CPUtime=1722.21 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 53954 0 0 0 172214 7 0 0 20 0 1 0 99243280 225107968 49118 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5070704 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 54958 49118 829 435 0 48321 0
Current children cumulated CPU time (s) 1722.21
Current children cumulated vsize (KiB) 219832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 30895
/proc/meminfo: memFree=30793636/32770624 swapFree=0/586600
[pid=30697] ppid=30694 vsize=221680 CPUtime=1782.22 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 54543 0 0 0 178215 7 0 0 20 0 1 0 99243280 227000320 49564 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5070704 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 55420 49564 829 435 0 48783 0
Current children cumulated CPU time (s) 1782.22
Current children cumulated vsize (KiB) 221680

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/186 30898
/proc/meminfo: memFree=30792672/32770624 swapFree=0/586612
[pid=30697] ppid=30694 vsize=223264 CPUtime=1842.22 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 55015 0 0 0 184215 7 0 0 20 0 1 0 99243280 228622336 49957 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4909657 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 55816 49957 829 435 0 49179 0
Current children cumulated CPU time (s) 1842.22
Current children cumulated vsize (KiB) 223264

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 30900
/proc/meminfo: memFree=30790684/32770624 swapFree=0/586636
[pid=30697] ppid=30694 vsize=224980 CPUtime=1902.22 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 55462 0 0 0 190215 7 0 0 20 0 1 0 99243280 230379520 50413 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5071501 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 56245 50413 829 435 0 49608 0
Current children cumulated CPU time (s) 1902.22
Current children cumulated vsize (KiB) 224980

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 30903
/proc/meminfo: memFree=30789268/32770624 swapFree=0/586640
[pid=30697] ppid=30694 vsize=226564 CPUtime=1962.22 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 55925 0 0 0 196215 7 0 0 20 0 1 0 99243280 232001536 50816 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4965560 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 56641 50816 829 435 0 50004 0
Current children cumulated CPU time (s) 1962.22
Current children cumulated vsize (KiB) 226564

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30905
/proc/meminfo: memFree=30788152/32770624 swapFree=0/586664
[pid=30697] ppid=30694 vsize=228412 CPUtime=2022.22 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 56428 0 0 0 202215 7 0 0 20 0 1 0 99243280 233893888 51219 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4962376 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 57103 51219 829 435 0 50466 0
Current children cumulated CPU time (s) 2022.22
Current children cumulated vsize (KiB) 228412

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30907
/proc/meminfo: memFree=30786216/32770624 swapFree=0/586672
[pid=30697] ppid=30694 vsize=229996 CPUtime=2082.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 56889 0 0 0 208216 7 0 0 20 0 1 0 99243280 235515904 51622 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5071400 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 57499 51622 829 435 0 50862 0
Current children cumulated CPU time (s) 2082.23
Current children cumulated vsize (KiB) 229996

[startup+2142.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 30909
/proc/meminfo: memFree=30784620/32770624 swapFree=0/586684
[pid=30697] ppid=30694 vsize=231580 CPUtime=2142.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 57297 0 0 0 214216 7 0 0 20 0 1 0 99243280 237137920 52013 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5099674 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 57895 52013 829 435 0 51258 0
Current children cumulated CPU time (s) 2142.23
Current children cumulated vsize (KiB) 231580

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 30911
/proc/meminfo: memFree=30782868/32770624 swapFree=0/586696
[pid=30697] ppid=30694 vsize=233428 CPUtime=2202.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 57797 0 0 0 220216 7 0 0 20 0 1 0 99243280 239030272 52484 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5070704 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 58357 52484 829 435 0 51720 0
Current children cumulated CPU time (s) 2202.23
Current children cumulated vsize (KiB) 233428

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 30914
/proc/meminfo: memFree=30781152/32770624 swapFree=0/586704
[pid=30697] ppid=30694 vsize=235012 CPUtime=2262.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 58256 0 0 0 226216 7 0 0 20 0 1 0 99243280 240652288 52891 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5070711 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 58753 52891 829 435 0 52116 0
Current children cumulated CPU time (s) 2262.23
Current children cumulated vsize (KiB) 235012

[startup+2322.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/189 30931
/proc/meminfo: memFree=30775556/32770624 swapFree=0/586756
[pid=30697] ppid=30694 vsize=236728 CPUtime=2322.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 58753 0 0 0 232216 7 0 0 20 0 1 0 99243280 242409472 53300 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4965560 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 59182 53300 829 435 0 52545 0
Current children cumulated CPU time (s) 2322.23
Current children cumulated vsize (KiB) 236728

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/186 30932
/proc/meminfo: memFree=30775804/32770624 swapFree=0/586768
[pid=30697] ppid=30694 vsize=238444 CPUtime=2382.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 59248 0 0 0 238216 7 0 0 20 0 1 0 99243280 244166656 53734 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5070711 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 59611 53734 829 435 0 52974 0
Current children cumulated CPU time (s) 2382.23
Current children cumulated vsize (KiB) 238444

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 30935
/proc/meminfo: memFree=30774324/32770624 swapFree=0/586776
[pid=30697] ppid=30694 vsize=240160 CPUtime=2442.23 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 59752 0 0 0 244216 7 0 0 20 0 1 0 99243280 245923840 54201 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5099664 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 60040 54201 829 435 0 53403 0
Current children cumulated CPU time (s) 2442.23
Current children cumulated vsize (KiB) 240160

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30936
/proc/meminfo: memFree=30772668/32770624 swapFree=0/586780
[pid=30697] ppid=30694 vsize=241744 CPUtime=2502.24 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 60213 0 0 0 250217 7 0 0 20 0 1 0 99243280 247545856 54604 18446744073709551615 4194304 5972588 140723707854176 140723707851208 4909657 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 60436 54604 829 435 0 53799 0
Current children cumulated CPU time (s) 2502.24
Current children cumulated vsize (KiB) 241744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30937
/proc/meminfo: memFree=30772300/32770624 swapFree=0/586780
[pid=30697] ppid=30694 vsize=242272 CPUtime=2519.94 cores=0,2,4,6
/proc/30697/stat : 30697 (cosoco) R 30694 30697 24445 0 -1 4202496 60410 0 0 0 251987 7 0 0 20 0 1 0 99243280 248086528 54745 18446744073709551615 4194304 5972588 140723707854176 140723707851208 5099674 0 0 1 8405026 0 0 0 17 2 0 0 13 0 0 8070896 8075904 34332672 140723707855342 140723707855437 140723707855437 140723707858894 0
/proc/30697/statm: 60568 54745 829 435 0 53931 0
Current children cumulated CPU time (s) 2519.94
Current children cumulated vsize (KiB) 242272

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

Child status: 1
Real time (s): 2520
CPU time (s): 2519.95
CPU user time (s): 2519.87
CPU system time (s): 0.081002
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 242272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.87
system time used= 0.081002
maximum resident set size= 219064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60456
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= 13
involuntary context switches= 3141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41586 second user time and 8.38926 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 07:42:14
IDJOB=4267918
IDBENCH=124079
IDSOLVER=2658
FILE ID=node134/4267918-1502517369
RUNJOBID= node134-1502500343-24508
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-55-099-27-15-07.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267918-1502517369/watcher-4267918-1502517369 -o /tmp/evaluation-result-4267918-1502517369/solver-4267918-1502517369 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267918-1502517369.xml

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

MD5SUM BENCH= 7191cf568ef3dfffabd726f015901700
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:        30988608 kB
MemAvailable:   31968032 kB
Buffers:          299248 kB
Cached:           980672 kB
SwapCached:            0 kB
Active:           716312 kB
Inactive:         625696 kB
Active(anon):      64324 kB
Inactive(anon):    39408 kB
Active(file):     651988 kB
Inactive(file):   586288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2532 kB
Writeback:           388 kB
AnonPages:         62076 kB
Mapped:            54472 kB
Shmem:             41660 kB
Slab:             140760 kB
SReclaimable:     113968 kB
SUnreclaim:        26792 kB
KernelStack:        3312 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 08:24:14