Trace number 3717097

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
wbo2satCp2 2012-05-19? (TO) 1800.09 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf9.ucl--soft-66-100-0.wbo
MD5SUMb9fa744ec68633cb4114d71740485b31
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.10968
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11476
Total number of constraints33090
Number of soft constraints11224
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 569299
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 569298
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

3.78/3.86	o 8435
3.78/3.86	c current bound: 4217
3.78/3.86	c fallback to adder encoding
1103.49/1103.75	o 4217
1103.49/1103.75	c current bound: 2108
1103.49/1103.75	c fallback to adder encoding
1542.38/1542.72	o 2108
1542.38/1542.72	c current bound: 1054
1542.38/1542.72	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5: 23160 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3717097-1338187785/watcher-3717097-1338187785 -o /tmp/evaluation-result-3717097-1338187785/solver-3717097-1338187785 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717097-1338187785.wbo 1895760398 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.10 2.06 3/179 23107
/proc/meminfo: memFree=31181336/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0

[startup+0.10491 s]
/proc/loadavg: 2.00 2.10 2.06 3/179 23107
/proc/meminfo: memFree=31181336/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200323 s]
/proc/loadavg: 2.00 2.10 2.06 3/179 23107
/proc/meminfo: memFree=31181336/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 2.00 2.10 2.06 3/179 23107
/proc/meminfo: memFree=31181336/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700321 s]
/proc/loadavg: 2.00 2.10 2.06 3/179 23107
/proc/meminfo: memFree=31181336/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.10 2.06 3/181 23109
/proc/meminfo: memFree=31165852/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=88856 CPUtime=1.49 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) R 23107 23107 20252 0 -1 4202496 6122 0 0 0 147 2 0 0 20 0 1 0 284907044 90988544 16347 33554432000 4194304 5872148 140736071970896 140736071955368 4996105 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 22214 16347 150 410 0 21796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98004

[startup+3.10033 s]
/proc/loadavg: 2.00 2.10 2.06 3/181 23109
/proc/meminfo: memFree=31133756/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=67984 CPUtime=2.49 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 6950 0 0 0 244 5 0 0 20 0 1 0 284907044 69615616 11631 33554432000 4194304 5872148 140736071970896 140736071966776 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 16996 11631 159 410 0 16578 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 77132

[startup+6.30043 s]
/proc/loadavg: 2.00 2.09 2.06 3/183 23114
/proc/meminfo: memFree=30807888/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=173248 CPUtime=4.73 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 12677 6721 0 0 334 64 68 7 20 0 1 0 284907044 177405952 34873 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 43312 34873 175 410 0 42894 0
[pid=23113] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23113/stat : 23113 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284907518 9367552 267 33554432000 4194304 5064252 140736405709792 140736405708704 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23113/statm: 2287 267 226 213 0 72 0
[pid=23114] ppid=23113 vsize=170016 CPUtime=1.54 cores=0,2,4,6
/proc/23114/stat : 23114 (glucose_static) R 23113 23107 20252 0 -1 4202496 30953 0 0 0 146 8 0 0 20 0 1 0 284907519 174096384 37061 33554432000 4194304 4896791 140735010104656 140735010101864 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23114/statm: 42504 37061 76 172 0 42330 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 361560

[startup+12.7003 s]
/proc/loadavg: 2.08 2.11 2.07 3/183 23114
/proc/meminfo: memFree=30792284/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=173248 CPUtime=4.73 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 12677 6721 0 0 334 64 68 7 20 0 1 0 284907044 177405952 34873 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 43312 34873 175 410 0 42894 0
[pid=23113] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23113/stat : 23113 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284907518 9367552 267 33554432000 4194304 5064252 140736405709792 140736405708704 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23113/statm: 2287 267 226 213 0 72 0
[pid=23114] ppid=23113 vsize=170016 CPUtime=7.94 cores=0,2,4,6
/proc/23114/stat : 23114 (glucose_static) R 23113 23107 20252 0 -1 4202496 30983 0 0 0 786 8 0 0 20 0 1 0 284907519 174096384 38113 33554432000 4194304 4896791 140735010104656 140735010101864 4203936 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23114/statm: 42504 38113 78 172 0 42330 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 361560

