Trace number 3695381

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 1801.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_1.opb
MD5SUM93a95f0846e71f0984a2317cf811edef
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15716
Sum of products size (including duplicates)31432
Number of different products15716
Sum of products size31432

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.11	c model valid
0.00/0.11	c current solution ok
0.00/0.43	o 134
0.00/0.43	c (debug) using card networks
0.00/1.07	c model valid
0.00/1.07	c current solution ok
0.00/1.07	o 47
0.00/1.07	c (debug) using card networks
2.40/2.61	c model valid
2.40/2.61	c current solution ok
2.40/2.62	o 41
2.40/2.62	c (debug) using card networks
3.89/4.16	c model valid
3.89/4.16	c current solution ok
3.89/4.16	o 39
3.89/4.16	c (debug) using card networks
5.50/5.73	c model valid
5.50/5.73	c current solution ok
5.50/5.79	o 37
5.50/5.79	c (debug) using card networks
20.98/21.27	c model valid
20.98/21.27	c current solution ok
20.98/21.28	o 36
20.98/21.28	c (debug) using card networks
149.37/149.62	c model valid
149.37/149.62	c current solution ok
149.37/149.63	o 35
149.37/149.63	c (debug) using card networks
1800.01/1801.01	c error: unexpected solver exit code
1800.01/1801.01	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-3695381-1338080936/watcher-3695381-1338080936 -o /tmp/evaluation-result-3695381-1338080936/solver-3695381-1338080936 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695381-1338080936.opb 1783845950 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15388
/proc/meminfo: memFree=20478556/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0

[startup+0.086207 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15388
/proc/meminfo: memFree=20478556/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100328 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15388
/proc/meminfo: memFree=20478556/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300205 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15388
/proc/meminfo: memFree=20478556/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700204 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15388
/proc/meminfo: memFree=20478556/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 15398
/proc/meminfo: memFree=20462704/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8196 CPUtime=0.89 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 3580 9236 0 0 11 12 64 2 20 0 1 0 274217990 8392704 1624 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 10 0 0
/proc/15389/statm: 2049 1624 174 410 0 1631 0
[pid=15397] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15397/stat : 15397 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274218099 9367552 267 33554432000 4194304 5064252 140735150585408 140735150584320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15397/statm: 2287 267 226 213 0 72 0
[pid=15398] ppid=15397 vsize=16040 CPUtime=0.4 cores=0,2,4,6
/proc/15398/stat : 15398 (glucose_static) R 15397 15388 9863 0 -1 4202496 3585 0 0 0 40 0 0 0 20 0 1 0 274218099 16424960 3243 33554432000 4194304 4896791 140737072406368 140735150584344 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15398/statm: 4010 3243 76 172 0 3836 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 42532

[startup+3.10033 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 15398
/proc/meminfo: memFree=20455576/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=2.44 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 4391 14249 0 0 13 12 215 4 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 17856
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 15404
/proc/meminfo: memFree=20455080/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=5.55 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 6011 24645 0 0 17 13 519 6 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 17856

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 15407
/proc/meminfo: memFree=20453100/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=5.55 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 6011 24645 0 0 17 13 519 6 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15406] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15406/stat : 15406 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274218566 9367552 267 33554432000 4194304 5064252 140737315928400 140737315927312 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15406/statm: 2287 267 226 213 0 72 0
[pid=15407] ppid=15406 vsize=22016 CPUtime=6.93 cores=0,2,4,6
/proc/15407/stat : 15407 (glucose_static) R 15406 15388 9863 0 -1 4202496 6629 0 0 0 693 0 0 0 20 0 1 0 274218566 22544384 4982 33554432000 4194304 4896791 140734155754496 140734155752072 4224722 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15407/statm: 5504 4982 78 172 0 5330 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 49020

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15410
/proc/meminfo: memFree=20454828/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=21.09 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 6821 35635 0 0 19 13 2068 9 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15409] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15409/stat : 15409 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274220119 9367552 266 33554432000 4194304 5064252 140735788694656 140735788693568 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15409/statm: 2287 266 226 213 0 72 0
[pid=15410] ppid=15409 vsize=18664 CPUtime=4.19 cores=0,2,4,6
/proc/15410/stat : 15410 (glucose_static) R 15409 15388 9863 0 -1 4202496 5695 0 0 0 418 1 0 0 20 0 1 0 274220120 19111936 3772 33554432000 4194304 4896791 140736640140480 140736640138056 4225124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15410/statm: 4666 3772 78 172 0 4492 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 45668

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15410
/proc/meminfo: memFree=20449664/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=21.09 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 6821 35635 0 0 19 13 2068 9 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15409] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15409/stat : 15409 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274220119 9367552 266 33554432000 4194304 5064252 140735788694656 140735788693568 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15409/statm: 2287 266 226 213 0 72 0
[pid=15410] ppid=15409 vsize=22612 CPUtime=29.8 cores=0,2,4,6
/proc/15410/stat : 15410 (glucose_static) R 15409 15388 9863 0 -1 4202496 11335 0 0 0 2976 4 0 0 20 0 1 0 274220120 23154688 5049 33554432000 4194304 4896791 140736640140480 140736640137624 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15410/statm: 5653 5049 78 172 0 5479 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 49616

