Trace number 3694583

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
pb2satCp2 2012-05-19? (TO) 1800.01 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_0_ic.opb
MD5SUM5dafdb536ba017bedf49ae7d6c6eb1e1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19663339
Best CPU time to get the best result obtained on this benchmark1800.95
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 37737792482
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 37737792482
Number of bits of the biggest sum of numbers36
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

102.36/102.43	c model valid
102.36/102.43	c current solution ok
104.83/104.93	o 210004395
104.83/104.93	c fallback to adder encoding
425.47/425.66	c model valid
425.47/425.67	c current solution ok
425.54/425.74	o 149554009
425.54/425.74	c fallback to adder encoding
477.73/477.99	c model valid
477.73/477.99	c current solution ok
477.83/478.06	o 148958889
477.83/478.06	c fallback to adder encoding
549.82/550.03	c model valid
549.82/550.03	c current solution ok
549.86/550.10	o 139767649
549.86/550.10	c fallback to adder encoding
670.68/670.97	c model valid
670.68/670.97	c current solution ok
670.74/671.04	o 119768633
670.74/671.04	c fallback to adder encoding
1730.25/1730.78	c model valid
1730.25/1730.78	c current solution ok
1730.33/1730.85	o 109089975
1730.33/1730.85	c fallback to adder encoding
1800.01/1800.51	c error: unexpected solver exit code
1800.01/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-3694583-1338230586/watcher-3694583-1338230586 -o /tmp/evaluation-result-3694583-1338230586/solver-3694583-1338230586 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694583-1338230586.opb 586071588 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13666
/proc/meminfo: memFree=28758324/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runsolver) D 13664 13666 12080 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 289184502 12095488 51 33554432000 4194304 5436572 140735080835472 140735080831768 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/13666/statm: 2953 51 31 304 0 2645 0

[startup+0.0731359 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13666
/proc/meminfo: memFree=28758324/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100347 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13666
/proc/meminfo: memFree=28758324/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.301048 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13666
/proc/meminfo: memFree=28758324/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700514 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13666
/proc/meminfo: memFree=28758324/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 13668
/proc/meminfo: memFree=28739308/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=136780 CPUtime=1.48 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) R 13666 13666 12080 0 -1 4202496 13030 0 0 0 141 7 0 0 20 0 1 0 289184503 140062720 26279 33554432000 4194304 5873084 140734646087520 140734646084760 5129975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 34195 26279 166 410 0 33777 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145928

