Trace number 3695994

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/
normalized-plasma-widgets-workspace.cudf.paranoid.opb
MD5SUM49dc4b5f6052a2f409a04652a51cf85f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark146133
Best CPU time to get the best result obtained on this benchmark149.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.95	c model valid
0.00/0.95	c current solution ok
1.17/1.21	o 2440402
1.17/1.21	c current bound: 1220201
1.17/1.21	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5:  7184 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3695994-1338099701/watcher-3695994-1338099701 -o /tmp/evaluation-result-3695994-1338099701/solver-3695994-1338099701 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695994-1338099701.opb 1060099062 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.08 2.06 2.01 3/175 7172
/proc/meminfo: memFree=28923540/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runsolver) D 7170 7172 5985 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 276098677 12095488 50 33554432000 4194304 5436572 140736052142496 140736052138792 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/7172/statm: 2953 50 31 304 0 2645 0

[startup+0.018332 s]
/proc/loadavg: 2.08 2.06 2.01 3/175 7172
/proc/meminfo: memFree=28923540/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.08 2.06 2.01 3/175 7172
/proc/meminfo: memFree=28923540/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300178 s]
/proc/loadavg: 2.08 2.06 2.01 3/175 7172
/proc/meminfo: memFree=28923540/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700245 s]
/proc/loadavg: 2.08 2.06 2.01 3/175 7172
/proc/meminfo: memFree=28923540/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7179
/proc/meminfo: memFree=28865868/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=52628 CPUtime=1.48 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) R 7172 7172 5985 0 -1 4202496 8462 4387 0 0 111 23 13 1 20 0 1 0 276098678 53891072 9246 33554432000 4194304 5873084 140733214433904 140733214428312 4664146 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 13157 9246 180 410 0 12739 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61776

