Trace number 3694725

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM9c27419d6022516b3a8580fda3ca43ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark1.46878
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
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 constraint1
Maximum length of a constraint98
Number of terms in the objective function 807
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 807
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 807
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.14	c model valid
0.00/0.14	c current solution ok
0.00/0.33	o 128
0.00/0.33	c (debug) using card networks
0.00/0.46	c model valid
0.00/0.46	c current solution ok
0.00/0.47	o 65
0.00/0.47	c (debug) using card networks
0.00/0.86	c model valid
0.00/0.86	c current solution ok
0.00/0.86	o 62
0.00/0.86	c (debug) using card networks
1.07/1.12	c model valid
1.07/1.12	c current solution ok
1.07/1.13	o 61
1.07/1.13	c (debug) using card networks
1.47/1.50	c model valid
1.47/1.50	c current solution ok
1.47/1.50	o 59
1.47/1.50	c (debug) using card networks
1.49/1.99	c model valid
1.49/1.99	c current solution ok
1.97/2.00	o 58
1.97/2.00	c (debug) using card networks
3.95/4.05	c model valid
3.95/4.05	c current solution ok
3.95/4.06	o 57
3.95/4.06	c (debug) using card networks
6.14/6.23	c model valid
6.14/6.23	c current solution ok
6.14/6.24	o 56
6.14/6.24	c (debug) using card networks
7.36/7.50	c model valid
7.36/7.50	c current solution ok
7.46/7.50	o 55
7.46/7.50	c (debug) using card networks
7.96/8.03	c model valid
7.96/8.03	c current solution ok
7.96/8.03	o 54
7.96/8.03	c (debug) using card networks
148.20/148.36	c model valid
148.20/148.36	c current solution ok
148.20/148.37	o 53
148.20/148.37	c (debug) using card networks
343.78/343.90	c model valid
343.78/343.90	c current solution ok
343.78/343.91	o 52
343.78/343.91	c (debug) using card networks
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-3694725-1338057338/watcher-3694725-1338057338 -o /tmp/evaluation-result-3694725-1338057338/solver-3694725-1338057338 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694725-1338057338.opb 1834711138 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 10829
/proc/meminfo: memFree=28856884/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0