[startup+3.10123 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13670
/proc/meminfo: memFree=28508304/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 13034 0 0 0 141 8 0 0 20 0 1 0 289184503 105091072 17744 33554432000 4194304 5873084 140734646087520 140734646083944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 25657 17744 169 410 0 25239 0
[pid=13669] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13669/stat : 13669 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289184653 9367552 266 33554432000 4194304 5064252 140734379331136 140734379330048 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13669/statm: 2287 266 226 213 0 72 0
[pid=13670] ppid=13669 vsize=168188 CPUtime=1.58 cores=0,2,4,6
/proc/13670/stat : 13670 (glucose_static) R 13669 13666 12080 0 -1 4202496 31300 0 0 0 153 5 0 0 20 0 1 0 289184653 172224512 36230 33554432000 4194304 4896791 140736233011520 140736233008728 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13670/statm: 42047 36230 76 172 0 41873 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289112

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13670
/proc/meminfo: memFree=28502024/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 13034 0 0 0 141 8 0 0 20 0 1 0 289184503 105091072 17744 33554432000 4194304 5873084 140734646087520 140734646083944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 25657 17744 169 410 0 25239 0
[pid=13669] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13669/stat : 13669 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289184653 9367552 266 33554432000 4194304 5064252 140734379331136 140734379330048 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13669/statm: 2287 266 226 213 0 72 0
[pid=13670] ppid=13669 vsize=168320 CPUtime=4.78 cores=0,2,4,6
/proc/13670/stat : 13670 (glucose_static) R 13669 13666 12080 0 -1 4202496 31335 0 0 0 473 5 0 0 20 0 1 0 289184653 172359680 36265 33554432000 4194304 4896791 140736233011520 140736233008728 4224980 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13670/statm: 42080 36265 76 172 0 41906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 289244

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13670
/proc/meminfo: memFree=28502560/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 13034 0 0 0 141 8 0 0 20 0 1 0 289184503 105091072 17744 33554432000 4194304 5873084 140734646087520 140734646083944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 25657 17744 169 410 0 25239 0
[pid=13669] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13669/stat : 13669 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289184653 9367552 266 33554432000 4194304 5064252 140734379331136 140734379330048 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13669/statm: 2287 266 226 213 0 72 0
[pid=13670] ppid=13669 vsize=168452 CPUtime=11.18 cores=0,2,4,6
/proc/13670/stat : 13670 (glucose_static) R 13669 13666 12080 0 -1 4202496 31834 0 0 0 1112 6 0 0 20 0 1 0 289184653 172494848 36120 33554432000 4194304 4896791 140736233011520 140736233009096 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13670/statm: 42113 36120 76 172 0 41939 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289376

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13670
/proc/meminfo: memFree=28493912/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 13034 0 0 0 141 8 0 0 20 0 1 0 289184503 105091072 17744 33554432000 4194304 5873084 140734646087520 140734646083944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 25657 17744 169 410 0 25239 0
[pid=13669] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13669/stat : 13669 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289184653 9367552 266 33554432000 4194304 5064252 140734379331136 140734379330048 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13669/statm: 2287 266 226 213 0 72 0
[pid=13670] ppid=13669 vsize=187976 CPUtime=23.97 cores=0,2,4,6
/proc/13670/stat : 13670 (glucose_static) R 13669 13666 12080 0 -1 4202496 33031 0 0 0 2390 7 0 0 20 0 1 0 289184653 192487424 37689 33554432000 4194304 4896791 140736233011520 140736233009048 4225171 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13670/statm: 46994 37689 76 172 0 46820 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 308900

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 13670
/proc/meminfo: memFree=28487860/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 13034 0 0 0 141 8 0 0 20 0 1 0 289184503 105091072 17744 33554432000 4194304 5873084 140734646087520 140734646083944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 25657 17744 169 410 0 25239 0
[pid=13669] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13669/stat : 13669 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289184653 9367552 266 33554432000 4194304 5064252 140734379331136 140734379330048 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13669/statm: 2287 266 226 213 0 72 0
[pid=13670] ppid=13669 vsize=189024 CPUtime=49.57 cores=0,2,4,6
/proc/13670/stat : 13670 (glucose_static) R 13669 13666 12080 0 -1 4202496 34259 0 0 0 4947 10 0 0 20 0 1 0 289184653 193560576 39969 33554432000 4194304 4896791 140736233011520 140736233009096 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13670/statm: 47256 39969 76 172 0 47082 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 309948

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13671
/proc/meminfo: memFree=28616456/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=113140 CPUtime=102.27 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) R 13666 13666 12080 0 -1 4202496 15243 39587 0 0 174 9 10024 20 20 0 1 0 289184503 115855360 20377 33554432000 4194304 5873084 140734646087520 140734646083400 5127424 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13668/statm: 28285 20377 174 410 0 27867 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 122288

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 13674
/proc/meminfo: memFree=28077788/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=276728 CPUtime=106.15 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 21108 40101 0 0 342 223 10024 26 20 0 1 0 289184503 283369472 48550 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 69182 48550 183 410 0 68764 0
[pid=13673] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13673/stat : 13673 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289195121 9367552 267 33554432000 4194304 5064252 140734107018992 140734107017904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13673/statm: 2287 267 226 213 0 72 0
[pid=13674] ppid=13673 vsize=353068 CPUtime=56.08 cores=0,2,4,6
/proc/13674/stat : 13674 (glucose_static) R 13673 13666 12080 0 -1 4202496 60994 0 0 0 5591 17 0 0 20 0 1 0 289195121 361541632 83795 33554432000 4194304 4896791 140733626437520 140733626434840 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13674/statm: 88267 83795 78 172 0 88093 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 648092

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 13674
/proc/meminfo: memFree=28073268/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/13737/statm: 104542 87943 78 172 0 104368 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 719008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13785
/proc/meminfo: memFree=27432132/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=672.01 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 62687 303808 0 0 971 282 65792 156 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13736] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13736/stat : 13736 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289251726 9367552 267 33554432000 4194304 5064252 140736253220992 140736253219904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13736/statm: 2287 267 226 213 0 72 0
[pid=13737] ppid=13736 vsize=419284 CPUtime=809.86 cores=0,2,4,6
/proc/13737/stat : 13737 (glucose_static) R 13736 13666 12080 0 -1 4202496 79170 0 0 0 80933 53 0 0 20 0 1 0 289251727 429346816 93323 33554432000 4194304 4896791 140733601112272 140733601109480 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13737/statm: 104821 93323 78 172 0 104647 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 720124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13785
/proc/meminfo: memFree=27424428/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=672.01 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 62687 303808 0 0 971 282 65792 156 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13736] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13736/stat : 13736 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289251726 9367552 267 33554432000 4194304 5064252 140736253220992 140736253219904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13736/statm: 2287 267 226 213 0 72 0
[pid=13737] ppid=13736 vsize=420140 CPUtime=869.85 cores=0,2,4,6
/proc/13737/stat : 13737 (glucose_static) R 13736 13666 12080 0 -1 4202496 80246 0 0 0 86929 56 0 0 20 0 1 0 289251727 430223360 91506 33554432000 4194304 4896791 140733601112272 140733601109480 4225138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13737/statm: 105035 91506 78 172 0 104861 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 720980

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 13786
/proc/meminfo: memFree=27408032/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=672.01 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 62687 303808 0 0 971 282 65792 156 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13736] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13736/stat : 13736 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289251726 9367552 267 33554432000 4194304 5064252 140736253220992 140736253219904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13736/statm: 2287 267 226 213 0 72 0
[pid=13737] ppid=13736 vsize=421528 CPUtime=929.83 cores=0,2,4,6
/proc/13737/stat : 13737 (glucose_static) R 13736 13666 12080 0 -1 4202496 80561 0 0 0 92927 56 0 0 20 0 1 0 289251727 431644672 99997 33554432000 4194304 4896791 140733601112272 140733601109560 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13737/statm: 105382 99997 78 172 0 105208 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 722368

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 13789
/proc/meminfo: memFree=27431872/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=672.01 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 62687 303808 0 0 971 282 65792 156 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13736] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13736/stat : 13736 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289251726 9367552 267 33554432000 4194304 5064252 140736253220992 140736253219904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13736/statm: 2287 267 226 213 0 72 0
[pid=13737] ppid=13736 vsize=423332 CPUtime=989.83 cores=0,2,4,6
/proc/13737/stat : 13737 (glucose_static) R 13736 13666 12080 0 -1 4202496 81694 0 0 0 98923 60 0 0 20 0 1 0 289251727 433491968 91798 33554432000 4194304 4896791 140733601112272 140733601109480 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13737/statm: 105833 91798 78 172 0 105659 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 724172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13789
/proc/meminfo: memFree=27402328/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=672.01 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 62687 303808 0 0 971 282 65792 156 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13736] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13736/stat : 13736 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289251726 9367552 267 33554432000 4194304 5064252 140736253220992 140736253219904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13736/statm: 2287 267 226 213 0 72 0
[pid=13737] ppid=13736 vsize=425216 CPUtime=1049.82 cores=0,2,4,6
/proc/13737/stat : 13737 (glucose_static) R 13736 13666 12080 0 -1 4202496 82152 0 0 0 104921 61 0 0 20 0 1 0 289251727 435421184 98899 33554432000 4194304 4896791 140733601112272 140733601109480 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13737/statm: 106304 98899 78 172 0 106130 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 726056

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13792
/proc/meminfo: memFree=27481484/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=1731.59 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 72792 387396 0 0 1125 297 171512 225 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13791] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13791/stat : 13791 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289357708 9367552 267 33554432000 4194304 5064252 140736881516960 140736881515872 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13791/statm: 2287 267 226 213 0 72 0
[pid=13792] ppid=13791 vsize=352756 CPUtime=50.22 cores=0,2,4,6
/proc/13792/stat : 13792 (glucose_static) R 13791 13666 12080 0 -1 4202496 60665 0 0 0 5005 17 0 0 20 0 1 0 289357708 361222144 82285 33554432000 4194304 4896791 140737303972080 140737303969288 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13792/statm: 88189 82285 78 172 0 88015 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 653596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13792
/proc/meminfo: memFree=27470716/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=1731.59 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 72792 387396 0 0 1125 297 171512 225 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13791] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13791/stat : 13791 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289357708 9367552 267 33554432000 4194304 5064252 140736881516960 140736881515872 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13791/statm: 2287 267 226 213 0 72 0
[pid=13792] ppid=13791 vsize=353212 CPUtime=68.42 cores=0,2,4,6
/proc/13792/stat : 13792 (glucose_static) R 13791 13666 12080 0 -1 4202496 61608 0 0 0 6825 17 0 0 20 0 1 0 289357708 361689088 82926 33554432000 4194304 4896791 140737303972080 140737303969592 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13792/statm: 88303 82926 78 172 0 88129 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 654052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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 13792
/proc/meminfo: memFree=27470716/32873648 swapFree=6844/6844
[pid=13666] ppid=13664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (runPb2satCp2.sh) S 13664 13666 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289184502 9367552 274 33554432000 4194304 5064252 140737428206176 140737428205088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13666/statm: 2287 274 233 213 0 72 0
[pid=13668] ppid=13666 vsize=282544 CPUtime=1731.59 cores=0,2,4,6
/proc/13668/stat : 13668 (pb2sat) S 13666 13666 12080 0 -1 4202496 72792 387396 0 0 1125 297 171512 225 20 0 1 0 289184503 289325056 49493 33554432000 4194304 5873084 140734646087520 140734646081336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13668/statm: 70636 49493 184 410 0 70218 0
[pid=13791] ppid=13668 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13791/stat : 13791 (satsolver.sh) S 13668 13666 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289357708 9367552 267 33554432000 4194304 5064252 140736881516960 140736881515872 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13791/statm: 2287 267 226 213 0 72 0
[pid=13792] ppid=13791 vsize=353212 CPUtime=68.42 cores=0,2,4,6
/proc/13792/stat : 13792 (glucose_static) R 13791 13666 12080 0 -1 4202496 61608 0 0 0 6825 17 0 0 20 0 1 0 289357708 361689088 82926 33554432000 4194304 4896791 140737303972080 140737303969592 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13792/statm: 88303 82926 78 172 0 88129 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 654052

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13666 and gives
#  childrusage.ru_utime.tv_sec=1726
#  childrusage.ru_utime.tv_usec=383549
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=243202
# CPU time returned by wait4() is 1731.63
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.01
CPU user time (s): 1794.62
CPU system time (s): 5.39
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 935164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1726.38
system time used= 5.2432
maximum resident set size= 488508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1564520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305
involuntary context switches= 1970

