Trace number 3694402

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.12 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
9orless/normalized-upstart-compat-sysv.cudf.paranoid.opb
MD5SUM1a68af6117c5d8c0bd6100144787dd93
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark154743
Best CPU time to get the best result obtained on this benchmark826.928
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19772
Total number of constraints96417
Number of constraints which are clauses94852
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7255
Biggest coefficient in the objective function 4297
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12723415
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4297
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12723415
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.88	c model valid
0.00/0.88	c current solution ok
1.12/1.31	o 2548928
1.12/1.31	c fallback to adder encoding
1800.08/1800.61	./satsolver.sh: line 5:  7660 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	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-3694402-1338103632/watcher-3694402-1338103632 -o /tmp/evaluation-result-3694402-1338103632/solver-3694402-1338103632 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694402-1338103632.opb 1815858874 HOME HOME 

running on 4 cores: 1,3,5,7

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.12 3/178 7650
/proc/meminfo: memFree=30247676/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0

[startup+0.050789 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 7650
/proc/meminfo: memFree=30247676/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 7650
/proc/meminfo: memFree=30247676/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300176 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 7650
/proc/meminfo: memFree=30247676/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700201 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 7650
/proc/meminfo: memFree=30247676/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.01 2.02 2.11 2/180 7656
/proc/meminfo: memFree=30222840/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=36588 CPUtime=1.32 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) R 7650 7650 3829 0 -1 4202496 7087 4247 0 0 96 23 12 1 20 0 1 0 276487265 37466112 7368 33554432000 4194304 5873084 140734337106368 140734337101704 4420202 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 9147 7368 180 410 0 8729 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 45736

[startup+3.10023 s]
/proc/loadavg: 2.01 2.02 2.11 3/180 7658
/proc/meminfo: memFree=30090056/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 94888
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.01 2.02 2.11 3/184 7662
/proc/meminfo: memFree=29658860/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=182664 CPUtime=4.01 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 33093 0 0 0 393 8 0 0 20 0 1 0 276487494 187047936 37654 33554432000 4194304 4896791 140733364999872 140733364997000 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 45666 37654 78 172 0 45492 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 286700

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.11 3/184 7662
/proc/meminfo: memFree=29659768/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=182664 CPUtime=10.4 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 33098 0 0 0 1032 8 0 0 20 0 1 0 276487494 187047936 37659 33554432000 4194304 4896791 140733364999872 140733364997000 4230494 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 45666 37659 78 172 0 45492 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 286700

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.11 3/184 7662
/proc/meminfo: memFree=29650196/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=182760 CPUtime=23.2 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 33480 0 0 0 2312 8 0 0 20 0 1 0 276487494 187146240 37699 33554432000 4194304 4896791 140733364999872 140733364997384 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 45690 37699 78 172 0 45516 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 286796

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.11 3/183 7662
/proc/meminfo: memFree=29634536/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=187704 CPUtime=48.8 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 35774 0 0 0 4871 9 0 0 20 0 1 0 276487494 192208896 40980 33554432000 4194304 4896791 140733364999872 140733364997384 4225171 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 46926 40980 78 172 0 46752 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 291740

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.10 3/183 7663
/proc/meminfo: memFree=29611552/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=196564 CPUtime=99.98 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 40778 0 0 0 9986 12 0 0 20 0 1 0 276487494 201281536 43666 33554432000 4194304 4896791 140733364999872 140733364997080 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 49141 43666 78 172 0 48967 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 300600

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.09 3/183 7663
/proc/meminfo: memFree=29580376/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=238760 CPUtime=159.96 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 49008 0 0 0 15976 20 0 0 20 0 1 0 276487494 244490240 48494 33554432000 4194304 4896791 140733364999872 140733364997080 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 59690 48494 78 172 0 59516 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 342796

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/184 7666
/proc/meminfo: memFree=29542672/32873648 swapFree=7368/7368

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7674
/proc/meminfo: memFree=29247588/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=404260 CPUtime=1359.74 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 118026 0 0 0 135859 115 0 0 20 0 1 0 276487494 413962240 89855 33554432000 4194304 4896791 140733364999872 140733364997080 4225204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 101065 89855 78 172 0 100891 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 508296

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7677
/proc/meminfo: memFree=29238320/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=408924 CPUtime=1419.73 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 120810 0 0 0 141852 121 0 0 20 0 1 0 276487494 418738176 89254 33554432000 4194304 4896791 140733364999872 140733364997080 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 102231 89254 78 172 0 102057 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 512960