[startup+0.0637941 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10829
/proc/meminfo: memFree=28856884/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100191 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10829
/proc/meminfo: memFree=28856884/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10829
/proc/meminfo: memFree=28856884/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10829
/proc/meminfo: memFree=28856884/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10842
/proc/meminfo: memFree=28828332/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=1.47 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) R 10829 10829 9863 0 -1 4202496 7930 26286 0 0 22 16 103 6 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216677240 4437589 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20788

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10851
/proc/meminfo: memFree=28828448/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=1.98 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 9687 32266 0 0 26 16 148 8 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10850] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10850/stat : 10850 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271858370 9367552 267 33554432000 4194304 5064252 140733775566944 140733775565856 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10850/statm: 2287 267 226 213 0 72 0
[pid=10851] ppid=10850 vsize=18308 CPUtime=1.07 cores=0,2,4,6
/proc/10851/stat : 10851 (glucose_static) R 10850 10829 9863 0 -1 4202496 4244 0 0 0 107 0 0 0 20 0 1 0 271858370 18747392 3923 33554432000 4194304 4896791 140734917160080 140734917157288 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10851/statm: 4577 3923 78 172 0 4403 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 48244

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10854
/proc/meminfo: memFree=28829124/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=6.22 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 11829 44826 0 0 31 16 563 12 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 20788

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10863
/proc/meminfo: memFree=28825976/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=8.01 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 13960 56261 0 0 36 17 733 15 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10862] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10862/stat : 10862 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271858973 9367552 266 33554432000 4194304 5064252 140734000095696 140734000094608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10862/statm: 2287 266 226 213 0 72 0
[pid=10863] ppid=10862 vsize=20632 CPUtime=4.64 cores=0,2,4,6
/proc/10863/stat : 10863 (glucose_static) R 10862 10829 9863 0 -1 4202496 6269 0 0 0 463 1 0 0 20 0 1 0 271858973 21127168 4292 33554432000 4194304 4896791 140736296634688 140736296631896 4225148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10863/statm: 5158 4292 78 172 0 4984 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 50568

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10863
/proc/meminfo: memFree=28822364/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=8.01 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 13960 56261 0 0 36 17 733 15 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10862] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10862/stat : 10862 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271858973 9367552 266 33554432000 4194304 5064252 140734000095696 140734000094608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10862/statm: 2287 266 226 213 0 72 0
[pid=10863] ppid=10862 vsize=24840 CPUtime=17.43 cores=0,2,4,6
/proc/10863/stat : 10863 (glucose_static) R 10862 10829 9863 0 -1 4202496 11094 0 0 0 1741 2 0 0 20 0 1 0 271858973 25436160 5646 33554432000 4194304 4896791 140736296634688 140736296632216 4223833 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10863/statm: 6210 5646 78 172 0 6036 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 54776

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10863
/proc/meminfo: memFree=28808392/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=8.01 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 13960 56261 0 0 36 17 733 15 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10862] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10862/stat : 10862 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271858973 9367552 266 33554432000 4194304 5064252 140734000095696 140734000094608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10862/statm: 2287 266 226 213 0 72 0
[pid=10863] ppid=10862 vsize=39632 CPUtime=43.03 cores=0,2,4,6
/proc/10863/stat : 10863 (glucose_static) R 10862 10829 9863 0 -1 4202496 16587 0 0 0 4299 4 0 0 20 0 1 0 271858973 40583168 8382 33554432000 4194304 4896791 140736296634688 140736296631896 4223829 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10863/statm: 9908 8382 78 172 0 9734 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 69568

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10863
/proc/meminfo: memFree=28809092/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=8.01 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 13960 56261 0 0 36 17 733 15 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10862] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10862/stat : 10862 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271858973 9367552 266 33554432000 4194304 5064252 140734000095696 140734000094608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10862/statm: 2287 266 226 213 0 72 0
[pid=10863] ppid=10862 vsize=31528 CPUtime=94.22 cores=0,2,4,6
/proc/10863/stat : 10863 (glucose_static) R 10862 10829 9863 0 -1 4202496 25652 0 0 0 9414 8 0 0 20 0 1 0 271858973 32284672 7219 33554432000 4194304 4896791 140736296634688 140736296632264 4223822 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10863/statm: 7882 7219 78 172 0 7708 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 61464

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10867
/proc/meminfo: memFree=28814764/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=148.31 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 14987 87848 0 0 39 17 14747 28 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10866] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10866/stat : 10866 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271873007 9367552 266 33554432000 4194304 5064252 140733401316544 140733401315456 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10866/statm: 2287 266 226 213 0 72 0
[pid=10867] ppid=10866 vsize=24604 CPUtime=13.9 cores=0,2,4,6
/proc/10867/stat : 10867 (glucose_static) R 10866 10829 9863 0 -1 4202496 11005 0 0 0 1388 2 0 0 20 0 1 0 271873007 25194496 5059 33554432000 4194304 4896791 140733639258864 140733639256152 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10867/statm: 6151 5059 78 172 0 5977 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 54540

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10867
/proc/meminfo: memFree=28805040/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 73822 0 0 0 107761 50 0 0 20 0 1 0 271892561 133980160 25507 33554432000 4194304 4896791 140733417142512 140733417139944 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 32710 25507 78 172 0 32536 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 160776

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/184 11041
/proc/meminfo: memFree=28685976/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=131388 CPUtime=1138.09 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 75315 0 0 0 113756 53 0 0 20 0 1 0 271892561 134541312 25861 33554432000 4194304 4896791 140733417142512 140733417139944 4225191 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 32847 25861 78 172 0 32673 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 161324

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 11067
/proc/meminfo: memFree=28698796/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=131656 CPUtime=1198.08 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 76814 0 0 0 119752 56 0 0 20 0 1 0 271892561 134815744 26469 33554432000 4194304 4896791 140733417142512 140733417139720 4225171 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 32914 26469 78 172 0 32740 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 161592

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11067
/proc/meminfo: memFree=28685768/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=132268 CPUtime=1258.05 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 78342 0 0 0 125747 58 0 0 20 0 1 0 271892561 135442432 26580 33554432000 4194304 4896791 140733417142512 140733417139720 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 33067 26580 78 172 0 32893 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 162204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11068
/proc/meminfo: memFree=28685232/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=133940 CPUtime=1318.04 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 79794 0 0 0 131744 60 0 0 20 0 1 0 271892561 137154560 25594 33554432000 4194304 4896791 140733417142512 140733417140040 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 33485 25594 78 172 0 33311 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 163876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 11068
/proc/meminfo: memFree=28680880/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=104884 CPUtime=1378.01 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 81212 0 0 0 137739 62 0 0 20 0 1 0 271892561 107401216 23885 33554432000 4194304 4896791 140733417142512 140733417139768 4225130 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 26221 23885 78 172 0 26047 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 134820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11068
/proc/meminfo: memFree=28673244/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=104884 CPUtime=1438 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 82361 0 0 0 143736 64 0 0 20 0 1 0 271892561 107401216 22890 33554432000 4194304 4896791 140733417142512 140733417140040 4225201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 26221 22890 78 172 0 26047 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 134820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11068
/proc/meminfo: memFree=28664296/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=135800 CPUtime=1456.2 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 82455 0 0 0 145556 64 0 0 20 0 1 0 271892561 139059200 25533 33554432000 4194304 4896791 140733417142512 140733417139944 4225041 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 33950 25533 78 172 0 33776 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 165736

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 11068
/proc/meminfo: memFree=28664296/32873844 swapFree=7612/7612
[pid=10829] ppid=10827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10829/stat : 10829 (runPb2satCp2.sh) S 10827 10829 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271858168 9367552 275 33554432000 4194304 5064252 140734171196032 140734171194944 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 2287 275 233 213 0 72 0
[pid=10830] ppid=10829 vsize=11640 CPUtime=343.81 cores=0,2,4,6
/proc/10830/stat : 10830 (pb2sat) S 10829 10829 9863 0 -1 4202496 16017 134422 0 0 42 17 34277 45 20 0 1 0 271858168 11919360 2582 33554432000 4194304 5873084 140737216684240 140737216678056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10830/statm: 2910 2582 175 410 0 2492 0
[pid=10875] ppid=10830 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10875/stat : 10875 (satsolver.sh) S 10830 10829 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271892561 9367552 267 33554432000 4194304 5064252 140736422663216 140736422662128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10875/statm: 2287 267 226 213 0 72 0
[pid=10876] ppid=10875 vsize=135800 CPUtime=1456.2 cores=0,2,4,6
/proc/10876/stat : 10876 (glucose_static) R 10875 10829 9863 0 -1 4202496 82455 0 0 0 145556 64 0 0 20 0 1 0 271892561 139059200 25533 33554432000 4194304 4896791 140733417142512 140733417139944 4225041 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10876/statm: 33950 25533 78 172 0 33776 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 165736

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10829 and gives
#  childrusage.ru_utime.tv_sec=343
#  childrusage.ru_utime.tv_usec=194826
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=632903
# CPU time returned by wait4() is 343.828
# 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.51
CPU time (s): 1800.01
CPU user time (s): 1798.75
CPU system time (s): 1.26
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 193388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.195
system time used= 0.632903
maximum resident set size= 58784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 78848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124
involuntary context switches= 556