[startup+25.5004 s]
/proc/loadavg: 2.14 2.12 2.07 3/184 23117
/proc/meminfo: memFree=30790484/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=173248 CPUtime=4.73 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 12677 6721 0 0 334 64 68 7 20 0 1 0 284907044 177405952 34873 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 43312 34873 175 410 0 42894 0
[pid=23113] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23113/stat : 23113 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284907518 9367552 267 33554432000 4194304 5064252 140736405709792 140736405708704 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23113/statm: 2287 267 226 213 0 72 0
[pid=23114] ppid=23113 vsize=170156 CPUtime=20.74 cores=0,2,4,6
/proc/23114/stat : 23114 (glucose_static) R 23113 23107 20252 0 -1 4202496 30989 0 0 0 2066 8 0 0 20 0 1 0 284907519 174239744 38630 33554432000 4194304 4896791 140735010104656 140735010101704 4203820 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23114/statm: 42539 38630 78 172 0 42365 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 361700

[startup+51.1004 s]
/proc/loadavg: 2.09 2.11 2.07 3/184 23117
/proc/meminfo: memFree=30785840/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=173248 CPUtime=4.73 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 12677 6721 0 0 334 64 68 7 20 0 1 0 284907044 177405952 34873 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 43312 34873 175 410 0 42894 0
[pid=23113] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23113/stat : 23113 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284907518 9367552 267 33554432000 4194304 5064252 140736405709792 140736405708704 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23113/statm: 2287 267 226 213 0 72 0
[pid=23114] ppid=23113 vsize=200976 CPUtime=46.33 cores=0,2,4,6
/proc/23114/stat : 23114 (glucose_static) R 23113 23107 20252 0 -1 4202496 31511 0 0 0 4625 8 0 0 20 0 1 0 284907519 205799424 39663 33554432000 4194304 4896791 140735010104656 140735010102184 4203956 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23114/statm: 50244 39663 78 172 0 50070 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 392520

[startup+102.3 s]
/proc/loadavg: 2.10 2.11 2.07 3/183 23117
/proc/meminfo: memFree=30778712/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=173248 CPUtime=4.73 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 12677 6721 0 0 334 64 68 7 20 0 1 0 284907044 177405952 34873 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 43312 34873 175 410 0 42894 0
[pid=23113] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23113/stat : 23113 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284907518 9367552 267 33554432000 4194304 5064252 140736405709792 140736405708704 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23113/statm: 2287 267 226 213 0 72 0
[pid=23114] ppid=23113 vsize=200976 CPUtime=97.53 cores=0,2,4,6
/proc/23114/stat : 23114 (glucose_static) R 23113 23107 20252 0 -1 4202496 31515 0 0 0 9745 8 0 0 20 0 1 0 284907519 205799424 41200 33554432000 4194304 4896791 140735010104656 140735010102184 4203704 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23114/statm: 50244 41200 78 172 0 50070 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 392520

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 2.06 3/183 23117
/proc/meminfo: memFree=30773512/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=173248 CPUtime=4.73 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 12677 6721 0 0 334 64 68 7 20 0 1 0 284907044 177405952 34873 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23108/statm: 43312 34873 175 410 0 42894 0
[pid=23113] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23113/stat : 23113 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284907518 9367552 267 33554432000 4194304 5064252 140736405709792 140736405708704 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23113/statm: 2287 267 226 213 0 72 0
[pid=23114] ppid=23113 vsize=200976 CPUtime=157.51 cores=0,2,4,6
/proc/23114/stat : 23114 (glucose_static) R 23113 23107 20252 0 -1 4202496 31519 0 0 0 15743 8 0 0 20 0 1 0 284907519 205799424 42284 33554432000 4194304 4896791 140735010104656 140735010102184 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23114/statm: 50244 42284 78 172 0 50070 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 392520

