Trace number 3694816

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
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 476
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.38	c model valid
0.00/0.38	c current solution ok
0.00/0.47	o 244
0.00/0.47	c (debug) using card networks
0.00/0.99	c model valid
0.00/0.99	c current solution ok
0.00/0.99	o 241
0.00/0.99	c (debug) using card networks
0.99/1.74	c model valid
0.99/1.74	c current solution ok
0.99/1.74	o 236
0.99/1.74	c (debug) using card networks
4.28/4.38	c model valid
4.28/4.38	c current solution ok
4.28/4.39	o 232
4.28/4.39	c (debug) using card networks
7.27/7.32	c model valid
7.27/7.32	c current solution ok
7.27/7.32	o 229
7.27/7.32	c (debug) using card networks
11.15/11.25	c model valid
11.15/11.25	c current solution ok
11.15/11.26	o 228
11.15/11.26	c (debug) using card networks
15.96/16.07	c model valid
15.96/16.07	c current solution ok
15.96/16.09	o 224
15.96/16.09	c (debug) using card networks
24.55/24.67	c model valid
24.55/24.67	c current solution ok
24.55/24.68	o 219
24.55/24.68	c (debug) using card networks
56.75/56.87	c model valid
56.75/56.87	c current solution ok
56.75/56.88	o 218
56.75/56.88	c (debug) using card networks
230.42/230.58	c model valid
230.42/230.58	c current solution ok
230.42/230.59	o 217
230.42/230.59	c (debug) using card networks
644.25/644.49	c model valid
644.25/644.49	c current solution ok
644.25/644.49	o 216
644.25/644.49	c (debug) using card networks
687.05/687.23	c model valid
687.05/687.23	c current solution ok
687.05/687.23	o 214
687.05/687.23	c (debug) using card networks
1800.11/1800.51	c error: unexpected solver exit code
1800.11/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-3694816-1338051041/watcher-3694816-1338051041 -o /tmp/evaluation-result-3694816-1338051041/solver-3694816-1338051041 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694816-1338051041.opb 1496854466 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.07 2.24 3/180 3918
/proc/meminfo: memFree=28851408/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runsolver) D 3916 3918 1296 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 271230180 12095488 51 33554432000 4194304 5436572 140736427777232 140736427773528 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/3918/statm: 2953 51 31 304 0 2645 0

[startup+0.014069 s]
/proc/loadavg: 2.00 2.07 2.24 3/180 3918
/proc/meminfo: memFree=28851408/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100135 s]
/proc/loadavg: 2.00 2.07 2.24 3/180 3918
/proc/meminfo: memFree=28851408/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300099 s]
/proc/loadavg: 2.00 2.07 2.24 3/180 3918
/proc/meminfo: memFree=28851408/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700145 s]
/proc/loadavg: 2.00 2.07 2.24 3/180 3918
/proc/meminfo: memFree=28851408/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50016 s]
/proc/loadavg: 2.00 2.06 2.24 4/182 3926
/proc/meminfo: memFree=28845284/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=0.99 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 2415 5717 0 0 38 7 52 2 20 0 1 0 271230181 5734400 970 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 970 175 410 0 982 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 14748

[startup+3.10026 s]
/proc/loadavg: 2.00 2.06 2.24 4/184 3931
/proc/meminfo: memFree=28832624/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=1.74 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 2883 9486 0 0 39 7 125 3 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3930] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3930/stat : 3930 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271230356 9367552 266 33554432000 4194304 5064252 140737471011728 140737471010640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3930/statm: 2287 266 226 213 0 72 0
[pid=3931] ppid=3930 vsize=12144 CPUtime=1.33 cores=0,2,4,6
/proc/3931/stat : 3931 (glucose_static) R 3930 3918 1296 0 -1 4202496 2911 0 0 0 133 0 0 0 20 0 1 0 271230356 12435456 2726 33554432000 4194304 4896791 140737063120544 140737063117864 4224746 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3931/statm: 3036 2726 78 172 0 2862 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 36040

[startup+6.30025 s]
/proc/loadavg: 2.00 2.06 2.24 4/184 3934
/proc/meminfo: memFree=28832196/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=4.38 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 3350 14692 0 0 40 7 386 5 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3933] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3933/stat : 3933 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271230620 9367552 266 33554432000 4194304 5064252 140736311861504 140736311860416 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3933/statm: 2287 266 226 213 0 72 0
[pid=3934] ppid=3933 vsize=13840 CPUtime=1.89 cores=0,2,4,6
/proc/3934/stat : 3934 (glucose_static) R 3933 3918 1296 0 -1 4202496 3533 0 0 0 189 0 0 0 20 0 1 0 271230620 14172160 2877 33554432000 4194304 4896791 140734450796160 140734450793736 4225356 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3934/statm: 3460 2877 78 172 0 3286 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37736

