Trace number 4242611

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
R1: cosoco 1.1? (TO) 2400.09 2400.31

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-logicSynthesis/
Pb-logic-m100-100-30-30-r.xml
MD5SUM99240cf8fa1004889a7bc67b3b097789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark156.12601
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree19
Maximum variable degree44
Distribution of variable degrees[{"degree":19,"count":1},{"degree":22,"count":1},{"degree":24,"count":3},{"degree":25,"count":4},{"degree":26,"count":6},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":9},{"degree":31,"count":10},{"degree":32,"count":6},{"degree":33,"count":11},{"degree":34,"count":8},{"degree":35,"count":6},{"degree":36,"count":2},{"degree":37,"count":3},{"degree":38,"count":3},{"degree":39,"count":2},{"degree":40,"count":1},{"degree":41,"count":1},{"degree":44,"count":1}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":100}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	c best=?? lower=0 upper=100 
0.00/0.03	c
0.00/0.03	c This is cosoco 1.0 --  
0.00/0.03	c
0.00/0.03	c enable optimization
0.00/0.03	c ========================================[ Problem Statistics ]===========================================
0.00/0.03	c |                                                                                                       
0.00/0.03	c |  Parse time        :         0.02 s 
0.00/0.03	c |
0.00/0.03	c |               Variables: 100
0.00/0.03	c |            Domain Sizes: 2..2
0.00/0.03	c |
0.00/0.03	c |             Constraints: 101
0.00/0.03	c |                   Arity: 30..100
0.00/0.03	c | 
0.00/0.03	c |                   Types: 
0.00/0.03	c |                          Sum: 101
0.00/0.03	c |                          
0.00/0.03	c =========================================================================================================
0.00/0.03	o 9
0.00/0.03	c    1 calls to solver: best=9 lower=0 upper=8 
0.00/0.04	o 8
109.18/109.24	o 7
109.18/109.24	c    3 calls to solver: best=7 lower=0 upper=6 

Verifier Data

One s line expected

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-4242611-1500666076/watcher-4242611-1500666076 -o /tmp/evaluation-result-4242611-1500666076/solver-4242611-1500666076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242611-1500666076.xml 

pid=12148
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.01 2.02 2.05 3/242 12151
/proc/meminfo: memFree=31953236/32770624 swapFree=5908/198176
[pid=12151] ppid=12148 vsize=27124 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 974 0 0 0 0 0 0 0 20 0 1 0 1874463 27774976 766 33554432000 4194304 5970956 140722837836912 140722837833512 5399838 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6781 766 683 434 0 145 0