[startup+222.306 s]
/proc/loadavg: 2.05 2.08 2.06 3/183 23117
/proc/meminfo: memFree=30761564/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23156
/proc/meminfo: memFree=30810520/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1104.4 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 19696 45190 0 0 412 73 109929 26 20 0 1 0 284907044 178524160 34150 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 34150 175 410 0 43167 0
[pid=23151] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23151/stat : 23151 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285017504 9367552 267 33554432000 4194304 5064252 140733894986176 140733894985088 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23151/statm: 2287 267 226 213 0 72 0
[pid=23152] ppid=23151 vsize=167248 CPUtime=317.61 cores=0,2,4,6
/proc/23152/stat : 23152 (glucose_static) R 23151 23107 20252 0 -1 4202496 32376 0 0 0 31752 9 0 0 20 0 1 0 285017505 171261952 38909 33554432000 4194304 4896791 140736521203280 140736521200488 4203796 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23152/statm: 41812 38909 77 172 0 41638 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 359884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23156
/proc/meminfo: memFree=30806736/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1104.4 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 19696 45190 0 0 412 73 109929 26 20 0 1 0 284907044 178524160 34150 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 34150 175 410 0 43167 0
[pid=23151] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23151/stat : 23151 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285017504 9367552 267 33554432000 4194304 5064252 140733894986176 140733894985088 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23151/statm: 2287 267 226 213 0 72 0
[pid=23152] ppid=23151 vsize=168676 CPUtime=377.6 cores=0,2,4,6
/proc/23152/stat : 23152 (glucose_static) R 23151 23107 20252 0 -1 4202496 32729 0 0 0 37750 10 0 0 20 0 1 0 285017505 172724224 39773 33554432000 4194304 4896791 140736521203280 140736521200488 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23152/statm: 42169 39773 77 172 0 41995 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 361312

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23157
/proc/meminfo: memFree=30802080/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1104.4 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 19696 45190 0 0 412 73 109929 26 20 0 1 0 284907044 178524160 34150 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 34150 175 410 0 43167 0
[pid=23151] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23151/stat : 23151 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285017504 9367552 267 33554432000 4194304 5064252 140733894986176 140733894985088 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23151/statm: 2287 267 226 213 0 72 0
[pid=23152] ppid=23151 vsize=171392 CPUtime=437.6 cores=0,2,4,6
/proc/23152/stat : 23152 (glucose_static) R 23151 23107 20252 0 -1 4202496 33348 0 0 0 43750 10 0 0 20 0 1 0 285017505 175505408 40392 33554432000 4194304 4896791 140736521203280 140736521200424 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23152/statm: 42848 40392 77 172 0 42674 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 364028

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 23205
/proc/meminfo: memFree=30943592/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1543.2 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 26986 79741 0 0 483 82 153713 42 20 0 1 0 284907044 178524160 33126 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 33126 175 410 0 43167 0
[pid=23159] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23159/stat : 23159 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285061393 9367552 266 33554432000 4194304 5064252 140733338837072 140733338835984 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23159/statm: 2287 266 226 213 0 72 0
[pid=23160] ppid=23159 vsize=152236 CPUtime=58.77 cores=0,2,4,6
/proc/23160/stat : 23160 (glucose_static) R 23159 23107 20252 0 -1 4202496 27686 0 0 0 5869 8 0 0 20 0 1 0 285061393 155889664 33937 33554432000 4194304 4896791 140735924667808 140735924665176 4224118 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 38059 33937 78 172 0 37885 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 344872

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 23205
/proc/meminfo: memFree=30950104/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1543.2 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 26986 79741 0 0 483 82 153713 42 20 0 1 0 284907044 178524160 33126 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 33126 175 410 0 43167 0
[pid=23159] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23159/stat : 23159 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285061393 9367552 266 33554432000 4194304 5064252 140733338837072 140733338835984 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23159/statm: 2287 266 226 213 0 72 0
[pid=23160] ppid=23159 vsize=152308 CPUtime=118.76 cores=0,2,4,6
/proc/23160/stat : 23160 (glucose_static) R 23159 23107 20252 0 -1 4202496 27697 0 0 0 11868 8 0 0 20 0 1 0 285061393 155963392 34209 33554432000 4194304 4896791 140735924667808 140735924665352 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 38077 34209 78 172 0 37903 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 344944

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 23205
/proc/meminfo: memFree=30945328/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1543.2 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 26986 79741 0 0 483 82 153713 42 20 0 1 0 284907044 178524160 33126 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 33126 175 410 0 43167 0
[pid=23159] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23159/stat : 23159 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285061393 9367552 266 33554432000 4194304 5064252 140733338837072 140733338835984 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23159/statm: 2287 266 226 213 0 72 0
[pid=23160] ppid=23159 vsize=153988 CPUtime=178.76 cores=0,2,4,6
/proc/23160/stat : 23160 (glucose_static) R 23159 23107 20252 0 -1 4202496 28607 0 0 0 17867 9 0 0 20 0 1 0 285061393 157683712 35125 33554432000 4194304 4896791 140735924667808 140735924665016 4223872 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 38497 35125 78 172 0 38323 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 346624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23208
/proc/meminfo: memFree=30919600/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1543.2 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 26986 79741 0 0 483 82 153713 42 20 0 1 0 284907044 178524160 33126 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 33126 175 410 0 43167 0
[pid=23159] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23159/stat : 23159 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285061393 9367552 266 33554432000 4194304 5064252 140733338837072 140733338835984 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23159/statm: 2287 266 226 213 0 72 0
[pid=23160] ppid=23159 vsize=156292 CPUtime=238.75 cores=0,2,4,6
/proc/23160/stat : 23160 (glucose_static) R 23159 23107 20252 0 -1 4202496 29099 0 0 0 23866 9 0 0 20 0 1 0 285061393 160043008 35617 33554432000 4194304 4896791 140735924667808 140735924665352 4203058 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 39073 35617 78 172 0 38899 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 348928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23208
/proc/meminfo: memFree=30918408/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1543.2 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 26986 79741 0 0 483 82 153713 42 20 0 1 0 284907044 178524160 33126 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 33126 175 410 0 43167 0
[pid=23159] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23159/stat : 23159 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285061393 9367552 266 33554432000 4194304 5064252 140733338837072 140733338835984 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23159/statm: 2287 266 226 213 0 72 0
[pid=23160] ppid=23159 vsize=156820 CPUtime=256.85 cores=0,2,4,6
/proc/23160/stat : 23160 (glucose_static) R 23159 23107 20252 0 -1 4202496 29229 0 0 0 25676 9 0 0 20 0 1 0 285061393 160583680 35747 33554432000 4194304 4896791 140735924667808 140735924665016 4202982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 39205 35747 78 172 0 39031 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 349456

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23208
/proc/meminfo: memFree=30918408/32873844 swapFree=7372/7372
[pid=23107] ppid=23105 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23107/stat : 23107 (runWbo2satCp2.s) S 23105 23107 20252 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284907044 9367552 275 33554432000 4194304 5064252 140736609008288 140736609007200 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23107/statm: 2287 275 233 213 0 72 0
[pid=23108] ppid=23107 vsize=174340 CPUtime=1543.2 cores=0,2,4,6
/proc/23108/stat : 23108 (wbo2sat) S 23107 23107 20252 0 -1 4202496 26986 79741 0 0 483 82 153713 42 20 0 1 0 284907044 178524160 33126 33554432000 4194304 5872148 140736071970896 140736071964168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23108/statm: 43585 33126 175 410 0 43167 0
[pid=23159] ppid=23108 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23159/stat : 23159 (satsolver.sh) S 23108 23107 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285061393 9367552 266 33554432000 4194304 5064252 140733338837072 140733338835984 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23159/statm: 2287 266 226 213 0 72 0
[pid=23160] ppid=23159 vsize=156820 CPUtime=256.85 cores=0,2,4,6
/proc/23160/stat : 23160 (glucose_static) R 23159 23107 20252 0 -1 4202496 29229 0 0 0 25676 9 0 0 20 0 1 0 285061393 160583680 35747 33554432000 4194304 4896791 140735924667808 140735924665016 4202982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 39205 35747 78 172 0 39031 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 349456

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.74
CPU system time (s): 1.3448
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 451584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.34479
maximum resident set size= 251724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 508504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94
involuntary context switches= 1994

