Trace number 3696244

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
pb2sat 2012-05-19? (TO) 1800.03 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_5_mh.opb
MD5SUMc9af5fe7bf07241e6505789325302ea7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2014265
Best CPU time to get the best result obtained on this benchmark15.9226
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 64481201
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 3211070693
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 64481201
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 3211070693
Number of bits of the biggest sum of numbers32
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

0.00/0.17	c model valid
0.00/0.17	c current solution ok
0.00/0.34	o 316679494
0.00/0.34	c current bound: 158339754
0.00/0.34	c fallback to adder encoding
12.26/12.39	c model valid
12.26/12.39	c current solution ok
12.36/12.40	o 144135069
12.36/12.40	c current bound: 72067542
12.36/12.40	c fallback to adder encoding
772.90/773.19	c model valid
772.90/773.19	c current solution ok
772.99/773.21	o 61209597
772.99/773.21	c current bound: 30604806
772.99/773.21	c fallback to adder encoding
922.98/923.22	c model valid
922.98/923.22	c current solution ok
922.98/923.23	o 22207561
922.98/923.23	c current bound: 11103788
922.98/923.23	c fallback to adder encoding
1205.39/1205.76	c model valid
1205.39/1205.76	c current solution ok
1205.39/1205.77	o 10509083
1205.39/1205.77	c current bound: 5254549
1205.39/1205.77	c fallback to adder encoding
1340.55/1340.93	c model valid
1340.55/1340.93	c current solution ok
1340.55/1340.94	o 5241145
1340.55/1340.94	c current bound: 2620580
1340.55/1340.94	c fallback to adder encoding
1548.39/1548.89	c model valid
1548.39/1548.89	c current solution ok
1548.39/1548.90	o 2619984
1548.39/1548.90	c current bound: 1309999
1548.39/1548.90	c fallback to adder encoding
1549.48/1549.97	c current bound: 1964999
1549.48/1549.97	c fallback to adder encoding
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3696244-1338153021/watcher-3696244-1338153021 -o /tmp/evaluation-result-3696244-1338153021/solver-3696244-1338153021 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696244-1338153021.opb 1087638595 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.03 2.04 2.00 3/180 7906
/proc/meminfo: memFree=27310824/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0

