Trace number 3716271

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa55e12002eaa3d7d50414499a072c521
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.766883
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints83
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 4163
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4162
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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.27	o 2873
0.00/0.27	c current bound: 1436
3.97/4.07	o 639
3.97/4.07	c current bound: 319
4.68/4.70	o 297
4.68/4.70	c current bound: 148
23.56/23.64	o 124
23.56/23.64	c current bound: 62
26.95/27.00	o 41
26.95/27.00	c current bound: 20
26.98/27.41	o 20
26.98/27.41	c current bound: 10
27.56/27.65	o 9
27.56/27.65	c current bound: 4
58.54/58.67	o 3
58.54/58.67	c current bound: 1
1800.05/1800.51	c error: unexpected solver exit code
1800.05/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-3716271-1338178709/watcher-3716271-1338178709 -o /tmp/evaluation-result-3716271-1338178709/solver-3716271-1338178709 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716271-1338178709.wbo 1854798504 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.02 2.00 3/179 8508
/proc/meminfo: memFree=28978700/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0

[startup+0.102915 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8508
/proc/meminfo: memFree=28978700/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200276 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8508
/proc/meminfo: memFree=28978700/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8508
/proc/meminfo: memFree=28978700/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8508
/proc/meminfo: memFree=28978700/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8515
/proc/meminfo: memFree=28910504/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=14460 CPUtime=0.34 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 4696 2942 0 0 15 7 11 1 20 0 1 0 283996360 14807040 2951 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8509/statm: 3615 2951 173 410 0 3197 0
[pid=8514] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8514/stat : 8514 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283996396 9367552 267 33554432000 4194304 5064252 140737126402496 140737126401408 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8514/statm: 2287 267 226 213 0 72 0
[pid=8515] ppid=8514 vsize=54056 CPUtime=1.12 cores=0,2,4,6
/proc/8515/stat : 8515 (glucose_static) R 8514 8508 6626 0 -1 4202496 11415 0 0 0 110 2 0 0 20 0 1 0 283996397 55353344 12526 33554432000 4194304 4896791 140736137810208 140736137807416 4204138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8515/statm: 13514 12526 78 172 0 13340 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 86812

[startup+3.10033 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8516
/proc/meminfo: memFree=28910304/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=14460 CPUtime=0.34 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 4696 2942 0 0 15 7 11 1 20 0 1 0 283996360 14807040 2951 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8509/statm: 3615 2951 173 410 0 3197 0
[pid=8514] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8514/stat : 8514 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283996396 9367552 267 33554432000 4194304 5064252 140737126402496 140737126401408 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8514/statm: 2287 267 226 213 0 72 0
[pid=8515] ppid=8514 vsize=54744 CPUtime=2.73 cores=0,2,4,6
/proc/8515/stat : 8515 (glucose_static) R 8514 8508 6626 0 -1 4202496 12048 0 0 0 270 3 0 0 20 0 1 0 283996397 56057856 12672 33554432000 4194304 4896791 140736137810208 140736137807416 4203862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8515/statm: 13686 12672 78 172 0 13512 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 87500

[startup+6.30034 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8522
/proc/meminfo: memFree=28951972/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=4.69 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 7785 22690 0 0 20 8 434 7 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8521] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8521/stat : 8521 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283996831 9367552 266 33554432000 4194304 5064252 140737303669792 140737303668704 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8521/statm: 2287 266 226 213 0 72 0
[pid=8522] ppid=8521 vsize=17688 CPUtime=1.58 cores=0,2,4,6
/proc/8522/stat : 8522 (glucose_static) R 8521 8508 6626 0 -1 4202496 4995 0 0 0 157 1 0 0 20 0 1 0 283996832 18112512 3695 33554432000 4194304 4896791 140734328372576 140734328370104 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8522/statm: 4422 3695 78 172 0 4248 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47528

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8522
/proc/meminfo: memFree=28945896/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=4.69 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 7785 22690 0 0 20 8 434 7 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8521] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8521/stat : 8521 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283996831 9367552 266 33554432000 4194304 5064252 140737303669792 140737303668704 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8521/statm: 2287 266 226 213 0 72 0
[pid=8522] ppid=8521 vsize=22244 CPUtime=7.98 cores=0,2,4,6
/proc/8522/stat : 8522 (glucose_static) R 8521 8508 6626 0 -1 4202496 9718 0 0 0 796 2 0 0 20 0 1 0 283996832 22777856 4604 33554432000 4194304 4896791 140734328372576 140734328370152 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8522/statm: 5561 4604 78 172 0 5387 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 52084

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8525
/proc/meminfo: memFree=28949232/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=23.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 8243 41159 0 0 21 8 2321 12 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8524] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8524/stat : 8524 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283998725 9367552 267 33554432000 4194304 5064252 140734834182000 140734834180912 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8524/statm: 2287 267 226 213 0 72 0
[pid=8525] ppid=8524 vsize=12304 CPUtime=1.84 cores=0,2,4,6
/proc/8525/stat : 8525 (glucose_static) R 8524 8508 6626 0 -1 4202496 4439 0 0 0 184 0 0 0 20 0 1 0 283998725 12599296 2589 33554432000 4194304 4896791 140735636912576 140735636909896 4223829 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8525/statm: 3076 2589 78 172 0 2902 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42144

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8534
/proc/meminfo: memFree=28943196/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=27.61 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 8864 54495 0 0 21 8 2717 15 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8533] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8533/stat : 8533 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283999125 9367552 266 33554432000 4194304 5064252 140736890704144 140736890703056 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8533/statm: 2287 266 226 213 0 72 0
[pid=8534] ppid=8533 vsize=28268 CPUtime=23.43 cores=0,2,4,6
/proc/8534/stat : 8534 (glucose_static) R 8533 8508 6626 0 -1 4202496 16960 0 0 0 2339 4 0 0 20 0 1 0 283999125 28946432 5955 33554432000 4194304 4896791 140737431743088 140737431740296 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8534/statm: 7067 5955 78 172 0 6893 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 58108

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 8540
/proc/meminfo: memFree=28935784/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=33548 CPUtime=43.61 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 21343 0 0 0 4355 6 0 0 20 0 1 0 284002227 34353152 7699 33554432000 4194304 4896791 140733893204544 140733893201752 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 8387 7699 78 172 0 8213 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 63388

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8549
/proc/meminfo: memFree=28930368/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 141691 0 0 0 130228 103 0 0 20 0 1 0 284002227 207077376 47847 33554432000 4194304 4896791 140733893204544 140733893202120 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 50556 47847 78 172 0 50382 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 232064

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8623
/proc/meminfo: memFree=28642864/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=254532 CPUtime=1363.3 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 145108 0 0 0 136223 107 0 0 20 0 1 0 284002227 260640768 57724 33554432000 4194304 4896791 140733893204544 140733893201752 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 63633 57724 78 172 0 63459 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 284372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8623
/proc/meminfo: memFree=28640928/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=228508 CPUtime=1423.29 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 148920 0 0 0 142216 113 0 0 20 0 1 0 284002227 233992192 52083 33554432000 4194304 4896791 140733893204544 140733893201752 4225171 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 57127 52083 78 172 0 56953 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 258348

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 8624
/proc/meminfo: memFree=28590124/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=268376 CPUtime=1483.28 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 152914 0 0 0 148212 116 0 0 20 0 1 0 284002227 274817024 59006 33554432000 4194304 4896791 140733893204544 140733893201800 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 67094 59006 78 172 0 66920 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 298216

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 8624
/proc/meminfo: memFree=28584796/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=328356 CPUtime=1543.26 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 156768 0 0 0 154206 120 0 0 20 0 1 0 284002227 336236544 69141 33554432000 4194304 4896791 140733893204544 140733893201800 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 82089 69141 78 172 0 81915 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 358196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8624
/proc/meminfo: memFree=28602864/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=249720 CPUtime=1603.26 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 158703 0 0 0 160202 124 0 0 20 0 1 0 284002227 255713280 59018 33554432000 4194304 4896791 140733893204544 140733893202120 4225384 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 62430 59018 78 172 0 62256 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 279560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8624
/proc/meminfo: memFree=28576496/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=285036 CPUtime=1663.25 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 161477 0 0 0 166197 128 0 0 20 0 1 0 284002227 291876864 62118 33554432000 4194304 4896791 140733893204544 140733893201800 4225191 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 71259 62118 78 172 0 71085 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 314876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8624
/proc/meminfo: memFree=28522364/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=339252 CPUtime=1723.23 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 164420 0 0 0 172192 131 0 0 20 0 1 0 284002227 347394048 70722 33554432000 4194304 4896791 140733893204544 140733893201752 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 84813 70722 78 172 0 84639 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 369092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8624
/proc/meminfo: memFree=28527332/32873648 swapFree=6864/6864
[pid=8508] ppid=8506 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8508/stat : 8508 (runWbo2sat.sh) S 8506 8508 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283996360 9367552 274 33554432000 4194304 5064252 140734420669248 140734420668160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8508/statm: 2287 274 233 213 0 72 0
[pid=8509] ppid=8508 vsize=11544 CPUtime=58.62 cores=0,2,4,6
/proc/8509/stat : 8509 (wbo2sat) S 8508 8508 6626 0 -1 4202496 9052 76293 0 0 21 8 5812 21 20 0 1 0 283996360 11821056 2301 33554432000 4194304 5872148 140735022011072 140735022004344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8509/statm: 2886 2301 173 410 0 2468 0
[pid=8536] ppid=8509 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8536/stat : 8536 (satsolver.sh) S 8509 8508 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284002227 9367552 266 33554432000 4194304 5064252 140735615007728 140735615006640 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8536/statm: 2287 266 226 213 0 72 0
[pid=8537] ppid=8536 vsize=339904 CPUtime=1741.43 cores=0,2,4,6
/proc/8537/stat : 8537 (glucose_static) R 8536 8508 6626 0 -1 4202496 164574 0 0 0 174011 132 0 0 20 0 1 0 284002227 348061696 78541 33554432000 4194304 4896791 140733893204544 140733893201752 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8537/statm: 84976 78541 78 172 0 84802 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 369744

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 8508 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=347129
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=310952
# CPU time returned by wait4() is 58.6581
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1798.44
CPU system time (s): 1.61
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 412560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.3471
system time used= 0.310952
maximum resident set size= 58184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71
involuntary context switches= 122