[startup+102.3 s]
/proc/loadavg: 3.50 2.38 2.12 2/184 15415
/proc/meminfo: memFree=12270568/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=21.09 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 6821 35635 0 0 19 13 2068 9 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15409] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15409/stat : 15409 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274220119 9367552 266 33554432000 4194304 5064252 140735788694656 140735788693568 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15409/statm: 2287 266 226 213 0 72 0
[pid=15410] ppid=15409 vsize=35068 CPUtime=80.99 cores=0,2,4,6
/proc/15410/stat : 15410 (glucose_static) R 15409 15388 9863 0 -1 4202496 19513 0 0 0 8092 7 0 0 20 0 1 0 274220120 35909632 7812 33554432000 4194304 4896791 140736640140480 140736640137688 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15410/statm: 8767 7812 78 172 0 8593 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 62072

[startup+162.3 s]
/proc/loadavg: 4.33 2.81 2.29 2/183 15418
/proc/meminfo: memFree=8642704/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=27552 CPUtime=12.3 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 8581 0 0 0 1228 2 0 0 20 0 1 0 274232955 28213248 6066 33554432000 4194304 4896791 140737470708944 140737470706152 4207809 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 6888 6066 78 172 0 6714 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 54556

[startup+222.3 s]
/proc/loadavg: 4.50 3.14 2.43 2/183 15418
/proc/meminfo: memFree=5721364/32873844 swapFree=7612/7612

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

/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 125351 0 0 0 127114 85 0 0 20 0 1 0 274232955 175214592 41813 33554432000 4194304 4896791 140737470708944 140737470706152 4225029 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 42777 41813 78 172 0 42603 0
Current children cumulated CPU time (s) 1421.4
Current children cumulated vsize (KiB) 198112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/183 15698
/proc/meminfo: memFree=28856796/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=111000 CPUtime=1331.97 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 129277 0 0 0 133109 88 0 0 20 0 1 0 274232955 113664000 26837 33554432000 4194304 4896791 140737470708944 140737470706232 4225120 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 27750 26837 78 172 0 27576 0
Current children cumulated CPU time (s) 1481.38
Current children cumulated vsize (KiB) 138004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/184 15699
/proc/meminfo: memFree=28836292/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=142836 CPUtime=1391.97 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 132890 0 0 0 139105 92 0 0 20 0 1 0 274232955 146264064 31143 33554432000 4194304 4896791 140737470708944 140737470706472 4224684 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 35709 31143 78 172 0 35535 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 169840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/183 15700
/proc/meminfo: memFree=28831672/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=145252 CPUtime=1451.95 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 136098 0 0 0 145100 95 0 0 20 0 1 0 274232955 148738048 32513 33554432000 4194304 4896791 140737470708944 140737470706152 4224975 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 36313 32513 78 172 0 36139 0
Current children cumulated CPU time (s) 1601.36
Current children cumulated vsize (KiB) 172256

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.15 3/183 15700
/proc/meminfo: memFree=28823448/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=149040 CPUtime=1511.94 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 139521 0 0 0 151097 97 0 0 20 0 1 0 274232955 152616960 34058 33554432000 4194304 4896791 140737470708944 140737470706232 4225168 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 37260 34058 78 172 0 37086 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 176044