[startup+12.7004 s]
/proc/loadavg: 2.00 2.06 2.23 4/184 3940
/proc/meminfo: memFree=28832968/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=11.24 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 4283 26624 0 0 42 7 1067 8 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3939] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3939/stat : 3939 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271231307 9367552 266 33554432000 4194304 5064252 140736666431040 140736666429952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3939/statm: 2287 266 226 213 0 72 0
[pid=3940] ppid=3939 vsize=12104 CPUtime=1.41 cores=0,2,4,6
/proc/3940/stat : 3940 (glucose_static) R 3939 3918 1296 0 -1 4202496 3341 0 0 0 141 0 0 0 20 0 1 0 271231308 12394496 2757 33554432000 4194304 4896791 140736912858416 140736912855736 4203098 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3940/statm: 3026 2757 78 172 0 2852 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 36000

[startup+25.5003 s]
/proc/loadavg: 2.00 2.06 2.23 4/183 3946
/proc/meminfo: memFree=28833104/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=24.65 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 5217 43294 0 0 45 7 2401 12 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3945] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3945/stat : 3945 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271232649 9367552 266 33554432000 4194304 5064252 140737255385920 140737255384832 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3945/statm: 2287 266 226 213 0 72 0
[pid=3946] ppid=3945 vsize=13564 CPUtime=0.8 cores=0,2,4,6
/proc/3946/stat : 3946 (glucose_static) R 3945 3918 1296 0 -1 4202496 2630 0 0 0 80 0 0 0 20 0 1 0 271232649 13889536 3020 33554432000 4194304 4896791 140737372472160 140737372469368 4224752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3946/statm: 3391 3020 78 172 0 3217 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37460

[startup+51.1003 s]
/proc/loadavg: 2.00 2.05 2.22 4/183 3946
/proc/meminfo: memFree=28822724/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=24.65 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 5217 43294 0 0 45 7 2401 12 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3945] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3945/stat : 3945 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271232649 9367552 266 33554432000 4194304 5064252 140737255385920 140737255384832 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3945/statm: 2287 266 226 213 0 72 0
[pid=3946] ppid=3945 vsize=24972 CPUtime=26.39 cores=0,2,4,6
/proc/3946/stat : 3946 (glucose_static) R 3945 3918 1296 0 -1 4202496 17172 0 0 0 2634 5 0 0 20 0 1 0 271232649 25571328 5396 33554432000 4194304 4896791 140737372472160 140737372469688 4204939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3946/statm: 6243 5396 78 172 0 6069 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 48868

[startup+102.307 s]
/proc/loadavg: 2.00 2.04 2.21 4/183 3949
/proc/meminfo: memFree=28817544/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=56.85 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 5683 63773 0 0 46 7 5613 19 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3948] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3948/stat : 3948 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271235869 9367552 266 33554432000 4194304 5064252 140734669385072 140734669383984 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3948/statm: 2287 266 226 213 0 72 0
[pid=3949] ppid=3948 vsize=33388 CPUtime=45.4 cores=0,2,4,6
/proc/3949/stat : 3949 (glucose_static) R 3948 3918 1296 0 -1 4202496 24664 0 0 0 4533 7 0 0 20 0 1 0 271235869 34189312 7222 33554432000 4194304 4896791 140735275233968 140735275231176 4225108 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3949/statm: 8347 7222 78 172 0 8173 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57284

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.19 4/183 3950
/proc/meminfo: memFree=28802436/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=56.85 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 5683 63773 0 0 46 7 5613 19 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3948] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3948/stat : 3948 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271235869 9367552 266 33554432000 4194304 5064252 140734669385072 140734669383984 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3948/statm: 2287 266 226 213 0 72 0
[pid=3949] ppid=3948 vsize=49632 CPUtime=105.38 cores=0,2,4,6
/proc/3949/stat : 3949 (glucose_static) R 3948 3918 1296 0 -1 4202496 42357 0 0 0 10524 14 0 0 20 0 1 0 271235869 50823168 10914 33554432000 4194304 4896791 140735275233968 140735275231176 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3949/statm: 12408 10914 78 172 0 12234 0
Current children cumulated CPU time (s) 162.23

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