[startup+0.105724 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 7906
/proc/meminfo: memFree=27310824/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200212 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 7906
/proc/meminfo: memFree=27310824/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 7906
/proc/meminfo: memFree=27310824/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700186 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 7906
/proc/meminfo: memFree=27310824/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 7913
/proc/meminfo: memFree=27190216/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=77696 CPUtime=0.96 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 7519 4426 0 0 71 19 5 1 20 0 1 0 281428139 79560704 12558 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19424 12558 183 410 0 19006 0
[pid=7912] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7912/stat : 7912 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281428237 9367552 266 33554432000 4194304 5064252 140735261400192 140735261399104 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7912/statm: 2287 266 226 213 0 72 0
[pid=7913] ppid=7912 vsize=132416 CPUtime=0.5 cores=0,2,4,6
/proc/7913/stat : 7913 (glucose_static) R 7912 7906 5701 0 -1 4202496 21468 0 0 0 46 4 0 0 20 0 1 0 281428237 135593984 27146 33554432000 4194304 4896791 140734981185872 140734980134888 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7913/statm: 33104 27146 58 172 0 32930 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 228408

[startup+3.10029 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 7913
/proc/meminfo: memFree=27108384/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=77696 CPUtime=0.96 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 7519 4426 0 0 71 19 5 1 20 0 1 0 281428139 79560704 12558 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19424 12558 183 410 0 19006 0
[pid=7912] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7912/stat : 7912 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281428237 9367552 266 33554432000 4194304 5064252 140735261400192 140735261399104 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7912/statm: 2287 266 226 213 0 72 0
[pid=7913] ppid=7912 vsize=123036 CPUtime=2.1 cores=0,2,4,6
/proc/7913/stat : 7913 (glucose_static) R 7912 7906 5701 0 -1 4202496 24246 0 0 0 206 4 0 0 20 0 1 0 281428237 125988864 27031 33554432000 4194304 4896791 140734981185872 140734981183016 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7913/statm: 30759 27031 78 172 0 30585 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 219028

[startup+6.3003 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 7913
/proc/meminfo: memFree=27125436/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=77696 CPUtime=0.96 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 7519 4426 0 0 71 19 5 1 20 0 1 0 281428139 79560704 12558 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19424 12558 183 410 0 19006 0
[pid=7912] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7912/stat : 7912 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281428237 9367552 266 33554432000 4194304 5064252 140735261400192 140735261399104 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7912/statm: 2287 266 226 213 0 72 0
[pid=7913] ppid=7912 vsize=123828 CPUtime=5.29 cores=0,2,4,6
/proc/7913/stat : 7913 (glucose_static) R 7912 7906 5701 0 -1 4202496 24517 0 0 0 525 4 0 0 20 0 1 0 281428237 126799872 27302 33554432000 4194304 4896791 140734981185872 140734981183000 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7913/statm: 30957 27302 78 172 0 30783 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 219820

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 7913
/proc/meminfo: memFree=27118020/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=12.67 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) R 7906 7906 5701 0 -1 4202496 12831 30356 0 0 104 20 1135 8 20 0 1 0 281428139 78651392 15408 33554432000 4194304 5873084 140735781458560 140735781452872 4708467 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 15408 183 410 0 18784 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 85956

[startup+25.5004 s]
/proc/loadavg: 2.09 2.06 2.00 3/184 7916
/proc/meminfo: memFree=27080032/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=109576 CPUtime=12.99 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 13880 30356 0 0 130 26 1135 8 20 0 1 0 281428139 112205824 20016 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 27394 20016 183 410 0 26976 0
[pid=7915] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7915/stat : 7915 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281429440 9367552 266 33554432000 4194304 5064252 140735857995568 140735857994480 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7915/statm: 2287 266 226 213 0 72 0
[pid=7916] ppid=7915 vsize=123212 CPUtime=12.45 cores=0,2,4,6
/proc/7916/stat : 7916 (glucose_static) R 7915 7906 5701 0 -1 4202496 22894 0 0 0 1240 5 0 0 20 0 1 0 281429441 126169088 26754 33554432000 4194304 4896791 140735841649792 140735841647000 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7916/statm: 30803 26754 78 172 0 30629 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 251084

[startup+51.1004 s]
/proc/loadavg: 2.13 2.07 2.01 3/183 7916
/proc/meminfo: memFree=27072844/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=109576 CPUtime=12.99 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 13880 30356 0 0 130 26 1135 8 20 0 1 0 281428139 112205824 20016 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 27394 20016 183 410 0 26976 0
[pid=7915] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7915/stat : 7915 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281429440 9367552 266 33554432000 4194304 5064252 140735857995568 140735857994480 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7915/statm: 2287 266 226 213 0 72 0
[pid=7916] ppid=7915 vsize=124948 CPUtime=38.05 cores=0,2,4,6
/proc/7916/stat : 7916 (glucose_static) R 7915 7906 5701 0 -1 4202496 23307 0 0 0 3799 6 0 0 20 0 1 0 281429441 127946752 28189 33554432000 4194304 4896791 140735841649792 140735841646936 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7916/statm: 31237 28189 78 172 0 31063 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 252820

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 7916
/proc/meminfo: memFree=27072292/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=109576 CPUtime=12.99 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 13880 30356 0 0 130 26 1135 8 20 0 1 0 281428139 112205824 20016 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 27394 20016 183 410 0 26976 0
[pid=7915] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7915/stat : 7915 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281429440 9367552 266 33554432000 4194304 5064252 140735857995568 140735857994480 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7915/statm: 2287 266 226 213 0 72 0
[pid=7916] ppid=7915 vsize=127164 CPUtime=89.24 cores=0,2,4,6
/proc/7916/stat : 7916 (glucose_static) R 7915 7906 5701 0 -1 4202496 25150 0 0 0 8917 7 0 0 20 0 1 0 281429441 130215936 27540 33554432000 4194304 4896791 140735841649792 140735841647368 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7916/statm: 31791 27540 78 172 0 31617 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 255036

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 7916
/proc/meminfo: memFree=27062012/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=109576 CPUtime=12.99 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 13880 30356 0 0 130 26 1135 8 20 0 1 0 281428139 112205824 20016 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 27394 20016 183 410 0 26976 0
[pid=7915] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7915/stat : 7915 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281429440 9367552 266 33554432000 4194304 5064252 140735857995568 140735857994480 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7915/statm: 2287 266 226 213 0 72 0
[pid=7916] ppid=7915 vsize=147304 CPUtime=149.23 cores=0,2,4,6
/proc/7916/stat : 7916 (glucose_static) R 7915 7906 5701 0 -1 4202496 25959 0 0 0 14915 8 0 0 20 0 1 0 281429441 150839296 29875 33554432000 4194304 4896791 140735841649792 140735841647320 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7916/statm: 36826 29875 78 172 0 36652 0
Current children cumulated CPU time (s) 162.22

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

/proc/7939/stat : 7939 (glucose_static) R 7938 7906 5701 0 -1 4202496 24317 0 0 0 2081 5 0 0 20 0 1 0 281562280 105570304 21493 33554432000 4194304 4896791 140735177669808 140735177667320 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7939/statm: 25774 21493 78 172 0 25600 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 198200

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7939
/proc/meminfo: memFree=27082344/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1341.05 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 35820 184765 0 0 329 48 133663 65 20 0 1 0 281428139 78651392 17968 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17968 183 410 0 18784 0
[pid=7938] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7938/stat : 7938 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281562280 9367552 267 33554432000 4194304 5064252 140736859534288 140736859533200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7938/statm: 2287 267 226 213 0 72 0
[pid=7939] ppid=7938 vsize=104600 CPUtime=80.86 cores=0,2,4,6
/proc/7939/stat : 7939 (glucose_static) R 7938 7906 5701 0 -1 4202496 31587 0 0 0 8078 8 0 0 20 0 1 0 281562280 107110400 22215 33554432000 4194304 4896791 140735177669808 140735177667320 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7939/statm: 26150 22215 78 172 0 25976 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 199704

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 7939
/proc/meminfo: memFree=27084512/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1341.05 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 35820 184765 0 0 329 48 133663 65 20 0 1 0 281428139 78651392 17968 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17968 183 410 0 18784 0
[pid=7938] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7938/stat : 7938 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281562280 9367552 267 33554432000 4194304 5064252 140736859534288 140736859533200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7938/statm: 2287 267 226 213 0 72 0
[pid=7939] ppid=7938 vsize=94176 CPUtime=140.84 cores=0,2,4,6
/proc/7939/stat : 7939 (glucose_static) R 7938 7906 5701 0 -1 4202496 36186 0 0 0 14075 9 0 0 20 0 1 0 281562280 96436224 21711 33554432000 4194304 4896791 140735177669808 140735177667320 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7939/statm: 23544 21711 78 172 0 23370 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 189280

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7940
/proc/meminfo: memFree=27083432/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1341.05 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 35820 184765 0 0 329 48 133663 65 20 0 1 0 281428139 78651392 17968 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17968 183 410 0 18784 0
[pid=7938] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7938/stat : 7938 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281562280 9367552 267 33554432000 4194304 5064252 140736859534288 140736859533200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7938/statm: 2287 267 226 213 0 72 0
[pid=7939] ppid=7938 vsize=94984 CPUtime=200.84 cores=0,2,4,6
/proc/7939/stat : 7939 (glucose_static) R 7938 7906 5701 0 -1 4202496 40268 0 0 0 20074 10 0 0 20 0 1 0 281562280 97263616 21768 33554432000 4194304 4896791 140735177669808 140735177667320 4203856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7939/statm: 23746 21768 78 172 0 23572 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 190088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7946
/proc/meminfo: memFree=27090200/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1550.01 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 44342 246081 0 0 413 55 154449 84 20 0 1 0 281428139 78651392 17456 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17456 183 410 0 18784 0
[pid=7945] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7945/stat : 7945 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281583181 9367552 266 33554432000 4194304 5064252 140734582385696 140734582384608 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=100660 CPUtime=51.84 cores=0,2,4,6
/proc/7946/stat : 7946 (glucose_static) R 7945 7906 5701 0 -1 4202496 28613 0 0 0 5179 5 0 0 20 0 1 0 281583181 103075840 21220 33554432000 4194304 4896791 140737262366256 140737262363768 4224837 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7946/statm: 25165 21220 78 172 0 24991 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 195764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7946
/proc/meminfo: memFree=27083296/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1550.01 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 44342 246081 0 0 413 55 154449 84 20 0 1 0 281428139 78651392 17456 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17456 183 410 0 18784 0
[pid=7945] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7945/stat : 7945 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281583181 9367552 266 33554432000 4194304 5064252 140734582385696 140734582384608 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=101500 CPUtime=111.83 cores=0,2,4,6
/proc/7946/stat : 7946 (glucose_static) R 7945 7906 5701 0 -1 4202496 32662 0 0 0 11177 6 0 0 20 0 1 0 281583181 103936000 22447 33554432000 4194304 4896791 140737262366256 140737262363768 4203806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7946/statm: 25375 22447 78 172 0 25201 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 196604

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 7946
/proc/meminfo: memFree=27080612/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1550.01 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 44342 246081 0 0 413 55 154449 84 20 0 1 0 281428139 78651392 17456 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17456 183 410 0 18784 0
[pid=7945] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7945/stat : 7945 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281583181 9367552 266 33554432000 4194304 5064252 140734582385696 140734582384608 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=102096 CPUtime=171.82 cores=0,2,4,6
/proc/7946/stat : 7946 (glucose_static) R 7945 7906 5701 0 -1 4202496 36417 0 0 0 17174 8 0 0 20 0 1 0 281583181 104546304 23116 33554432000 4194304 4896791 140737262366256 140737262363768 4203862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7946/statm: 25524 23116 78 172 0 25350 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 197200

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7991
/proc/meminfo: memFree=27650548/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1550.01 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 44342 246081 0 0 413 55 154449 84 20 0 1 0 281428139 78651392 17456 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17456 183 410 0 18784 0
[pid=7945] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7945/stat : 7945 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281583181 9367552 266 33554432000 4194304 5064252 140734582385696 140734582384608 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=102284 CPUtime=231.81 cores=0,2,4,6
/proc/7946/stat : 7946 (glucose_static) R 7945 7906 5701 0 -1 4202496 38462 0 0 0 23171 10 0 0 20 0 1 0 281583181 104738816 22652 33554432000 4194304 4896791 140737262366256 140737262363768 4206896 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7946/statm: 25571 22652 78 172 0 25397 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 197388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.17 2.04 2.01 3/184 7995
/proc/meminfo: memFree=26725488/32873648 swapFree=6864/6864
[pid=7906] ppid=7904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7906/stat : 7906 (runPb2sat.sh) S 7904 7906 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281428138 9367552 274 33554432000 4194304 5064252 140734168197904 140734168196816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7906/statm: 2287 274 233 213 0 72 0
[pid=7907] ppid=7906 vsize=76808 CPUtime=1550.01 cores=0,2,4,6
/proc/7907/stat : 7907 (pb2sat) S 7906 7906 5701 0 -1 4202496 44342 246081 0 0 413 55 154449 84 20 0 1 0 281428139 78651392 17456 33554432000 4194304 5873084 140735781458560 140735781452376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7907/statm: 19202 17456 183 410 0 18784 0
[pid=7945] ppid=7907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7945/stat : 7945 (satsolver.sh) S 7907 7906 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281583181 9367552 266 33554432000 4194304 5064252 140734582385696 140734582384608 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=102504 CPUtime=250.02 cores=0,2,4,6
/proc/7946/stat : 7946 (glucose_static) R 7945 7906 5701 0 -1 4202496 39295 0 0 0 24992 10 0 0 20 0 1 0 281583181 104964096 23223 33554432000 4194304 4896791 140737262366256 140737262363768 4225120 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7946/statm: 25626 23223 78 172 0 25452 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 197608

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7906 and gives
#  childrusage.ru_utime.tv_sec=1548
#  childrusage.ru_utime.tv_usec=630572
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=405786
# CPU time returned by wait4() is 1550.04
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1798.54
CPU system time (s): 1.49
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 313976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1548.63
system time used= 1.40579
maximum resident set size= 168896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 559360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 217
involuntary context switches= 1937

runsolver used 2.68359 second user time and 7.14991 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 23:10:22
IDJOB=3696244
IDBENCH=92718
IDSOLVER=2274
FILE ID=node120/3696244-1338153021
RUNJOBID= node120-1338124133-5717
PBS_JOBID= 14624508
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_5_mh.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696244-1338153021/watcher-3696244-1338153021 -o /tmp/evaluation-result-3696244-1338153021/solver-3696244-1338153021 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696244-1338153021.opb 1087638595 HOME HOME

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

MD5SUM BENCH= c9af5fe7bf07241e6505789325302ea7
RANDOM SEED=1087638595

node120.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		: 2666.456
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	: 5332.91
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		: 2666.456
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		: 2666.456
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.92
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		: 2666.456
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.88
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		: 2666.456
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		: 2666.456
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.83
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		: 2666.456
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		: 2666.456
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27311204 kB
Buffers:          341536 kB
Cached:          3703800 kB
SwapCached:          636 kB
Active:          1616720 kB
Inactive:        3112496 kB
Active(anon):     672660 kB
Inactive(anon):    12532 kB
Active(file):     944060 kB
Inactive(file):  3099964 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:            137996 kB
Writeback:             0 kB
AnonPages:        842536 kB
Mapped:            15104 kB
Shmem:               120 kB
Slab:             691756 kB
SReclaimable:     135816 kB
SUnreclaim:       555940 kB
KernelStack:        1528 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     918436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71368 MiB
End job on node120 at 2012-05-27 23:40:22