runsolver used 4.37933 second user time and 11.9352 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 06:18:29
IDJOB=3716271
IDBENCH=78701
IDSOLVER=2298
FILE ID=node125/3716271-1338178709
RUNJOBID= node125-1338160489-6642
PBS_JOBID= 14624562
Free space on /tmp= 71252 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716271-1338178709/watcher-3716271-1338178709 -o /tmp/evaluation-result-3716271-1338178709/solver-3716271-1338178709 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716271-1338178709.wbo 1854798504 HOME HOME

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

MD5SUM BENCH= a55e12002eaa3d7d50414499a072c521
RANDOM SEED=1854798504

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        28978692 kB
Buffers:          487624 kB
Cached:          2475608 kB
SwapCached:         2304 kB
Active:          1523160 kB
Inactive:        1514416 kB
Active(anon):      66032 kB
Inactive(anon):     9556 kB
Active(file):    1457128 kB
Inactive(file):  1504860 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              8608 kB
Writeback:             0 kB
AnonPages:         77684 kB
Mapped:            15060 kB
Shmem:               104 kB
Slab:             719432 kB
SReclaimable:     163328 kB
SUnreclaim:       556104 kB
KernelStack:        1520 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     197248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71232 MiB
End job on node125 at 2012-05-28 06:48:30