runsolver used 5.00124 second user time and 15.0387 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-28 08:49:45
IDJOB=3717097
IDBENCH=79038
IDSOLVER=2299
FILE ID=node109/3717097-1338187785
RUNJOBID= node109-1338160560-20268
PBS_JOBID= 14624563
Free space on /tmp= 71132 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf9.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717097-1338187785/watcher-3717097-1338187785 -o /tmp/evaluation-result-3717097-1338187785/solver-3717097-1338187785 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3717097-1338187785.wbo 1895760398 HOME HOME

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

MD5SUM BENCH= b9fa744ec68633cb4114d71740485b31
RANDOM SEED=1895760398

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.52
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.264
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31181492 kB
Buffers:          182532 kB
Cached:           360588 kB
SwapCached:          588 kB
Active:           723224 kB
Inactive:         164152 kB
Active(anon):     338712 kB
Inactive(anon):     7668 kB
Active(file):     384512 kB
Inactive(file):   156484 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106292 kB
Dirty:              9716 kB
Writeback:             0 kB
AnonPages:        305316 kB
Mapped:            11168 kB
Shmem:                 8 kB
Slab:             661492 kB
SReclaimable:     104092 kB
SUnreclaim:       557400 kB
KernelStack:        1520 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     522612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71048 MiB
End job on node109 at 2012-05-28 09:19:45