Trace number 3694944

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.03 1800.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.b.opb
MD5SUM0b80319f4195f1e1329c2c4b63b416b0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45
Best CPU time to get the best result obtained on this benchmark1796.93
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 45
Optimality of the best value was proved NO
Number of variables5203
Total number of constraints19637
Number of constraints which are clauses19637
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint11
Maximum length of a constraint360
Number of terms in the objective function 5203
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5203
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5203
Number of bits of the biggest sum of numbers13
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

4.47/4.56	c model valid
4.47/4.56	c current solution ok
10.21/10.39	o 369
10.21/10.39	c fallback to adder encoding
183.83/183.95	c model valid
183.83/183.95	c current solution ok
183.89/184.09	o 368
183.89/184.09	c fallback to adder encoding
348.57/348.74	c model valid
348.57/348.74	c current solution ok
348.61/348.89	o 367
348.61/348.89	c fallback to adder encoding
524.79/525.06	c model valid
524.79/525.06	c current solution ok
524.86/525.20	o 366
524.86/525.20	c fallback to adder encoding
726.61/726.92	c model valid
726.61/726.92	c current solution ok
726.70/727.07	o 365
726.70/727.07	c fallback to adder encoding
897.78/898.17	c model valid
897.78/898.17	c current solution ok
897.85/898.31	o 364
897.85/898.31	c fallback to adder encoding
1114.79/1115.22	c model valid
1114.79/1115.22	c current solution ok
1114.88/1115.37	o 363
1114.88/1115.37	c fallback to adder encoding
1402.55/1403.13	c model valid
1402.55/1403.13	c current solution ok
1402.60/1403.28	o 362
1402.60/1403.28	c fallback to adder encoding
1673.37/1674.10	c model valid
1673.37/1674.10	c current solution ok
1673.48/1674.25	o 361
1673.48/1674.25	c fallback to adder encoding
1800.03/1800.71	c error: unexpected solver exit code
1800.03/1800.71	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-3694944-1338069598/watcher-3694944-1338069598 -o /tmp/evaluation-result-3694944-1338069598/solver-3694944-1338069598 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694944-1338069598.opb 418958269 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.03 2.02 2.02 3/179 30261
/proc/meminfo: memFree=30020560/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0

[startup+0.0501111 s]
/proc/loadavg: 2.03 2.02 2.02 3/179 30261
/proc/meminfo: memFree=30020560/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.03 2.02 2.02 3/179 30261
/proc/meminfo: memFree=30020560/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.03 2.02 2.02 3/179 30261
/proc/meminfo: memFree=30020560/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700256 s]
/proc/loadavg: 2.03 2.02 2.02 3/179 30261
/proc/meminfo: memFree=30020560/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/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.03 2.02 2.02 3/181 30263
/proc/meminfo: memFree=29952308/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=153892 CPUtime=1.48 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) R 30261 30261 28113 0 -1 4202496 24269 0 0 0 142 6 0 0 20 0 1 0 273084228 157585408 33230 33554432000 4194304 5873084 140736993400512 140736993393944 4920028 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30262/statm: 38473 33230 153 410 0 38055 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 163040

[startup+3.1003 s]
/proc/loadavg: 2.03 2.02 2.02 3/181 30263
/proc/meminfo: memFree=29810956/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=266056 CPUtime=2.25 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 36869 0 0 0 201 24 0 0 20 0 1 0 273084228 272441344 52564 33554432000 4194304 5873084 140736993400512 140736993396936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30262/statm: 66514 52564 160 410 0 66096 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 275204
heavy processes:

[startup+6.30022 s]
/proc/loadavg: 2.03 2.02 2.02 3/182 30268
/proc/meminfo: memFree=29680852/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=298876 CPUtime=6.27 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) R 30261 30261 28113 0 -1 4202496 39053 49315 0 0 274 170 165 18 20 0 1 0 273084228 306049024 59327 33554432000 4194304 5873084 140736993400512 140736993395944 5127520 0 0 4096 0 0 0 0 17 1 0 0 1 0 0
/proc/30262/statm: 74719 59327 169 410 0 74301 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 308024