[startup+0.10012 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 12151
/proc/meminfo: memFree=31953236/32770624 swapFree=5908/198176
[pid=12151] ppid=12148 vsize=27248 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1095 0 0 0 9 0 0 0 20 0 1 0 1874463 27901952 871 33554432000 4194304 5970956 140722837836912 140722837834472 5044849 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 871 734 434 0 176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27248

[startup+0.200258 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 12151
/proc/meminfo: memFree=31953236/32770624 swapFree=5908/198176
[pid=12151] ppid=12148 vsize=27248 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1097 0 0 0 19 0 0 0 20 0 1 0 1874463 27901952 936 33554432000 4194304 5970956 140722837836912 140722837834472 5136623 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 936 779 434 0 176 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27248

[startup+0.300207 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 12151
/proc/meminfo: memFree=31953236/32770624 swapFree=5908/198176
[pid=12151] ppid=12148 vsize=27248 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1097 0 0 0 29 0 0 0 20 0 1 0 1874463 27901952 936 33554432000 4194304 5970956 140722837836912 140722837834472 5320431 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 936 779 434 0 176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27248

[startup+0.700184 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 12151
/proc/meminfo: memFree=31953236/32770624 swapFree=5908/198176
[pid=12151] ppid=12148 vsize=27248 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1097 0 0 0 69 0 0 0 20 0 1 0 1874463 27901952 936 33554432000 4194304 5970956 140722837836912 140722837834472 5136560 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 936 779 434 0 176 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27248

[startup+1.50018 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12152
/proc/meminfo: memFree=31952540/32770624 swapFree=5908/198176
[pid=12151] ppid=12148 vsize=27248 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1097 0 0 0 149 0 0 0 20 0 1 0 1874463 27901952 936 33554432000 4194304 5970956 140722837836912 140722837834472 5044845 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 936 779 434 0 176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27248

[startup+3.10018 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12152
/proc/meminfo: memFree=31952352/32770624 swapFree=5908/198192
[pid=12151] ppid=12148 vsize=27248 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1184 0 0 0 309 0 0 0 20 0 1 0 1874463 27901952 938 33554432000 4194304 5970956 140722837836912 140722837834472 5044849 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 938 779 434 0 176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27248

[startup+6.30018 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12152
/proc/meminfo: memFree=31952300/32770624 swapFree=5908/198204
[pid=12151] ppid=12148 vsize=27248 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1267 0 0 0 629 0 0 0 20 0 1 0 1874463 27901952 938 33554432000 4194304 5970956 140722837836912 140722837834472 5136786 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 938 779 434 0 176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27248

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12152
/proc/meminfo: memFree=31952036/32770624 swapFree=5908/198204
[pid=12151] ppid=12148 vsize=27248 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1350 0 0 0 1269 0 0 0 20 0 1 0 1874463 27901952 938 33554432000 4194304 5970956 140722837836912 140722837834472 5045029 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 938 779 434 0 176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27248

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12152
/proc/meminfo: memFree=31952160/32770624 swapFree=5908/198220
[pid=12151] ppid=12148 vsize=27248 CPUtime=25.49 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1520 0 0 0 2549 0 0 0 20 0 1 0 1874463 27901952 938 33554432000 4194304 5970956 140722837836912 140722837834472 5136608 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 938 779 434 0 176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27248

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12152
/proc/meminfo: memFree=31952284/32770624 swapFree=5908/198224
[pid=12151] ppid=12148 vsize=27248 CPUtime=51.09 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1607 0 0 0 5109 0 0 0 20 0 1 0 1874463 27901952 938 33554432000 4194304 5970956 140722837836912 140722837834472 5136560 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 938 779 434 0 176 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27248

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12153
/proc/meminfo: memFree=31951452/32770624 swapFree=5908/198252
[pid=12151] ppid=12148 vsize=27248 CPUtime=102.29 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1690 0 0 0 10229 0 0 0 20 0 1 0 1874463 27901952 938 33554432000 4194304 5970956 140722837836912 140722837834472 5136570 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 938 779 434 0 176 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27248

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12154
/proc/meminfo: memFree=31951060/32770624 swapFree=5908/198284
[pid=12151] ppid=12148 vsize=27248 CPUtime=162.28 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1794 0 0 0 16228 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045964 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27248

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12155
/proc/meminfo: memFree=31950360/32770624 swapFree=5908/198316
[pid=12151] ppid=12148 vsize=27248 CPUtime=222.28 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1882 0 0 0 22228 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045484 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27248

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12156
/proc/meminfo: memFree=31951448/32770624 swapFree=5908/198344
[pid=12151] ppid=12148 vsize=27248 CPUtime=282.27 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 1966 0 0 0 28227 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044857 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 27248

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12157
/proc/meminfo: memFree=31951292/32770624 swapFree=5908/198368
[pid=12151] ppid=12148 vsize=27248 CPUtime=342.26 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 2050 0 0 0 34226 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136629 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 27248

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 12158
/proc/meminfo: memFree=31951412/32770624 swapFree=5908/198392
[pid=12151] ppid=12148 vsize=27248 CPUtime=402.26 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 2134 0 0 0 40226 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045183 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 27248

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 12159
/proc/meminfo: memFree=31951092/32770624 swapFree=5908/198420
[pid=12151] ppid=12148 vsize=27248 CPUtime=462.25 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 2222 0 0 0 46225 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045172 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 27248

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 12160
/proc/meminfo: memFree=31951804/32770624 swapFree=5908/198452
[pid=12151] ppid=12148 vsize=27248 CPUtime=522.25 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 2306 0 0 0 52225 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5098954 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 27248

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 12169
/proc/meminfo: memFree=31950800/32770624 swapFree=5908/198488
[pid=12151] ppid=12148 vsize=27248 CPUtime=582.24 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 2394 0 0 0 58224 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044849 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 27248


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12283
/proc/meminfo: memFree=32025120/32770624 swapFree=5908/199052
[pid=12151] ppid=12148 vsize=27248 CPUtime=1542.16 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 3722 0 0 0 154216 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044849 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1542.16
Current children cumulated vsize (KiB) 27248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12284
/proc/meminfo: memFree=32025192/32770624 swapFree=5908/199088
[pid=12151] ppid=12148 vsize=27248 CPUtime=1602.15 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 3807 0 0 0 160215 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136560 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1602.15
Current children cumulated vsize (KiB) 27248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12285
/proc/meminfo: memFree=32025536/32770624 swapFree=5908/199124
[pid=12151] ppid=12148 vsize=27248 CPUtime=1662.14 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 3889 0 0 0 166214 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045211 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1662.14
Current children cumulated vsize (KiB) 27248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12286
/proc/meminfo: memFree=32026160/32770624 swapFree=5908/199160
[pid=12151] ppid=12148 vsize=27248 CPUtime=1722.14 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 3972 0 0 0 172214 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044857 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1722.14
Current children cumulated vsize (KiB) 27248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 12295
/proc/meminfo: memFree=32025988/32770624 swapFree=5908/199204
[pid=12151] ppid=12148 vsize=27248 CPUtime=1782.13 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4056 0 0 0 178213 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 4908175 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1782.13
Current children cumulated vsize (KiB) 27248

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 12296
/proc/meminfo: memFree=32025908/32770624 swapFree=5908/199240
[pid=12151] ppid=12148 vsize=27248 CPUtime=1842.13 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4138 0 0 0 184213 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044849 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1842.13
Current children cumulated vsize (KiB) 27248

[startup+1902.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 12297
/proc/meminfo: memFree=32024916/32770624 swapFree=5908/199272
[pid=12151] ppid=12148 vsize=27248 CPUtime=1902.12 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4221 0 0 0 190212 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136623 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1902.12
Current children cumulated vsize (KiB) 27248

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 12298
/proc/meminfo: memFree=32025452/32770624 swapFree=5908/199308
[pid=12151] ppid=12148 vsize=27248 CPUtime=1962.11 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4306 0 0 0 196211 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045688 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 1962.11
Current children cumulated vsize (KiB) 27248

[startup+2022.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 12299
/proc/meminfo: memFree=32025428/32770624 swapFree=5908/199344
[pid=12151] ppid=12148 vsize=27248 CPUtime=2022.11 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4388 0 0 0 202211 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136560 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2022.11
Current children cumulated vsize (KiB) 27248

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 12300
/proc/meminfo: memFree=32023844/32770624 swapFree=5908/199380
[pid=12151] ppid=12148 vsize=27248 CPUtime=2082.11 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4471 0 0 0 208211 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136608 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2082.11
Current children cumulated vsize (KiB) 27248

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12301
/proc/meminfo: memFree=32023848/32770624 swapFree=5908/199416
[pid=12151] ppid=12148 vsize=27248 CPUtime=2142.1 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4554 0 0 0 214210 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5045211 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2142.1
Current children cumulated vsize (KiB) 27248

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12302
/proc/meminfo: memFree=32024072/32770624 swapFree=5908/199448
[pid=12151] ppid=12148 vsize=27248 CPUtime=2202.1 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4639 0 0 0 220210 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044897 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2202.1
Current children cumulated vsize (KiB) 27248

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12303
/proc/meminfo: memFree=32023668/32770624 swapFree=5908/199484
[pid=12151] ppid=12148 vsize=27248 CPUtime=2262.09 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4722 0 0 0 226209 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136577 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2262.09
Current children cumulated vsize (KiB) 27248

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12304
/proc/meminfo: memFree=32024320/32770624 swapFree=5908/199520
[pid=12151] ppid=12148 vsize=27248 CPUtime=2322.08 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4809 0 0 0 232208 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5136625 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2322.08
Current children cumulated vsize (KiB) 27248

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 12313
/proc/meminfo: memFree=32023780/32770624 swapFree=5908/199564
[pid=12151] ppid=12148 vsize=27248 CPUtime=2382.08 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4892 0 0 0 238208 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5044849 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2382.08
Current children cumulated vsize (KiB) 27248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 12313
/proc/meminfo: memFree=32023780/32770624 swapFree=5908/199572
[pid=12151] ppid=12148 vsize=27248 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4974 0 0 0 240008 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5047507 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 27248

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

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 12313
/proc/meminfo: memFree=32023780/32770624 swapFree=5908/199572
[pid=12151] ppid=12148 vsize=27248 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/12151/stat : 12151 (cosoco) R 12148 12151 9822 0 -1 4202496 4974 0 0 0 240008 0 0 0 20 0 1 0 1874463 27901952 939 33554432000 4194304 5970956 140722837836912 140722837824216 5047507 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 21639168 140722837841089 140722837841219 140722837841219 140722837843918 0
/proc/12151/statm: 6812 939 779 434 0 176 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 27248

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.09
CPU user time (s): 2400.09
CPU system time (s): 0.002017
CPU usage (%): 99.9909
Max. virtual memory (cumulated for all children) (KiB): 27248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.09
system time used= 0.002017
maximum resident set size= 3804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5008
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= 12
involuntary context switches= 120621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57146 second user time and 9.8706 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-21 21:41:16
IDJOB=4242611
IDBENCH=135630
IDSOLVER=2620
FILE ID=node138/4242611-1500666076
RUNJOBID= node138-1500648173-9855
PBS_JOBID= 20623282
Free space on /tmp= 61992 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-logicSynthesis/Pb-logic-m100-100-30-30-r.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242611-1500666076/watcher-4242611-1500666076 -o /tmp/evaluation-result-4242611-1500666076/solver-4242611-1500666076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242611-1500666076.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 99240cf8fa1004889a7bc67b3b097789
RANDOM SEED=123358782

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31953628 kB
MemAvailable:   31952452 kB
Buffers:           37200 kB
Cached:           271808 kB
SwapCached:            0 kB
Active:           235784 kB
Inactive:         206768 kB
Active(anon):     136496 kB
Inactive(anon):     8592 kB
Active(file):      99288 kB
Inactive(file):   198176 kB
Unevictable:        5908 kB
Mlocked:            5908 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:        139272 kB
Mapped:            31100 kB
Shmem:              8852 kB
Slab:              66708 kB
SReclaimable:      34392 kB
SUnreclaim:        32316 kB
KernelStack:        4256 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     404024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61988 MiB
End job on node138 at 2017-07-21 22:21:16