Trace number 3716267

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.08 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMd97c5722fe377ef62d4d83eb3fe2e1eb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.219966
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints35
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1734
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 1733
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.31	o 1110
0.00/0.31	c current bound: 555
3.36/3.47	o 399
3.36/3.47	c current bound: 199
4.26/4.35	o 174
4.26/4.35	c current bound: 87
4.33/4.49	o 76
4.33/4.49	c current bound: 38
4.47/4.53	o 24
4.47/4.53	c current bound: 12
4.51/4.79	o 10
4.51/4.79	c current bound: 5
1800.08/1800.51	c error: unexpected solver exit code
1800.08/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-3716267-1338172421/watcher-3716267-1338172421 -o /tmp/evaluation-result-3716267-1338172421/solver-3716267-1338172421 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716267-1338172421.wbo 2055299850 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26479
/proc/meminfo: memFree=31300632/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0

[startup+0.068351 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26479
/proc/meminfo: memFree=31300632/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100354 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26479
/proc/meminfo: memFree=31300632/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300188 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26479
/proc/meminfo: memFree=31300632/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700133 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26479
/proc/meminfo: memFree=31300632/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 26486
/proc/meminfo: memFree=31281488/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4872 CPUtime=0.31 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 1764 2413 0 0 6 4 21 0 20 0 1 0 283368873 4988928 844 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1218 844 173 410 0 800 0
[pid=26485] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26485/stat : 26485 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283368907 9367552 266 33554432000 4194304 5064252 140737101536416 140737101535328 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26485/statm: 2287 266 226 213 0 72 0
[pid=26486] ppid=26485 vsize=15804 CPUtime=1.16 cores=0,2,4,6
/proc/26486/stat : 26486 (glucose_static) R 26485 26479 24824 0 -1 4202496 3986 0 0 0 115 1 0 0 20 0 1 0 283368907 16183296 3408 33554432000 4194304 4896791 140734083469184 140734083466504 4205476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26486/statm: 3951 3408 78 172 0 3777 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38972

[startup+3.10039 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 26486
/proc/meminfo: memFree=31278572/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4872 CPUtime=0.31 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 1764 2413 0 0 6 4 21 0 20 0 1 0 283368873 4988928 844 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1218 844 173 410 0 800 0
[pid=26485] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26485/stat : 26485 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283368907 9367552 266 33554432000 4194304 5064252 140737101536416 140737101535328 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26485/statm: 2287 266 226 213 0 72 0
[pid=26486] ppid=26485 vsize=18036 CPUtime=2.75 cores=0,2,4,6
/proc/26486/stat : 26486 (glucose_static) R 26485 26479 24824 0 -1 4202496 5764 0 0 0 274 1 0 0 20 0 1 0 283368907 18468864 3880 33554432000 4194304 4896791 140734083469184 140734083466712 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26486/statm: 4509 3880 78 172 0 4335 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 41204

[startup+6.30038 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 26501
/proc/meminfo: memFree=31294608/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=8316 CPUtime=1.49 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 3078 0 0 0 149 0 0 0 20 0 1 0 283369353 8515584 1635 33554432000 4194304 4896791 140734054030560 140734054028088 4224975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 2079 1635 77 172 0 1905 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31580

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 26501
/proc/meminfo: memFree=31284404/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=16972 CPUtime=7.89 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 9631 0 0 0 788 1 0 0 20 0 1 0 283369353 17379328 3719 33554432000 4194304 4896791 140734054030560 140734054028088 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 4243 3719 78 172 0 4069 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40236

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26501
/proc/meminfo: memFree=31276268/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=25916 CPUtime=20.68 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 17189 0 0 0 2064 4 0 0 20 0 1 0 283369353 26537984 5012 33554432000 4194304 4896791 140734054030560 140734054028088 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 6479 5012 78 172 0 6305 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49180

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 26501
/proc/meminfo: memFree=31262252/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=32172 CPUtime=46.28 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 28006 0 0 0 4620 8 0 0 20 0 1 0 283369353 32944128 7325 33554432000 4194304 4896791 140734054030560 140734054027768 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 8043 7325 78 172 0 7869 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 55436

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 26501
/proc/meminfo: memFree=31231196/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=61192 CPUtime=97.48 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 40113 0 0 0 9735 13 0 0 20 0 1 0 283369353 62660608 12886 33554432000 4194304 4896791 140734054030560 140734054027768 4225038 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 15298 12886 78 172 0 15124 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 84456

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26501
/proc/meminfo: memFree=31212984/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 123552 0 0 0 141643 76 0 0 20 0 1 0 283369353 153186304 35273 33554432000 4194304 4896791 140734054030560 140734054027992 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 37399 35273 78 172 0 37225 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 172860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26513
/proc/meminfo: memFree=31031016/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=182188 CPUtime=1477.17 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 125787 0 0 0 147639 78 0 0 20 0 1 0 283369353 186560512 39265 33554432000 4194304 4896791 140734054030560 140734054028088 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 45547 39265 78 172 0 45373 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 205452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26513
/proc/meminfo: memFree=31030052/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=182572 CPUtime=1537.16 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 127151 0 0 0 153636 80 0 0 20 0 1 0 283369353 186953728 38849 33554432000 4194304 4896791 140734054030560 140734054026296 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 45643 38849 78 172 0 45469 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 205836

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 26573
/proc/meminfo: memFree=31171780/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=182760 CPUtime=1597.15 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 128526 0 0 0 159632 83 0 0 20 0 1 0 283369353 187146240 40482 33554432000 4194304 4896791 140734054030560 140734054027768 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 45690 40482 78 172 0 45516 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 206024

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 26605
/proc/meminfo: memFree=31146976/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=185764 CPUtime=1657.14 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 130443 0 0 0 165629 85 0 0 20 0 1 0 283369353 190222336 41085 33554432000 4194304 4896791 140734054030560 140734054027992 4225134 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 46441 41085 78 172 0 46267 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 209028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26606
/proc/meminfo: memFree=31139092/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=188596 CPUtime=1717.12 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 132323 0 0 0 171625 87 0 0 20 0 1 0 283369353 193122304 40040 33554432000 4194304 4896791 140734054030560 140734054027816 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 47149 40040 78 172 0 46975 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 211860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26606
/proc/meminfo: memFree=31119188/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=189100 CPUtime=1777.11 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 133697 0 0 0 177622 89 0 0 20 0 1 0 283369353 193638400 43208 33554432000 4194304 4896791 140734054030560 140734054027768 4225379 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 47275 43208 78 172 0 47101 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 212364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26606
/proc/meminfo: memFree=31148432/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=158280 CPUtime=1795.31 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 134405 0 0 0 179441 90 0 0 20 0 1 0 283369353 162078720 34474 33554432000 4194304 4896791 140734054030560 140734054028088 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 39570 34474 78 172 0 39396 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 181544

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26606
/proc/meminfo: memFree=31148432/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26479/stat : 26479 (runWbo2sat.sh) S 26477 26479 24824 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283368873 9367552 274 33554432000 4194304 5064252 140733370425792 140733370424704 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26479/statm: 2287 274 233 213 0 72 0
[pid=26480] ppid=26479 vsize=4968 CPUtime=4.77 cores=0,2,4,6
/proc/26480/stat : 26480 (wbo2sat) S 26479 26479 24824 0 -1 4202496 3127 22062 0 0 7 5 460 5 20 0 1 0 283368873 5087232 864 33554432000 4194304 5872148 140735533976128 140735533969400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26480/statm: 1242 864 173 410 0 824 0
[pid=26500] ppid=26480 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26500/stat : 26500 (satsolver.sh) S 26480 26479 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283369353 9367552 266 33554432000 4194304 5064252 140736170822592 140736170821504 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26500/statm: 2287 266 226 213 0 72 0
[pid=26501] ppid=26500 vsize=158280 CPUtime=1795.31 cores=0,2,4,6
/proc/26501/stat : 26501 (glucose_static) R 26500 26479 24824 0 -1 4202496 134405 0 0 0 179441 90 0 0 20 0 1 0 283369353 162078720 34474 33554432000 4194304 4896791 140734054030560 140734054028088 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26501/statm: 39570 34474 78 172 0 39396 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 181544

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26479 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=683288
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=111982
# CPU time returned by wait4() is 4.79527
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1799.08
CPU system time (s): 1
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 242464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.68329
system time used= 0.111982
maximum resident set size= 18336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26166
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44
involuntary context switches= 38

runsolver used 3.00654 second user time and 8.24875 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 04:33:41
IDJOB=3716267
IDBENCH=78666
IDSOLVER=2298
FILE ID=node115/3716267-1338172421
RUNJOBID= node115-1338159625-24840
PBS_JOBID= 14624555
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= d97c5722fe377ef62d4d83eb3fe2e1eb
RANDOM SEED=2055299850

node115.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.462
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.92
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.462
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.462
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.462
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		: 2666.462
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.92
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.462
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.462
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.462
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:        31300524 kB
Buffers:          342252 kB
Cached:           295496 kB
SwapCached:          972 kB
Active:           635512 kB
Inactive:          93916 kB
Active(anon):      84828 kB
Inactive(anon):     9248 kB
Active(file):     550684 kB
Inactive(file):    84668 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8896 kB
Writeback:             0 kB
AnonPages:         97828 kB
Mapped:            12516 kB
Shmem:                96 kB
Slab:             705524 kB
SReclaimable:     149648 kB
SUnreclaim:       555876 kB
KernelStack:        1512 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     212744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71620 MiB
End job on node115 at 2012-05-28 05:03:42