[startup+12.7004 s]
/proc/loadavg: 2.03 2.02 2.02 3/184 30271
/proc/meminfo: memFree=29247336/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=10.65 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 41621 49829 0 0 357 511 165 32 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30270] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30270/stat : 30270 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273085298 9367552 266 33554432000 4194304 5064252 140734915906416 140734915905328 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30270/statm: 2287 266 226 213 0 72 0
[pid=30271] ppid=30270 vsize=344196 CPUtime=1.99 cores=1,3,5,7
/proc/30271/stat : 30271 (glucose_static) R 30270 30261 28113 0 -1 4202496 61569 0 0 0 179 20 0 0 20 0 1 0 273085298 352456704 77475 33554432000 4194304 4896791 140735744635504 140735744632808 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30271/statm: 86049 77475 76 172 0 85875 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 709628

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.02 3/184 30271
/proc/meminfo: memFree=29256220/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=10.65 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 41621 49829 0 0 357 511 165 32 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30270] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30270/stat : 30270 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273085298 9367552 266 33554432000 4194304 5064252 140734915906416 140734915905328 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30270/statm: 2287 266 226 213 0 72 0
[pid=30271] ppid=30270 vsize=345196 CPUtime=14.79 cores=1,3,5,7
/proc/30271/stat : 30271 (glucose_static) R 30270 30261 28113 0 -1 4202496 61929 0 0 0 1459 20 0 0 20 0 1 0 273085298 353480704 77834 33554432000 4194304 4896791 140735744635504 140735744632808 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30271/statm: 86299 77834 77 172 0 86125 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 710628

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.02 3/184 30271
/proc/meminfo: memFree=29252980/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=10.65 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 41621 49829 0 0 357 511 165 32 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30270] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30270/stat : 30270 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273085298 9367552 266 33554432000 4194304 5064252 140734915906416 140734915905328 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30270/statm: 2287 266 226 213 0 72 0
[pid=30271] ppid=30270 vsize=365536 CPUtime=40.38 cores=1,3,5,7
/proc/30271/stat : 30271 (glucose_static) R 30270 30261 28113 0 -1 4202496 62488 0 0 0 4018 20 0 0 20 0 1 0 273085298 374308864 78371 33554432000 4194304 4896791 140735744635504 140735744633032 4224994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30271/statm: 91384 78371 77 172 0 91210 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 730968

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 30294
/proc/meminfo: memFree=29247440/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=10.65 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 41621 49829 0 0 357 511 165 32 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30270] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30270/stat : 30270 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273085298 9367552 266 33554432000 4194304 5064252 140734915906416 140734915905328 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30270/statm: 2287 266 226 213 0 72 0
[pid=30271] ppid=30270 vsize=367320 CPUtime=91.58 cores=1,3,5,7
/proc/30271/stat : 30271 (glucose_static) R 30270 30261 28113 0 -1 4202496 62968 0 0 0 9138 20 0 0 20 0 1 0 273085298 376135680 79358 33554432000 4194304 4896791 140735744635504 140735744632712 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30271/statm: 91830 79358 77 172 0 91656 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 732752

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.01 3/183 30294
/proc/meminfo: memFree=29245792/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=10.65 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 41621 49829 0 0 357 511 165 32 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30270] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30270/stat : 30270 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273085298 9367552 266 33554432000 4194304 5064252 140734915906416 140734915905328 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30270/statm: 2287 266 226 213 0 72 0
[pid=30271] ppid=30270 vsize=369176 CPUtime=151.56 cores=1,3,5,7
/proc/30271/stat : 30271 (glucose_static) R 30270 30261 28113 0 -1 4202496 63427 0 0 0 15136 20 0 0 20 0 1 0 273085298 378036224 80328 33554432000 4194304 4896791 140735744635504 140735744632712 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30271/statm: 92294 80328 77 172 0 92120 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 734608

[startup+222.3 s]
/proc/loadavg: 2.11 2.05 2.02 3/183 30301
/proc/meminfo: memFree=29286460/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=184.32 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 46679 117553 0 0 430 516 17415 71 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0

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