[startup+1482.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 7677
/proc/meminfo: memFree=29232536/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=412516 CPUtime=1479.72 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 122293 0 0 0 147849 123 0 0 20 0 1 0 276487494 422416384 91806 33554432000 4194304 4896791 140733364999872 140733364997080 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 103129 91806 78 172 0 102955 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 516552

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7677
/proc/meminfo: memFree=29180064/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=419112 CPUtime=1539.72 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 124288 0 0 0 153845 127 0 0 20 0 1 0 276487494 429170688 98384 33554432000 4194304 4896791 140733364999872 140733364997080 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 104778 98384 78 172 0 104604 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 523148

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 7678
/proc/meminfo: memFree=29193716/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=423224 CPUtime=1599.71 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 126353 0 0 0 159840 131 0 0 20 0 1 0 276487494 433381376 93415 33554432000 4194304 4896791 140733364999872 140733364995544 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 105806 93415 78 172 0 105632 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 527260

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7678
/proc/meminfo: memFree=29162848/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=426768 CPUtime=1659.69 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 127868 0 0 0 165835 134 0 0 20 0 1 0 276487494 437010432 98112 33554432000 4194304 4896791 140733364999872 140733364997400 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 106692 98112 78 172 0 106518 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 530804

[startup+1722.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7678
/proc/meminfo: memFree=29162516/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=431420 CPUtime=1719.69 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 129427 0 0 0 171832 137 0 0 20 0 1 0 276487494 441774080 102168 33554432000 4194304 4896791 140733364999872 140733364997080 4224708 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 107855 102168 78 172 0 107681 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 535456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7678
/proc/meminfo: memFree=29148676/32873648 swapFree=7368/7368
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=435756 CPUtime=1779.67 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 131565 0 0 0 177827 140 0 0 20 0 1 0 276487494 446214144 101285 33554432000 4194304 4896791 140733364999872 140733364995608 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 108939 101285 78 172 0 108765 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 539792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.92 1.99 1.99 2/177 7695
/proc/meminfo: memFree=29616652/32873648 swapFree=7372/7372
[pid=7650] ppid=7648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (runPb2satCp2.sh) S 7648 7650 3829 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276487265 9367552 275 33554432000 4194304 5064252 140735727173696 140735727172608 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7650/statm: 2287 275 233 213 0 72 0
[pid=7651] ppid=7650 vsize=85740 CPUtime=2.1 cores=1,3,5,7
/proc/7651/stat : 7651 (pb2sat) S 7650 7650 3829 0 -1 4202496 8911 4247 0 0 162 35 12 1 20 0 1 0 276487265 87797760 19144 33554432000 4194304 5873084 140734337106368 140734337100184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7651/statm: 21435 19144 180 410 0 21017 0
[pid=7659] ppid=7651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7659/stat : 7659 (satsolver.sh) S 7651 7650 3829 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276487493 9367552 266 33554432000 4194304 5064252 140734248147984 140734248146896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7659/statm: 2287 266 226 213 0 72 0
[pid=7660] ppid=7659 vsize=436812 CPUtime=1797.98 cores=1,3,5,7
/proc/7660/stat : 7660 (glucose_static) R 7659 7650 3829 0 -1 4202496 131850 0 0 0 179657 141 0 0 20 0 1 0 276487494 447295488 105658 33554432000 4194304 4896791 140733364999872 140733364997080 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7660/statm: 109203 105658 78 172 0 109029 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 540848

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.61
CPU time (s): 1800.12
CPU user time (s): 1798.33
CPU system time (s): 1.79073
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 668960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 1.79073
maximum resident set size= 512328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121
involuntary context switches= 1860

runsolver used 3.18152 second user time and 8.65468 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 09:27:12
IDJOB=3694402
IDBENCH=72286
IDSOLVER=2273
FILE ID=node149/3694402-1338103632
RUNJOBID= node149-1338101830-7493
PBS_JOBID= 14624439
Free space on /tmp= 71696 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-upstart-compat-sysv.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694402-1338103632/watcher-3694402-1338103632 -o /tmp/evaluation-result-3694402-1338103632/solver-3694402-1338103632 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694402-1338103632.opb 1815858874 HOME HOME

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

MD5SUM BENCH= 1a68af6117c5d8c0bd6100144787dd93
RANDOM SEED=1815858874

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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.55
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.145
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.145
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:        30247940 kB
Buffers:          270464 kB
Cached:          1539880 kB
SwapCached:         2244 kB
Active:           712796 kB
Inactive:        1109816 kB
Active(anon):       4136 kB
Inactive(anon):     9052 kB
Active(file):     708660 kB
Inactive(file):  1100764 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104796 kB
Dirty:             24188 kB
Writeback:             0 kB
AnonPages:        409096 kB
Mapped:            14696 kB
Shmem:                96 kB
Slab:             666224 kB
SReclaimable:     110644 kB
SUnreclaim:       555580 kB
KernelStack:        1528 kB
PageTables:         4148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     126352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 71568 MiB
End job on node149 at 2012-05-27 09:57:12