/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 121777 0 0 0 73412 76 0 0 20 0 1 0 271298905 128323584 27483 33554432000 4194304 4896791 140735828375664 140735828371400 4207807 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 31329 27483 78 172 0 31155 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 149212

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.03 3/183 4049
/proc/meminfo: memFree=29670812/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=130184 CPUtime=794.86 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 128214 0 0 0 79404 82 0 0 20 0 1 0 271298905 133308416 27523 33554432000 4194304 4896791 140735828375664 140735828372872 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 32546 27523 78 172 0 32372 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 154080

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/183 4049
/proc/meminfo: memFree=29608108/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=184480 CPUtime=854.85 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 131980 0 0 0 85398 87 0 0 20 0 1 0 271298905 188907520 39547 33554432000 4194304 4896791 140735828375664 140735828372872 4225376 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 46120 39547 78 172 0 45946 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 208376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 4049
/proc/meminfo: memFree=29544172/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=271608 CPUtime=914.84 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 136285 0 0 0 91392 92 0 0 20 0 1 0 271298905 278126592 53159 33554432000 4194304 4896791 140735828375664 140735828373096 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 67902 53159 78 172 0 67728 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 295504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 4050
/proc/meminfo: memFree=29539644/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=276080 CPUtime=974.83 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 139713 0 0 0 97387 96 0 0 20 0 1 0 271298905 282705920 54683 33554432000 4194304 4896791 140735828375664 140735828372920 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 69020 54683 78 172 0 68846 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 299976

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.02 3/183 4050
/proc/meminfo: memFree=29558144/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=278236 CPUtime=1034.82 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 142152 0 0 0 103382 100 0 0 20 0 1 0 271298905 284913664 53814 33554432000 4194304 4896791 140735828375664 140735828372872 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 69559 53814 78 172 0 69385 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 302132

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/184 4053
/proc/meminfo: memFree=29600040/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=199096 CPUtime=1094.81 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 144320 0 0 0 109376 105 0 0 20 0 1 0 271298905 203874304 44300 33554432000 4194304 4896791 140735828375664 140735828373192 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 49774 44300 78 172 0 49600 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 222992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 4053
/proc/meminfo: memFree=29543676/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=281156 CPUtime=1113.01 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 145007 0 0 0 111196 105 0 0 20 0 1 0 271298905 287903744 53162 33554432000 4194304 4896791 140735828375664 140735828373096 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 70289 53162 78 172 0 70115 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 305052

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.08 2.02 2.01 3/184 4053
/proc/meminfo: memFree=29543676/32873648 swapFree=6860/6860
[pid=3918] ppid=3916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3918/stat : 3918 (runPb2satCp2.sh) S 3916 3918 1296 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271230180 9367552 275 33554432000 4194304 5064252 140733814518864 140733814517776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3918/statm: 2287 275 233 213 0 72 0
[pid=3920] ppid=3918 vsize=5600 CPUtime=687.1 cores=0,2,4,6
/proc/3920/stat : 3920 (pb2sat) S 3918 3918 1296 0 -1 4202496 7085 218673 0 0 50 8 68557 95 20 0 1 0 271230181 5734400 978 33554432000 4194304 5873084 140737371153040 140737371146856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3920/statm: 1400 978 175 410 0 982 0
[pid=3985] ppid=3920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3985/stat : 3985 (satsolver.sh) S 3920 3918 1296 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271298905 9367552 267 33554432000 4194304 5064252 140734351463552 140734351462464 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3985/statm: 2287 267 226 213 0 72 0
[pid=3986] ppid=3985 vsize=281156 CPUtime=1113.01 cores=0,2,4,6
/proc/3986/stat : 3986 (glucose_static) R 3985 3918 1296 0 -1 4202496 145007 0 0 0 111196 105 0 0 20 0 1 0 271298905 287903744 53162 33554432000 4194304 4896791 140735828375664 140735828373096 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3986/statm: 70289 53162 78 172 0 70115 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 305052

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3918 and gives
#  childrusage.ru_utime.tv_sec=686
#  childrusage.ru_utime.tv_usec=78700
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=44841
# CPU time returned by wait4() is 687.124
# while last known CPU time is 1800.11
#
# 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.11
CPU user time (s): 1798.03
CPU system time (s): 2.08
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 326040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 686.079
system time used= 1.04484
maximum resident set size= 166348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 59832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112
involuntary context switches= 791

runsolver used 3.32249 second user time and 8.17876 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 18:50:41
IDJOB=3694816
IDBENCH=1954
IDSOLVER=2273
FILE ID=node116/3694816-1338051041
RUNJOBID= node116-1338049240-3763
PBS_JOBID= 14624355
Free space on /tmp= 71284 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_16.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694816-1338051041/watcher-3694816-1338051041 -o /tmp/evaluation-result-3694816-1338051041/solver-3694816-1338051041 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694816-1338051041.opb 1496854466 HOME HOME

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=1496854466

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        28852424 kB
Buffers:          231860 kB
Cached:          2033120 kB
SwapCached:         3116 kB
Active:          1963916 kB
Inactive:        1266672 kB
Active(anon):     960688 kB
Inactive(anon):     7344 kB
Active(file):    1003228 kB
Inactive(file):  1259328 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              8568 kB
Writeback:             0 kB
AnonPages:        970296 kB
Mapped:            14372 kB
Shmem:                96 kB
Slab:             650768 kB
SReclaimable:      95184 kB
SUnreclaim:       555584 kB
KernelStack:        1464 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1201740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71488 MiB
End job on node116 at 2012-05-26 19:20:42