Trace number 3702629

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
npSolver inc-topdown-quickBound? (TO) 1800.04 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_6_mh.opb
MD5SUM3266e32b2a945b684ae99382e7a5d59c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7586846
Best CPU time to get the best result obtained on this benchmark3.23351
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 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 4264157729
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 4264157729
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

Solver Data

0.00/0.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
0.00/0.65	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.65	c [INC SYSTEM] execute solver
1.08/1.18	c [INC SEARCH] formula is SAT
1.08/1.18	c [INC SYSTEM] solved the initial formula
1.18/1.20	c model valid
1.18/1.20	c current solution ok
1.37/1.41	o 24313008
1.37/1.41	c starting approximation
1.37/1.41	c factor = 2
1.37/1.41	c factor still to low - shrinking to 276804
1.37/1.41	c approx number of clauses: 1e+06
1.37/1.41	c current bound: 12156512
2.26/2.33	c leaving approximation
2.26/2.33	c finished approximation
2.26/2.33	c [INC SYSTEM] there exists a inc, kill it!
2.26/2.33	c write failed with 2
2.26/2.34	c [INC SEARCH] iteration: 0
2.26/2.34	c [INC BOUNDS] best value:24313023 search for 24313022
2.26/2.34	c [INC SYSTEM] create new solver instance
2.26/2.34	c [INC] encode full formula
2.26/2.34	c fallback to adder encoding
2.78/2.84	c set iterative enc to: adder
2.78/2.84	c set iterative enc to: none
2.87/2.92	c [INC SEARCH] isOptimum variable: 0
914.18/914.43	c formula is SAT
914.18/914.45	c [INC SEARCH] copied best model
914.18/914.45	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
914.18/914.47	c model valid
914.18/914.47	c current solution ok
914.18/914.47	o 22999919
914.18/914.47	c [INC SEARCH] iteration: 1
914.18/914.47	c [INC BOUNDS] best value:22999934 search for 22999933
914.18/914.47	c [INC SYSTEM] there exists a inc, kill it!
914.18/914.47	c write failed with 2
914.18/914.47	c [INC SYSTEM] create new solver instance
914.18/914.47	c [INC] encode full formula
914.18/914.47	c fallback to adder encoding
914.70/914.97	c set iterative enc to: adder
914.70/914.97	c set iterative enc to: none
914.77/915.07	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1800.40	c write failed with -1

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-3702629-1338132088/watcher-3702629-1338132088 -o /tmp/evaluation-result-3702629-1338132088/solver-3702629-1338132088 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702629-1338132088.opb 2107289336 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.01 2.01 2.00 2/178 32461
/proc/meminfo: memFree=31086728/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0

[startup+0.073793 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 32461
/proc/meminfo: memFree=31086728/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100532 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 32461
/proc/meminfo: memFree=31086728/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 32461
/proc/meminfo: memFree=31086728/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 32461
/proc/meminfo: memFree=31086728/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 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.01 2.01 2.00 3/181 32467
/proc/meminfo: memFree=31059348/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=28912 CPUtime=0.95 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) R 32461 32461 31461 0 -1 4202496 5505 10965 0 0 25 17 50 3 20 0 1 0 279334301 29605888 6583 33554432000 4194304 5992684 140736346624144 140736346618176 5182699 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32462/statm: 7228 6583 195 440 0 6784 0
[pid=32467] ppid=32462 vsize=20300 CPUtime=0.52 cores=0,2,4,6
/proc/32467/stat : 32467 (glucosInc) S 32462 32461 31461 0 -1 4202496 3945 0 0 0 52 0 0 0 20 0 1 0 279334366 20787200 4317 33554432000 4194304 5654031 140737000627488 140737000625800 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/32467/statm: 5075 4317 146 357 0 4715 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 58360