[startup+1722.31 s]
/proc/loadavg: 2.01 2.02 2.13 3/183 15700
/proc/meminfo: memFree=28811492/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=153140 CPUtime=1571.91 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 143256 0 0 0 157091 100 0 0 20 0 1 0 274232955 156815360 35983 33554432000 4194304 4896791 140737470708944 140737470706152 4223805 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 38285 35983 78 172 0 38111 0
Current children cumulated CPU time (s) 1721.32
Current children cumulated vsize (KiB) 180144

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.13 3/183 15700
/proc/meminfo: memFree=28794644/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=186616 CPUtime=1631.9 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 147312 0 0 0 163087 103 0 0 20 0 1 0 274232955 191094784 38866 33554432000 4194304 4896791 140737470708944 140737470706472 4225120 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 46654 38866 78 172 0 46480 0
Current children cumulated CPU time (s) 1781.31
Current children cumulated vsize (KiB) 213620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.04 2.03 2.12 3/183 15700
/proc/meminfo: memFree=28748412/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=186888 CPUtime=1650.6 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 147421 0 0 0 164957 103 0 0 20 0 1 0 274232955 191373312 45618 33554432000 4194304 4896791 140737470708944 140737470706152 4225191 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 46722 45618 78 172 0 46548 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 213892

Sending SIGTERM to process tree (bottom up)

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

[startup+1801 s]
/proc/loadavg: 2.04 2.03 2.12 3/183 15700
/proc/meminfo: memFree=28748412/32873844 swapFree=7612/7612
[pid=15388] ppid=15386 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15388/stat : 15388 (runPb2satCp2.sh) S 15386 15388 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274217990 9367552 275 33554432000 4194304 5064252 140733251311056 140733251309968 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15388/statm: 2287 275 233 213 0 72 0
[pid=15389] ppid=15388 vsize=8708 CPUtime=149.41 cores=0,2,4,6
/proc/15389/stat : 15389 (pb2sat) S 15388 15388 9863 0 -1 4202496 7630 61670 0 0 21 13 14886 21 20 0 1 0 274217990 8916992 1710 33554432000 4194304 5873084 140735400537680 140735400531496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/15389/statm: 2177 1710 174 410 0 1759 0
[pid=15417] ppid=15389 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15417/stat : 15417 (satsolver.sh) S 15389 15388 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274232955 9367552 267 33554432000 4194304 5064252 140734303356928 140734303355840 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15417/statm: 2287 267 226 213 0 72 0
[pid=15418] ppid=15417 vsize=186888 CPUtime=1650.6 cores=0,2,4,6
/proc/15418/stat : 15418 (glucose_static) R 15417 15388 9863 0 -1 4202496 147421 0 0 0 164957 103 0 0 20 0 1 0 274232955 191373312 45618 33554432000 4194304 4896791 140737470708944 140737470706152 4225191 0 0 4096 0 0 0 0 17 2 0 0 34 0 0
/proc/15418/statm: 46722 45618 78 172 0 46548 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 213892

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15388 and gives
#  childrusage.ru_utime.tv_sec=149
#  childrusage.ru_utime.tv_usec=79336
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=359945
# CPU time returned by wait4() is 149.439
# 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): 1801.01
CPU time (s): 1800.01
CPU user time (s): 1798.64
CPU system time (s): 1.37
CPU usage (%): 99.9443
Max. virtual memory (cumulated for all children) (KiB): 274672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.079
system time used= 0.359945
maximum resident set size= 51208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71
involuntary context switches= 508

runsolver used 2.69559 second user time and 7.40487 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 03:08:56
IDJOB=3695381
IDBENCH=48112
IDSOLVER=2273
FILE ID=node143/3695381-1338080936
RUNJOBID= node143-1338052948-9879
PBS_JOBID= 14624405
Free space on /tmp= 71436 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695381-1338080936/watcher-3695381-1338080936 -o /tmp/evaluation-result-3695381-1338080936/solver-3695381-1338080936 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695381-1338080936.opb 1783845950 HOME HOME

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

MD5SUM BENCH= 93a95f0846e71f0984a2317cf811edef
RANDOM SEED=1783845950

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:        20479200 kB
Buffers:          306332 kB
Cached:          2877216 kB
SwapCached:            0 kB
Active:          9171304 kB
Inactive:        2414156 kB
Active(anon):    8404872 kB
Inactive(anon):        0 kB
Active(file):     766432 kB
Inactive(file):  2414156 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8596 kB
Writeback:             0 kB
AnonPages:       8415472 kB
Mapped:            15012 kB
Shmem:               200 kB
Slab:             652200 kB
SReclaimable:      94696 kB
SUnreclaim:       557504 kB
KernelStack:        1512 kB
PageTables:        20360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8517308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8392704 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= 71640 MiB
End job on node143 at 2012-05-27 03:38:57