/proc/30328/statm: 86263 78314 77 172 0 86089 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 710484

[startup+1482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 30371
/proc/meminfo: memFree=29274488/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1403.05 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 75735 531939 0 0 858 546 138607 294 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30327] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30327/stat : 30327 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273224587 9367552 267 33554432000 4194304 5064252 140737423479808 140737423478720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30327/statm: 2287 267 226 213 0 72 0
[pid=30328] ppid=30327 vsize=365948 CPUtime=78.68 cores=1,3,5,7
/proc/30328/stat : 30328 (glucose_static) R 30327 30261 28113 0 -1 4202496 63506 0 0 0 7849 19 0 0 20 0 1 0 273224587 374730752 78990 33554432000 4194304 4896791 140737200228624 140737200225832 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30328/statm: 91487 78990 77 172 0 91313 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 731380

[startup+1542.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 30371
/proc/meminfo: memFree=29267452/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1403.05 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 75735 531939 0 0 858 546 138607 294 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30327] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30327/stat : 30327 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273224587 9367552 267 33554432000 4194304 5064252 140737423479808 140737423478720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30327/statm: 2287 267 226 213 0 72 0
[pid=30328] ppid=30327 vsize=367712 CPUtime=138.67 cores=1,3,5,7
/proc/30328/stat : 30328 (glucose_static) R 30327 30261 28113 0 -1 4202496 64227 0 0 0 13847 20 0 0 20 0 1 0 273224587 376537088 80186 33554432000 4194304 4896791 140737200228624 140737200226168 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30328/statm: 91928 80186 77 172 0 91754 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 733144

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 30371
/proc/meminfo: memFree=29265044/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1403.05 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 75735 531939 0 0 858 546 138607 294 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30327] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30327/stat : 30327 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273224587 9367552 267 33554432000 4194304 5064252 140737423479808 140737423478720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30327/statm: 2287 267 226 213 0 72 0
[pid=30328] ppid=30327 vsize=368804 CPUtime=198.64 cores=1,3,5,7
/proc/30328/stat : 30328 (glucose_static) R 30327 30261 28113 0 -1 4202496 64537 0 0 0 19843 21 0 0 20 0 1 0 273224587 377655296 80460 33554432000 4194304 4896791 140737200228624 140737200225768 4202756 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30328/statm: 92201 80460 77 172 0 92027 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 734236

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 30371
/proc/meminfo: memFree=29257492/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1403.05 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 75735 531939 0 0 858 546 138607 294 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30327] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30327/stat : 30327 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273224587 9367552 267 33554432000 4194304 5064252 140737423479808 140737423478720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30327/statm: 2287 267 226 213 0 72 0
[pid=30328] ppid=30327 vsize=371248 CPUtime=258.63 cores=1,3,5,7
/proc/30328/stat : 30328 (glucose_static) R 30327 30261 28113 0 -1 4202496 65199 0 0 0 25842 21 0 0 20 0 1 0 273224587 380157952 82143 33554432000 4194304 4896791 140737200228624 140737200225832 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30328/statm: 92812 82143 77 172 0 92638 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 736680

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 30374
/proc/meminfo: memFree=29271988/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1673.93 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 77297 598999 0 0 929 550 165582 332 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30373] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30373/stat : 30373 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273251683 9367552 267 33554432000 4194304 5064252 140736082773408 140736082772320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30373/statm: 2287 267 226 213 0 72 0
[pid=30374] ppid=30373 vsize=346348 CPUtime=47.72 cores=1,3,5,7
/proc/30374/stat : 30374 (glucose_static) R 30373 30261 28113 0 -1 4202496 62816 0 0 0 4752 20 0 0 20 0 1 0 273251684 354660352 78875 33554432000 4194304 4896791 140736715381712 140736715378920 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30374/statm: 86587 78875 77 172 0 86413 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 711780

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 30375
/proc/meminfo: memFree=29265932/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1673.93 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 77297 598999 0 0 929 550 165582 332 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30373] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30373/stat : 30373 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273251683 9367552 267 33554432000 4194304 5064252 140736082773408 140736082772320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30373/statm: 2287 267 226 213 0 72 0
[pid=30374] ppid=30373 vsize=368504 CPUtime=107.69 cores=1,3,5,7
/proc/30374/stat : 30374 (glucose_static) R 30373 30261 28113 0 -1 4202496 66261 0 0 0 10748 21 0 0 20 0 1 0 273251684 377348096 80469 33554432000 4194304 4896791 140736715381712 140736715378920 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30374/statm: 92126 80469 77 172 0 91952 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 733936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 30420
/proc/meminfo: memFree=28808512/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1673.93 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 77297 598999 0 0 929 550 165582 332 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30373] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30373/stat : 30373 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273251683 9367552 267 33554432000 4194304 5064252 140736082773408 140736082772320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30373/statm: 2287 267 226 213 0 72 0
[pid=30374] ppid=30373 vsize=369268 CPUtime=126.1 cores=1,3,5,7
/proc/30374/stat : 30374 (glucose_static) R 30373 30261 28113 0 -1 4202496 66549 0 0 0 12589 21 0 0 20 0 1 0 273251684 378130432 81268 33554432000 4194304 4896791 140736715381712 140736715379256 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30374/statm: 92317 81268 77 172 0 92143 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 734700

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

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 30420
/proc/meminfo: memFree=28808512/32873844 swapFree=7628/7628
[pid=30261] ppid=30259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30261/stat : 30261 (runPb2satCp2.sh) S 30259 30261 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273084228 9367552 275 33554432000 4194304 5064252 140733418377440 140733418376352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30261/statm: 2287 275 233 213 0 72 0
[pid=30262] ppid=30261 vsize=347136 CPUtime=1673.93 cores=1,3,5,7
/proc/30262/stat : 30262 (pb2sat) S 30261 30261 28113 0 -1 4202496 77297 598999 0 0 929 550 165582 332 20 0 1 0 273084228 355467264 69951 33554432000 4194304 5873084 140736993400512 140736993394328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 3 0 0
/proc/30262/statm: 86784 69951 177 410 0 86366 0
[pid=30373] ppid=30262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30373/stat : 30373 (satsolver.sh) S 30262 30261 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273251683 9367552 267 33554432000 4194304 5064252 140736082773408 140736082772320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30373/statm: 2287 267 226 213 0 72 0
[pid=30374] ppid=30373 vsize=369268 CPUtime=126.1 cores=1,3,5,7
/proc/30374/stat : 30374 (glucose_static) R 30373 30261 28113 0 -1 4202496 66549 0 0 0 12589 21 0 0 20 0 1 0 273251684 378130432 81268 33554432000 4194304 4896791 140736715381712 140736715379256 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30374/statm: 92317 81268 77 172 0 92143 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 734700

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30261 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.73
CPU time (s): 1800.03
CPU user time (s): 1791
CPU system time (s): 9.03
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 758584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.13037 second user time and 12.0962 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-26 23:59:59
IDJOB=3694944
IDBENCH=2889
IDSOLVER=2273
FILE ID=node145/3694944-1338069598
RUNJOBID= node145-1338052957-28130
PBS_JOBID= 14624410
Free space on /tmp= 71452 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.b.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694944-1338069598/watcher-3694944-1338069598 -o /tmp/evaluation-result-3694944-1338069598/solver-3694944-1338069598 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694944-1338069598.opb 418958269 HOME HOME

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

MD5SUM BENCH= 0b80319f4195f1e1329c2c4b63b416b0
RANDOM SEED=418958269

node145.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.149
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.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		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30021312 kB
Buffers:          263008 kB
Cached:          1723784 kB
SwapCached:            0 kB
Active:           716224 kB
Inactive:        1331168 kB
Active(anon):      50604 kB
Inactive(anon):    12156 kB
Active(file):     665620 kB
Inactive(file):  1319012 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18244 kB
Writeback:             0 kB
AnonPages:        133424 kB
Mapped:            14780 kB
Shmem:               200 kB
Slab:             663604 kB
SReclaimable:     105244 kB
SUnreclaim:       558360 kB
KernelStack:        1520 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71176 MiB
End job on node145 at 2012-05-27 00:30:01