Trace number 3694811

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.09 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.36	c model valid
0.00/0.36	c current solution ok
0.00/0.47	o 254
0.00/0.47	c (debug) using card networks
0.00/0.61	c model valid
0.00/0.61	c current solution ok
0.00/0.61	o 240
0.00/0.61	c (debug) using card networks
1.85/1.96	c model valid
1.85/1.96	c current solution ok
1.85/1.97	o 236
1.85/1.97	c (debug) using card networks
3.45/3.58	c model valid
3.45/3.58	c current solution ok
3.57/3.64	o 231
3.57/3.64	c (debug) using card networks
5.35/5.40	c model valid
5.35/5.40	c current solution ok
5.35/5.41	o 226
5.35/5.41	c (debug) using card networks
11.95/12.05	c model valid
11.95/12.05	c current solution ok
11.95/12.06	o 224
11.95/12.06	c (debug) using card networks
37.93/38.02	c model valid
37.93/38.02	c current solution ok
37.93/38.03	o 219
37.93/38.03	c (debug) using card networks
256.38/256.58	c model valid
256.38/256.58	c current solution ok
256.38/256.59	o 216
256.38/256.59	c (debug) using card networks
1800.05/1800.61	./satsolver.sh: line 5:   687 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3694811-1338050999/watcher-3694811-1338050999 -o /tmp/evaluation-result-3694811-1338050999/solver-3694811-1338050999 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694811-1338050999.opb 1805538740 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 624
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0