runsolver used 4.18036 second user time and 11.1763 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 20:43:06
IDJOB=3694583
IDBENCH=92786
IDSOLVER=2273
FILE ID=node124/3694583-1338230586
RUNJOBID= node124-1338213092-12096
PBS_JOBID= 14624615
Free space on /tmp= 71408 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_0_ic.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694583-1338230586/watcher-3694583-1338230586 -o /tmp/evaluation-result-3694583-1338230586/solver-3694583-1338230586 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694583-1338230586.opb 586071588 HOME HOME

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

MD5SUM BENCH= 5dafdb536ba017bedf49ae7d6c6eb1e1
RANDOM SEED=586071588

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28758200 kB
Buffers:          416408 kB
Cached:          2766912 kB
SwapCached:            0 kB
Active:          1131608 kB
Inactive:        2152128 kB
Active(anon):     102636 kB
Inactive(anon):        0 kB
Active(file):    1028972 kB
Inactive(file):  2152128 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20540 kB
Writeback:            16 kB
AnonPages:        108820 kB
Mapped:            15276 kB
Shmem:               200 kB
Slab:             691964 kB
SReclaimable:     136140 kB
SUnreclaim:       555824 kB
KernelStack:        1480 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     218280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71108 MiB
End job on node124 at 2012-05-28 21:13:07