Trace number 3696539

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.a.opb
MD5SUMa983c7d791d0da9cc5e2ec69578db721
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark4.24935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables1226
Total number of constraints4208
Number of constraints which are clauses4208
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 constraint2
Maximum length of a constraint105
Number of terms in the objective function 1226
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 1226
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1226
Number of bits of the biggest sum of numbers11
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.16	c model valid
0.00/0.16	c current solution ok
0.00/0.33	o 239
0.00/0.33	c current bound: 119
0.00/0.33	c (debug) using card networks
0.00/0.51	c model valid
0.00/0.51	c current solution ok
0.00/0.51	o 103
0.00/0.51	c current bound: 51
0.00/0.51	c (debug) using card networks
1800.07/1800.51	./satsolver.sh: line 5: 15631 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.51	c error: unexpected solver exit code
1800.07/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-3696539-1338069264/watcher-3696539-1338069264 -o /tmp/evaluation-result-3696539-1338069264/solver-3696539-1338069264 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696539-1338069264.opb 461876798 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15621
/proc/meminfo: memFree=27796924/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0

[startup+0.032485 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15621
/proc/meminfo: memFree=27796924/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100159 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15621
/proc/meminfo: memFree=27796924/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300294 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15621
/proc/meminfo: memFree=27796924/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15621
/proc/meminfo: memFree=27796924/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15631
/proc/meminfo: memFree=27766108/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=21040 CPUtime=0.94 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 5176 0 0 0 94 0 0 0 20 0 1 0 273054966 21544960 4238 33554432000 4194304 4896791 140733777826560 140733777823880 4223867 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15631/statm: 5260 4238 78 172 0 5086 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 50872

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15631
/proc/meminfo: memFree=27765240/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=21404 CPUtime=2.55 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 5525 0 0 0 254 1 0 0 20 0 1 0 273054966 21917696 4393 33554432000 4194304 4896791 140733777826560 140733777823768 4205660 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15631/statm: 5351 4393 78 172 0 5177 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 51236

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15631
/proc/meminfo: memFree=27760532/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=21788 CPUtime=5.75 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 6369 0 0 0 574 1 0 0 20 0 1 0 273054966 22310912 4604 33554432000 4194304 4896791 140733777826560 140733777822296 4223805 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15631/statm: 5447 4604 78 172 0 5273 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 51620

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15631
/proc/meminfo: memFree=27753808/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=26856 CPUtime=12.15 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 7570 0 0 0 1213 2 0 0 20 0 1 0 273054966 27500544 5900 33554432000 4194304 4896791 140733777826560 140733777823768 4225243 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15631/statm: 6714 5900 78 172 0 6540 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56688

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15676
/proc/meminfo: memFree=28073672/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=27804 CPUtime=24.95 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 10579 0 0 0 2492 3 0 0 20 0 1 0 273054966 28471296 5665 33554432000 4194304 4896791 140733777826560 140733777823768 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15631/statm: 6951 5665 78 172 0 6777 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57636

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15676
/proc/meminfo: memFree=28063668/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=33888 CPUtime=50.53 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 14133 0 0 0 5049 4 0 0 20 0 1 0 273054966 34701312 7424 33554432000 4194304 4896791 140733777826560 140733777823768 4224861 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 8472 7424 78 172 0 8298 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 63720

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15677
/proc/meminfo: memFree=28052068/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=37144 CPUtime=101.73 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 19478 0 0 0 10166 7 0 0 20 0 1 0 273054966 38035456 8166 33554432000 4194304 4896791 140733777826560 140733777821576 4203834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 9286 8166 78 172 0 9112 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 66976

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15677
/proc/meminfo: memFree=28040584/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15710
/proc/meminfo: memFree=27941068/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=106348 CPUtime=1421.44 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 80277 0 0 0 142086 58 0 0 20 0 1 0 273054966 108900352 23507 33554432000 4194304 4896791 140733777826560 140733777822296 4203862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 26587 23507 78 172 0 26413 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 136180

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15710
/proc/meminfo: memFree=27944004/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=107932 CPUtime=1481.42 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 82386 0 0 0 148083 59 0 0 20 0 1 0 273054966 110522368 23427 33554432000 4194304 4896791 140733777826560 140733777823816 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 26983 23427 78 172 0 26809 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 137764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15713
/proc/meminfo: memFree=27934148/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=108360 CPUtime=1541.41 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 83323 0 0 0 154080 61 0 0 20 0 1 0 273054966 110960640 22513 33554432000 4194304 4896791 140733777826560 140733777823816 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27090 22513 78 172 0 26916 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 138192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15714
/proc/meminfo: memFree=27931404/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=108612 CPUtime=1601.4 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 84633 0 0 0 160078 62 0 0 20 0 1 0 273054966 111218688 23005 33554432000 4194304 4896791 140733777826560 140733777824088 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27153 23005 78 172 0 26979 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 138444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15714
/proc/meminfo: memFree=27931936/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=109228 CPUtime=1661.38 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 86042 0 0 0 166074 64 0 0 20 0 1 0 273054966 111849472 22601 33554432000 4194304 4896791 140733777826560 140733777823768 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27307 22601 78 172 0 27133 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 139060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15714
/proc/meminfo: memFree=27932184/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=110328 CPUtime=1721.37 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 87547 0 0 0 172071 66 0 0 20 0 1 0 273054966 112975872 22823 33554432000 4194304 4896791 140733777826560 140733777823992 4225379 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27582 22823 78 172 0 27408 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 140160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15714
/proc/meminfo: memFree=27932800/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=110328 CPUtime=1781.35 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 88841 0 0 0 178067 68 0 0 20 0 1 0 273054966 112975872 21841 33554432000 4194304 4896791 140733777826560 140733777824088 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27582 21841 78 172 0 27408 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 140160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15714
/proc/meminfo: memFree=27934956/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=110708 CPUtime=1799.56 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 88908 0 0 0 179888 68 0 0 20 0 1 0 273054966 113364992 23952 33554432000 4194304 4896791 140733777826560 140733777823768 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27677 23952 78 172 0 27503 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 140540

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15714
/proc/meminfo: memFree=27934956/32873844 swapFree=6856/6856
[pid=15621] ppid=15619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (runPb2sat.sh) S 15619 15621 14257 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273054912 9367552 275 33554432000 4194304 5064252 140736950638048 140736950636960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15621/statm: 2287 275 233 213 0 72 0
[pid=15622] ppid=15621 vsize=11536 CPUtime=0.51 cores=0,2,4,6
/proc/15622/stat : 15622 (pb2sat) S 15621 15621 14257 0 -1 4202496 5779 9959 0 0 17 15 16 3 20 0 1 0 273054913 11812864 2535 33554432000 4194304 5873084 140734122202240 140734122196056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2884 2535 175 410 0 2466 0
[pid=15630] ppid=15622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15630/stat : 15630 (satsolver.sh) S 15622 15621 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273054966 9367552 266 33554432000 4194304 5064252 140733295762304 140733295761216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15630/statm: 2287 266 226 213 0 72 0
[pid=15631] ppid=15630 vsize=110708 CPUtime=1799.56 cores=0,2,4,6
/proc/15631/stat : 15631 (glucose_static) R 15630 15621 14257 0 -1 4202496 88908 0 0 0 179888 68 0 0 20 0 1 0 273054966 113364992 23952 33554432000 4194304 4896791 140733777826560 140733777823768 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15631/statm: 27677 23952 78 172 0 27503 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 140540

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1799.23
CPU system time (s): 0.884865
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 201332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.884865
maximum resident set size= 126676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200
involuntary context switches= 2179

runsolver used 2.80057 second user time and 7.72783 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 23:54:24
IDJOB=3696539
IDBENCH=2884
IDSOLVER=2274
FILE ID=node106/3696539-1338069264
RUNJOBID= node106-1338052970-14273
PBS_JOBID= 14624417
Free space on /tmp= 71180 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.a.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696539-1338069264/watcher-3696539-1338069264 -o /tmp/evaluation-result-3696539-1338069264/solver-3696539-1338069264 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696539-1338069264.opb 461876798 HOME HOME

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

MD5SUM BENCH= a983c7d791d0da9cc5e2ec69578db721
RANDOM SEED=461876798

node106.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.065
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.13
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.065
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.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.065
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.92
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.065
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.065
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.065
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.065
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:       32873844 kB
MemFree:        27796924 kB
Buffers:          303584 kB
Cached:          3725748 kB
SwapCached:            0 kB
Active:          1550152 kB
Inactive:        2716528 kB
Active(anon):     239788 kB
Inactive(anon):        0 kB
Active(file):    1310364 kB
Inactive(file):  2716528 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:        409728 kB
Mapped:            15196 kB
Shmem:               200 kB
Slab:             669536 kB
SReclaimable:     111956 kB
SUnreclaim:       557580 kB
KernelStack:        1520 kB
PageTables:         4032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     388272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71280 MiB
End job on node106 at 2012-05-27 00:24:25