[startup+0.0583881 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 624
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 624
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300121 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 624
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700163 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 624
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.89 4/183 650
/proc/meminfo: memFree=28595524/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=0.6 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 2412 5315 0 0 36 9 14 1 20 0 1 0 271228456 5931008 1000 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1000 175 410 0 1030 0
[pid=643] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/643/stat : 643 (satsolver.sh) S 626 624 30301 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271228518 9367552 266 33554432000 4194304 5064252 140735626943392 140735626942304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/643/statm: 2287 266 226 213 0 72 0
[pid=644] ppid=643 vsize=13612 CPUtime=0.85 cores=1,3,5,7
/proc/644/stat : 644 (glucose_static) R 643 624 30301 0 -1 4202496 2440 0 0 0 85 0 0 0 20 0 1 0 271228519 13938688 2853 33554432000 4194304 4896791 140734498316192 140734498313400 4203098 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/644/statm: 3403 2853 78 172 0 3229 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 37700

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.89 4/184 659
/proc/meminfo: memFree=28594384/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=1.95 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 2878 8920 0 0 37 9 146 3 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=655] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/655/stat : 655 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271228653 9367552 267 33554432000 4194304 5064252 140733368374688 140733368373600 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/655/statm: 2287 267 226 213 0 72 0
[pid=656] ppid=655 vsize=13688 CPUtime=1.11 cores=1,3,5,7
/proc/656/stat : 656 (glucose_static) R 655 624 30301 0 -1 4202496 2430 0 0 0 111 0 0 0 20 0 1 0 271228654 14016512 2845 33554432000 4194304 4896791 140734472350784 140734472347992 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/656/statm: 3422 2845 78 172 0 3248 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37776

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.89 4/184 668
/proc/meminfo: memFree=28590948/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=5.39 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 3810 17174 0 0 40 9 484 6 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=667] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/667/stat : 667 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271228998 9367552 267 33554432000 4194304 5064252 140736005898592 140736005897504 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/667/statm: 2287 267 226 213 0 72 0
[pid=668] ppid=667 vsize=13656 CPUtime=0.86 cores=1,3,5,7
/proc/668/stat : 668 (glucose_static) R 667 624 30301 0 -1 4202496 2216 0 0 0 86 0 0 0 20 0 1 0 271228998 13983744 3159 33554432000 4194304 4896791 140735354178432 140735354175640 4401607 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 3414 3159 78 172 0 3240 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 37744

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.89 4/184 674
/proc/meminfo: memFree=28589916/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=12.03 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 4257 24361 0 0 41 9 1144 9 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=673] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/673/stat : 673 (satsolver.sh) S 626 624 30301 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271229663 9367552 267 33554432000 4194304 5064252 140736054760848 140736054759760 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/673/statm: 2287 267 226 213 0 72 0
[pid=674] ppid=673 vsize=13548 CPUtime=0.61 cores=1,3,5,7
/proc/674/stat : 674 (glucose_static) R 673 624 30301 0 -1 4202496 2360 0 0 0 61 0 0 0 20 0 1 0 271229663 13873152 2778 33554432000 4194304 4896791 140735947564176 140735947561496 4225002 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/674/statm: 3387 2778 78 172 0 3213 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 37636

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.89 4/184 677
/proc/meminfo: memFree=28581420/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=12.03 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 4257 24361 0 0 41 9 1144 9 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=673] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/673/stat : 673 (satsolver.sh) S 626 624 30301 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271229663 9367552 267 33554432000 4194304 5064252 140736054760848 140736054759760 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/673/statm: 2287 267 226 213 0 72 0
[pid=674] ppid=673 vsize=23020 CPUtime=13.41 cores=1,3,5,7
/proc/674/stat : 674 (glucose_static) R 673 624 30301 0 -1 4202496 8639 0 0 0 1339 2 0 0 20 0 1 0 271229663 23572480 4618 33554432000 4194304 4896791 140735947564176 140735947561704 4230803 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/674/statm: 5755 4618 78 172 0 5581 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 47108

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.89 4/184 683
/proc/meminfo: memFree=28575172/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=38 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 4707 38973 0 0 42 10 3733 15 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=679] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/679/stat : 679 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271232260 9367552 267 33554432000 4194304 5064252 140735878425072 140735878423984 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/679/statm: 2287 267 226 213 0 72 0
[pid=680] ppid=679 vsize=15968 CPUtime=13.04 cores=1,3,5,7
/proc/680/stat : 680 (glucose_static) R 679 624 30301 0 -1 4202496 8957 0 0 0 1301 3 0 0 20 0 1 0 271232260 16351232 3759 33554432000 4194304 4896791 140733650258624 140733650256168 4206035 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/680/statm: 3992 3759 78 172 0 3818 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 40056

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.89 4/183 683
/proc/meminfo: memFree=28526344/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=38 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 4707 38973 0 0 42 10 3733 15 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=679] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/679/stat : 679 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271232260 9367552 267 33554432000 4194304 5064252 140735878425072 140735878423984 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/679/statm: 2287 267 226 213 0 72 0
[pid=680] ppid=679 vsize=47404 CPUtime=64.23 cores=1,3,5,7
/proc/680/stat : 680 (glucose_static) R 679 624 30301 0 -1 4202496 27819 0 0 0 6411 12 0 0 20 0 1 0 271232260 48541696 10464 33554432000 4194304 4896791 140733650258624 140733650255832 4225417 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/680/statm: 11851 10464 78 172 0 11677 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 71492

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.90 4/183 684
/proc/meminfo: memFree=28503564/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=38 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 4707 38973 0 0 42 10 3733 15 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=679] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.94 4/183 726
/proc/meminfo: memFree=28422600/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=153876 CPUtime=1165.35 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 146969 0 0 0 116416 119 0 0 20 0 1 0 271254117 157569024 32754 33554432000 4194304 4896791 140735485551552 140735485548760 4204864 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 38469 32754 78 172 0 38295 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 177964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/183 726
/proc/meminfo: memFree=28359952/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=208580 CPUtime=1225.34 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 151433 0 0 0 122409 125 0 0 20 0 1 0 271254117 213585920 39756 33554432000 4194304 4896791 140735485551552 140735485548760 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 52145 39756 78 172 0 51971 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 232668

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.94 4/183 726
/proc/meminfo: memFree=28326452/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=210728 CPUtime=1285.33 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 154396 0 0 0 128404 129 0 0 20 0 1 0 271254117 215785472 46892 33554432000 4194304 4896791 140735485551552 140735485548760 4224680 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 52682 46892 78 172 0 52508 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 234816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/183 726
/proc/meminfo: memFree=28416184/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=130112 CPUtime=1345.31 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 158273 0 0 0 134397 134 0 0 20 0 1 0 271254117 133234688 29382 33554432000 4194304 4896791 140735485551552 140735485549080 4225108 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 32528 29382 78 172 0 32354 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 154200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/183 727
/proc/meminfo: memFree=28347000/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=161888 CPUtime=1405.29 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 161590 0 0 0 140390 139 0 0 20 0 1 0 271254117 165773312 38352 33554432000 4194304 4896791 140735485551552 140735485547288 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 40472 38352 78 172 0 40298 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 185976

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 1.95 4/183 727
/proc/meminfo: memFree=28312376/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=213036 CPUtime=1465.28 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 165231 0 0 0 146384 144 0 0 20 0 1 0 271254117 218148864 45043 33554432000 4194304 4896791 140735485551552 140735485547224 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 53259 45043 78 172 0 53085 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 237124