[startup+3.10021 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32470
/proc/meminfo: memFree=30977596/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 22580

[startup+6.30033 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 32477
/proc/meminfo: memFree=30932708/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=114584 CPUtime=3.36 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 21563 0 0 0 332 4 0 0 20 0 1 0 279334593 117334016 25138 33554432000 4194304 5654031 140735160173584 140735160171368 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 28646 25138 132 357 0 28286 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 137164

[startup+12.7003 s]
/proc/loadavg: 2.15 2.05 2.01 3/181 32477
/proc/meminfo: memFree=30932736/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=115856 CPUtime=9.76 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 21939 0 0 0 972 4 0 0 20 0 1 0 279334593 118636544 25514 33554432000 4194304 5654031 140735160173584 140735160171368 4233306 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 28964 25514 141 357 0 28604 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 138436

[startup+25.5003 s]
/proc/loadavg: 2.13 2.04 2.01 3/181 32477
/proc/meminfo: memFree=30927020/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=116916 CPUtime=22.54 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 22256 0 0 0 2250 4 0 0 20 0 1 0 279334593 119721984 26330 33554432000 4194304 5654031 140735160173584 140735160161400 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 29229 26330 141 357 0 28869 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 139496

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 32477
/proc/meminfo: memFree=30917700/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=120036 CPUtime=48.14 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 22740 0 0 0 4809 5 0 0 20 0 1 0 279334593 122916864 27925 33554432000 4194304 5654031 140735160173584 140735160161400 4216690 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 30009 27925 142 357 0 29649 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 142616

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 32478
/proc/meminfo: memFree=30913152/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=120096 CPUtime=99.33 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 24130 0 0 0 9928 5 0 0 20 0 1 0 279334593 122978304 27388 33554432000 4194304 5654031 140735160173584 140735160161400 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 30024 27388 142 357 0 29664 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 142676

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 32478
/proc/meminfo: memFree=30873436/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=170544 CPUtime=159.32 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 24835 0 0 0 15926 6 0 0 20 0 1 0 279334593 174637056 37289 33554432000 4194304 5654031 140735160173584 140735160161400 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 42636 37289 142 357 0 42276 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 193124

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 32478
/proc/meminfo: memFree=30876416/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=13432 CPUtime=2.88 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 10220 32801 0 0 73 25 181 9 20 0 1 0 279334301 13754368 2923 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/32462/statm: 3358 2923 203 440 0 2914 0
[pid=32477] ppid=32462 vsize=151696 CPUtime=219.31 cores=0,2,4,6
/proc/32477/stat : 32477 (glucosInc) R 32462 32461 31461 0 -1 4202496 25554 0 0 0 21924 7 0 0 20 0 1 0 279334593 155336704 36052 33554432000 4194304 5654031 140735160173584 140735160161400 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32477/statm: 37924 36052 142 357 0 37564 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 174276

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 32478
/proc/meminfo: memFree=30835504/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=30778604/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=151192 CPUtime=327.17 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 27635 0 0 0 32708 9 0 0 20 0 1 0 279425808 154820608 34919 33554432000 4194304 5654031 140736046942640 140736046930456 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 37798 34919 142 357 0 37438 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 176052

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 32549
/proc/meminfo: memFree=30742480/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=151192 CPUtime=387.14 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 28427 0 0 0 38705 9 0 0 20 0 1 0 279425808 154820608 35708 33554432000 4194304 5654031 140736046942640 140736046930456 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 37798 35708 142 357 0 37438 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 176052

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 32549
/proc/meminfo: memFree=30687336/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=200512 CPUtime=447.12 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 28924 0 0 0 44702 10 0 0 20 0 1 0 279425808 205324288 45198 33554432000 4194304 5654031 140736046942640 140736046930456 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 50128 45198 142 357 0 49768 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 225372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32549
/proc/meminfo: memFree=30721344/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=151192 CPUtime=507.11 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 28924 0 0 0 50701 10 0 0 20 0 1 0 279425808 154820608 36022 33554432000 4194304 5654031 140736046942640 140736046930456 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 37798 36022 142 357 0 37438 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 176052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32549
/proc/meminfo: memFree=30710980/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=151192 CPUtime=567.1 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 29412 0 0 0 56699 11 0 0 20 0 1 0 279425808 154820608 36022 33554432000 4194304 5654031 140736046942640 140736046930456 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 37798 36022 142 357 0 37438 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 176052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32549
/proc/meminfo: memFree=30660712/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=200512 CPUtime=627.09 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 29900 0 0 0 62698 11 0 0 20 0 1 0 279425808 205324288 44686 33554432000 4194304 5654031 140736046942640 140736046930456 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 50128 44686 142 357 0 49768 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 225372

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32550
/proc/meminfo: memFree=30651836/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=200512 CPUtime=687.08 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 30389 0 0 0 68696 12 0 0 20 0 1 0 279425808 205324288 45198 33554432000 4194304 5654031 140736046942640 140736046930456 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 50128 45198 142 357 0 49768 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 225372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32550
/proc/meminfo: memFree=30754324/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=151192 CPUtime=747.07 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 30393 0 0 0 74695 12 0 0 20 0 1 0 279425808 154820608 36022 33554432000 4194304 5654031 140736046942640 140736046930456 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 37798 36022 142 357 0 37438 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 176052

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 32553
/proc/meminfo: memFree=30696960/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=200512 CPUtime=807.07 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 30880 0 0 0 80694 13 0 0 20 0 1 0 279425808 205324288 44174 33554432000 4194304 5654031 140736046942640 140736046930456 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 50128 44174 142 357 0 49768 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 225372

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 32553
/proc/meminfo: memFree=30688788/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=200512 CPUtime=867.06 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 30882 0 0 0 86693 13 0 0 20 0 1 0 279425808 205324288 45198 33554432000 4194304 5654031 140736046942640 140736046930456 4232925 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 50128 45198 142 357 0 49768 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 225372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 32553
/proc/meminfo: memFree=30725216/32873648 swapFree=7116/7116
[pid=32461] ppid=32459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (npSolver-pbo-It) S 32459 32461 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279334300 9367552 275 33554432000 4194304 5064252 140734415386208 140734415385120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32461/statm: 2287 275 233 213 0 72 0
[pid=32462] ppid=32461 vsize=15712 CPUtime=914.85 cores=0,2,4,6
/proc/32462/stat : 32462 (npSolver-pbo) S 32461 32461 31461 0 -1 4202496 15627 61936 0 0 127 33 91302 23 20 0 1 0 279334301 16089088 3495 33554432000 4194304 5992684 140736346624144 140736346609976 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 2 0 0
/proc/32462/statm: 3928 3495 205 440 0 3484 0
[pid=32544] ppid=32462 vsize=151192 CPUtime=885.16 cores=0,2,4,6
/proc/32544/stat : 32544 (glucosInc) R 32462 32461 31461 0 -1 4202496 30883 0 0 0 88503 13 0 0 20 0 1 0 279425808 154820608 36022 33554432000 4194304 5654031 140736046942640 140736046930456 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32544/statm: 37798 36022 142 357 0 37438 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 176052

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.04
CPU user time (s): 1799.33
CPU system time (s): 0.707892
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 225372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.707892
maximum resident set size= 203188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108825
page faults= 0
swaps= 0
block input operations= 32
block output operations= 179496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 642
involuntary context switches= 2413

runsolver used 4.17836 second user time and 9.97048 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 17:21:28
IDJOB=3702629
IDBENCH=92719
IDSOLVER=2278
FILE ID=node123/3702629-1338132088
RUNJOBID= node123-1338124037-31477
PBS_JOBID= 14624505
Free space on /tmp= 71468 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_6_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702629-1338132088/watcher-3702629-1338132088 -o /tmp/evaluation-result-3702629-1338132088/solver-3702629-1338132088 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702629-1338132088.opb 2107289336 HOME HOME

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

MD5SUM BENCH= 3266e32b2a945b684ae99382e7a5d59c
RANDOM SEED=2107289336

node123.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.217
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.217
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		: 2667.217
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.217
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.217
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.217
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.217
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:        31089180 kB
Buffers:          111312 kB
Cached:           289464 kB
SwapCached:          956 kB
Active:           945868 kB
Inactive:          37048 kB
Active(anon):     575196 kB
Inactive(anon):     9416 kB
Active(file):     370672 kB
Inactive(file):    27632 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:              8596 kB
Writeback:             0 kB
AnonPages:        600884 kB
Mapped:            11644 kB
Shmem:                 0 kB
Slab:             650664 kB
SReclaimable:      95120 kB
SUnreclaim:       555544 kB
KernelStack:        1480 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     764584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 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= 71416 MiB
End job on node123 at 2012-05-27 17:51:29