[startup+3.10035 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 7182
/proc/meminfo: memFree=28577236/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 94544
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.15 2.08 2.01 3/181 7184
/proc/meminfo: memFree=28352476/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=180188 CPUtime=4.1 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 33261 0 0 0 401 9 0 0 20 0 1 0 276098896 184512512 36850 33554432000 4194304 4896791 140737163444672 140737163441880 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 45047 36850 77 172 0 44873 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 283880

[startup+12.7004 s]
/proc/loadavg: 2.14 2.08 2.01 3/181 7184
/proc/meminfo: memFree=28358492/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=180188 CPUtime=10.5 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 33261 0 0 0 1041 9 0 0 20 0 1 0 276098896 184512512 36850 33554432000 4194304 4896791 140737163444672 140737163442184 4202992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 45047 36850 77 172 0 44873 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 283880

[startup+25.5004 s]
/proc/loadavg: 2.12 2.07 2.01 3/181 7184
/proc/meminfo: memFree=28358748/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=180320 CPUtime=23.3 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 33280 0 0 0 2321 9 0 0 20 0 1 0 276098896 184647680 36869 33554432000 4194304 4896791 140737163444672 140737163441800 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 45080 36869 77 172 0 44906 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 284012

[startup+51.1004 s]
/proc/loadavg: 2.07 2.06 2.01 3/181 7184
/proc/meminfo: memFree=28348948/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=180724 CPUtime=48.89 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 34042 0 0 0 4880 9 0 0 20 0 1 0 276098896 185061376 36980 33554432000 4194304 4896791 140737163444672 140737163442184 4203003 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 45181 36980 77 172 0 45007 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 284416

[startup+102.306 s]
/proc/loadavg: 2.08 2.07 2.01 3/181 7184
/proc/meminfo: memFree=28315448/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=193932 CPUtime=100.09 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 45865 0 0 0 9996 13 0 0 20 0 1 0 276098896 198586368 42782 33554432000 4194304 4896791 140737163444672 140737163441880 4224990 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 48483 42782 77 172 0 48309 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 297624

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/181 7184
/proc/meminfo: memFree=28288284/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=207952 CPUtime=160.08 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 57570 0 0 0 15990 18 0 0 20 0 1 0 276098896 212942848 47494 33554432000 4194304 4896791 140737163444672 140737163440408 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 51988 47494 77 172 0 51814 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 311644

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 7184
/proc/meminfo: memFree=28266484/32873844 swapFree=7104/7104

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


[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 7194
/proc/meminfo: memFree=28023532/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=379912 CPUtime=1359.83 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 106221 0 0 0 135881 102 0 0 20 0 1 0 276098896 389029888 85036 33554432000 4194304 4896791 140737163444672 140737163442200 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 94978 85036 78 172 0 94804 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 483604

[startup+1422.31 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 7194
/proc/meminfo: memFree=28038376/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=332756 CPUtime=1419.82 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 108516 0 0 0 141875 107 0 0 20 0 1 0 276098896 340742144 79214 33554432000 4194304 4896791 140737163444672 140737163442248 4206022 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 83189 79214 78 172 0 83015 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 436448

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 7195
/proc/meminfo: memFree=28027368/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=385412 CPUtime=1479.8 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 110685 0 0 0 147869 111 0 0 20 0 1 0 276098896 394661888 85437 33554432000 4194304 4896791 140737163444672 140737163442200 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 96353 85437 78 172 0 96179 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 489104

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 7195
/proc/meminfo: memFree=28012916/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=386704 CPUtime=1539.78 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 111292 0 0 0 153866 112 0 0 20 0 1 0 276098896 395984896 85072 33554432000 4194304 4896791 140737163444672 140737163440344 4203780 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 96676 85072 78 172 0 96502 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 490396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 7195
/proc/meminfo: memFree=28008996/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=388500 CPUtime=1599.77 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 112177 0 0 0 159863 114 0 0 20 0 1 0 276098896 397824000 85666 33554432000 4194304 4896791 140737163444672 140737163442200 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 97125 85666 78 172 0 96951 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 492192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7195
/proc/meminfo: memFree=27996760/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=390644 CPUtime=1659.76 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 112929 0 0 0 165860 116 0 0 20 0 1 0 276098896 400019456 87559 33554432000 4194304 4896791 140737163444672 140737163441880 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 97661 87559 78 172 0 97487 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 494336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 7198
/proc/meminfo: memFree=27981228/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=392792 CPUtime=1719.75 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 113939 0 0 0 171857 118 0 0 20 0 1 0 276098896 402219008 90388 33554432000 4194304 4896791 140737163444672 140737163441880 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 98198 90388 78 172 0 98024 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 496484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7199
/proc/meminfo: memFree=27964760/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=395784 CPUtime=1779.75 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 114882 0 0 0 177854 121 0 0 20 0 1 0 276098896 405282816 92987 33554432000 4194304 4896791 140737163444672 140737163440408 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 98946 92987 78 172 0 98772 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 499476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7258
/proc/meminfo: memFree=28434092/32873844 swapFree=7104/7104
[pid=7172] ppid=7170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7172/stat : 7172 (runPb2sat.sh) S 7170 7172 5985 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276098677 9367552 274 33554432000 4194304 5064252 140734179458592 140734179457504 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7172/statm: 2287 274 233 213 0 72 0
[pid=7174] ppid=7172 vsize=85396 CPUtime=2.16 cores=0,2,4,6
/proc/7174/stat : 7174 (pb2sat) S 7172 7172 5985 0 -1 4202496 9067 4387 0 0 170 32 13 1 20 0 1 0 276098678 87445504 18974 33554432000 4194304 5873084 140733214433904 140733214427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7174/statm: 21349 18974 180 410 0 20931 0
[pid=7183] ppid=7174 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7183/stat : 7183 (satsolver.sh) S 7174 7172 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098896 9367552 267 33554432000 4194304 5064252 140733328314864 140733328313776 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7183/statm: 2287 267 226 213 0 72 0
[pid=7184] ppid=7183 vsize=396732 CPUtime=1797.85 cores=0,2,4,6
/proc/7184/stat : 7184 (glucose_static) R 7183 7172 5985 0 -1 4202496 115579 0 0 0 179662 123 0 0 20 0 1 0 276098896 406253568 88353 33554432000 4194304 4896791 140737163444672 140737163440408 4225011 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7184/statm: 99183 88353 78 172 0 99009 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 500424

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.47
CPU system time (s): 1.58176
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 629980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.58176
maximum resident set size= 463728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120
involuntary context switches= 1903

runsolver used 2.78158 second user time and 7.05993 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 08:21:41
IDJOB=3695994
IDBENCH=72282
IDSOLVER=2274
FILE ID=node104/3695994-1338099701
RUNJOBID= node104-1338094298-6691
PBS_JOBID= 14624457
Free space on /tmp= 71016 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-plasma-widgets-workspace.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695994-1338099701/watcher-3695994-1338099701 -o /tmp/evaluation-result-3695994-1338099701/solver-3695994-1338099701 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695994-1338099701.opb 1060099062 HOME HOME

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

MD5SUM BENCH= 49dc4b5f6052a2f409a04652a51cf85f
RANDOM SEED=1060099062

node104.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.266
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.53
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.266
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.266
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		: 2666.266
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.92
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.266
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.266
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		: 2666.266
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.266
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:        28923680 kB
Buffers:          321164 kB
Cached:          2797588 kB
SwapCached:            0 kB
Active:          1187080 kB
Inactive:        1945328 kB
Active(anon):      16152 kB
Inactive(anon):        0 kB
Active(file):    1170928 kB
Inactive(file):  1945328 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23976 kB
Writeback:             0 kB
AnonPages:         32744 kB
Mapped:            14700 kB
Shmem:               200 kB
Slab:             677764 kB
SReclaimable:     119868 kB
SUnreclaim:       557896 kB
KernelStack:        1464 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     118656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 70956 MiB
End job on node104 at 2012-05-27 08:51:42