[startup+1782.3 s]
/proc/loadavg: 2.18 2.07 1.96 4/183 727
/proc/meminfo: memFree=28364096/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=132856 CPUtime=1525.27 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 169135 0 0 0 152378 149 0 0 20 0 1 0 271254117 136044544 29074 33554432000 4194304 4896791 140735485551552 140735485549080 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 33214 29074 78 172 0 33040 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 156944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.06 1.96 3/183 727
/proc/meminfo: memFree=28341936/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=165724 CPUtime=1543.56 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 170135 0 0 0 154207 149 0 0 20 0 1 0 271254117 169701376 40292 33554432000 4194304 4896791 140735485551552 140735485548760 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 41431 40292 78 172 0 41257 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 189812

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.12 2.06 1.96 3/183 727
/proc/meminfo: memFree=28341936/32873844 swapFree=7620/7620
[pid=624] ppid=620 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/624/stat : 624 (runPb2satCp2.sh) S 620 624 30301 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271228456 9367552 275 33554432000 4194304 5064252 140733988627952 140733988626864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/624/statm: 2287 275 233 213 0 72 0
[pid=626] ppid=624 vsize=5792 CPUtime=256.49 cores=1,3,5,7
/proc/626/stat : 626 (pb2sat) S 624 624 30301 0 -1 4202496 5155 94308 0 0 43 10 25546 50 20 0 1 0 271228456 5931008 1007 33554432000 4194304 5873084 140733606809904 140733606803720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/626/statm: 1448 1007 175 410 0 1030 0
[pid=686] ppid=626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/686/stat : 686 (satsolver.sh) S 626 624 30301 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271254116 9367552 267 33554432000 4194304 5064252 140737278054800 140737278053712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/686/statm: 2287 267 226 213 0 72 0
[pid=687] ppid=686 vsize=165724 CPUtime=1543.56 cores=1,3,5,7
/proc/687/stat : 687 (glucose_static) R 686 624 30301 0 -1 4202496 170135 0 0 0 154207 149 0 0 20 0 1 0 271254117 169701376 40292 33554432000 4194304 4896791 140735485551552 140735485548760 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/687/statm: 41431 40292 78 172 0 41257 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 189812

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.09
CPU user time (s): 1797.98
CPU system time (s): 2.11368
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 345756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.11368
maximum resident set size= 231252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 43584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296
involuntary context switches= 2540

runsolver used 2.93855 second user time and 8.5307 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 18:49:59
IDJOB=3694811
IDBENCH=1953
IDSOLVER=2273
FILE ID=node107/3694811-1338050999
RUNJOBID= node107-1338049198-357
PBS_JOBID= 14624364
Free space on /tmp= 71576 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694811-1338050999/watcher-3694811-1338050999 -o /tmp/evaluation-result-3694811-1338050999/solver-3694811-1338050999 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694811-1338050999.opb 1805538740 HOME HOME

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=1805538740

node107.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.760
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.52
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.760
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.760
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.92
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.760
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.760
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		: 2666.760
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		: 2666.760
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.86
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.760
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:        28629872 kB
Buffers:          252756 kB
Cached:          3205252 kB
SwapCached:            0 kB
Active:           667544 kB
Inactive:        2802364 kB
Active(anon):      14012 kB
Inactive(anon):        0 kB
Active(file):     653532 kB
Inactive(file):  2802364 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17136 kB
Writeback:             0 kB
AnonPages:         95980 kB
Mapped:            13608 kB
Shmem:               200 kB
Slab:             634220 kB
SReclaimable:      76780 kB
SUnreclaim:       557440 kB
KernelStack:        1520 kB
PageTables:         3772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71552 MiB
End job on node107 at 2012-05-26 19:20:00