runsolver used 6.39903 second user time and 18.5502 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 20:35:38
IDJOB=3694725
IDBENCH=2052
IDSOLVER=2273
FILE ID=node143/3694725-1338057338
RUNJOBID= node143-1338052948-9879
PBS_JOBID= 14624405
Free space on /tmp= 71428 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-alu4.b.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694725-1338057338/watcher-3694725-1338057338 -o /tmp/evaluation-result-3694725-1338057338/solver-3694725-1338057338 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694725-1338057338.opb 1834711138 HOME HOME

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

MD5SUM BENCH= 9c27419d6022516b3a8580fda3ca43ee
RANDOM SEED=1834711138

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        28857256 kB
Buffers:          284024 kB
Cached:          2875920 kB
SwapCached:            0 kB
Active:           823264 kB
Inactive:        2404316 kB
Active(anon):      69808 kB
Inactive(anon):        0 kB
Active(file):     753456 kB
Inactive(file):  2404316 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13084 kB
Writeback:             0 kB
AnonPages:         76956 kB
Mapped:            15156 kB
Shmem:               200 kB
Slab:             645388 kB
SReclaimable:      87472 kB
SUnreclaim:       557916 kB
KernelStack:        1520 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     189984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71408 MiB
End job on node143 at 2012-05-26 21:05:39