Trace number 3694552

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 NameAnswerCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.01 1802.22

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_6.opb
MD5SUM3d381ed93f57c88e2b6d7a913913eca6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5298527
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 174676879
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 105424044698
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 174676879
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 105424044698
Number of bits of the biggest sum of numbers37
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

1.77/1.84	c model valid
1.77/1.84	c current solution ok
3.07/3.15	o 164432195
3.07/3.15	c fallback to adder encoding
39.16/39.22	c model valid
39.16/39.22	c current solution ok
39.16/39.27	o 114050019
39.16/39.27	c fallback to adder encoding
44.06/44.13	c model valid
44.06/44.13	c current solution ok
44.12/45.93	o 16399537
44.12/45.93	c fallback to adder encoding
163.10/164.95	c model valid
163.10/164.95	c current solution ok
163.10/164.99	o 16318359
163.10/164.99	c fallback to adder encoding
178.89/180.75	c model valid
178.89/180.75	c current solution ok
178.89/180.80	o 14375873
178.89/180.80	c fallback to adder encoding
185.08/186.99	c model valid
185.08/186.99	c current solution ok
185.18/187.04	o 14208385
185.18/187.04	c fallback to adder encoding
437.10/439.09	c model valid
437.10/439.09	c current solution ok
437.20/439.12	o 13673839
437.20/439.12	c fallback to adder encoding
477.00/478.93	c model valid
477.00/478.93	c current solution ok
477.00/478.97	o 11328241
477.00/478.97	c fallback to adder encoding
776.63/778.65	c model valid
776.63/778.65	c current solution ok
776.63/778.69	o 10462989
776.63/778.69	c fallback to adder encoding
995.40/997.46	c model valid
995.40/997.46	c current solution ok
995.47/997.50	o 10162735
995.47/997.50	c fallback to adder encoding
1003.90/1005.94	c model valid
1003.90/1005.94	c current solution ok
1003.90/1005.97	o 9541543
1003.90/1005.97	c fallback to adder encoding
1800.01/1802.21	c error: unexpected solver exit code
1800.01/1802.21	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-3694552-1338190924/watcher-3694552-1338190924 -o /tmp/evaluation-result-3694552-1338190924/solver-3694552-1338190924 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694552-1338190924.opb 353351810 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 20091
/proc/meminfo: memFree=30960972/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0

[startup+0.038247 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 20091
/proc/meminfo: memFree=30960972/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 20091
/proc/meminfo: memFree=30960972/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 20091
/proc/meminfo: memFree=30960972/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700161 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 20091
/proc/meminfo: memFree=30960972/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20095
/proc/meminfo: memFree=30945392/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=30476 CPUtime=0.33 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 5991 0 0 0 30 3 0 0 20 0 1 0 285216995 31207424 6516 33554432000 4194304 5873084 140734402179056 140734402175480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20092/statm: 7619 6516 169 410 0 7201 0
[pid=20094] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20094/stat : 20094 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285217029 9367552 267 33554432000 4194304 5064252 140735631541536 140735631540448 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20094/statm: 2287 267 226 213 0 72 0
[pid=20095] ppid=20094 vsize=85828 CPUtime=1.15 cores=0,2,4,6
/proc/20095/stat : 20095 (glucose_static) R 20094 20091 17405 0 -1 4202496 17667 0 0 0 112 3 0 0 20 0 1 0 285217029 87887872 18506 33554432000 4194304 4896791 140734118312512 140734118309816 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20095/statm: 21457 18506 78 172 0 21283 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 134600

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20095
/proc/meminfo: memFree=30993520/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=35800 CPUtime=3.07 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) R 20091 20091 17405 0 -1 4202496 7420 18484 0 0 55 108 140 4 20 0 1 0 285216995 36659200 7853 33554432000 4194304 5873084 140734402179056 140734402174488 5127520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20092/statm: 8950 7853 177 410 0 8532 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44948

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20101
/proc/meminfo: memFree=30251008/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=189732 CPUtime=4.76 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 15028 18997 0 0 201 129 140 6 20 0 1 0 285216995 194285568 39390 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20092/statm: 47433 39390 184 410 0 47015 0
[pid=20098] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20098/stat : 20098 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285217474 9367552 266 33554432000 4194304 5064252 140734839471568 140734839470480 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20098/statm: 2287 266 226 213 0 72 0
[pid=20099] ppid=20098 vsize=388804 CPUtime=1.49 cores=0,2,4,6
/proc/20099/stat : 20099 (glucose_static) R 20098 20091 17405 0 -1 4202496 54762 0 0 0 133 16 0 0 20 0 1 0 285217475 398135296 81120 33554432000 4194304 4896791 140734747269520 140734746218312 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20099/statm: 97201 81120 58 172 0 97027 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 596832

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 20101
/proc/meminfo: memFree=29641784/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=189732 CPUtime=4.76 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 15028 18997 0 0 201 129 140 6 20 0 1 0 285216995 194285568 39390 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20092/statm: 47433 39390 184 410 0 47015 0
[pid=20098] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20098/stat : 20098 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285217474 9367552 266 33554432000 4194304 5064252 140734839471568 140734839470480 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20098/statm: 2287 266 226 213 0 72 0
[pid=20099] ppid=20098 vsize=352736 CPUtime=7.89 cores=0,2,4,6
/proc/20099/stat : 20099 (glucose_static) R 20098 20091 17405 0 -1 4202496 60158 0 0 0 770 19 0 0 20 0 1 0 285217475 361201664 78282 33554432000 4194304 4896791 140734747269520 140734747266840 4203098 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20099/statm: 88184 78282 78 172 0 88010 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 560764

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 20104
/proc/meminfo: memFree=29615624/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=189732 CPUtime=4.76 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 15028 18997 0 0 201 129 140 6 20 0 1 0 285216995 194285568 39390 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20092/statm: 47433 39390 184 410 0 47015 0
[pid=20098] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20098/stat : 20098 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285217474 9367552 266 33554432000 4194304 5064252 140734839471568 140734839470480 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20098/statm: 2287 266 226 213 0 72 0
[pid=20099] ppid=20098 vsize=354400 CPUtime=20.67 cores=0,2,4,6
/proc/20099/stat : 20099 (glucose_static) R 20098 20091 17405 0 -1 4202496 62283 0 0 0 2048 19 0 0 20 0 1 0 285217475 362905600 79312 33554432000 4194304 4896791 140734747269520 140734747267160 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20099/statm: 88600 79312 78 172 0 88426 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 562428

[startup+51.1004 s]
/proc/loadavg: 2.25 2.06 2.02 3/183 20113
/proc/meminfo: memFree=29784016/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=211540 CPUtime=45.33 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 40108 141427 0 0 471 165 3840 57 20 0 1 0 285216995 216616960 36138 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 52885 36138 184 410 0 52467 0
[pid=20112] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285221707 9367552 267 33554432000 4194304 5064252 140735243253488 140735243252400 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20112/statm: 2287 267 226 213 0 72 0
[pid=20113] ppid=20112 vsize=241712 CPUtime=3.96 cores=0,2,4,6
/proc/20113/stat : 20113 (glucose_static) R 20112 20091 17405 0 -1 4202496 46021 0 0 0 385 11 0 0 20 0 1 0 285221708 247513088 57334 33554432000 4194304 4896791 140733966818832 140733966815960 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20113/statm: 60428 57334 78 172 0 60254 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 471548

[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 20123
/proc/meminfo: memFree=29861760/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=211540 CPUtime=45.33 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 40108 141427 0 0 471 165 3840 57 20 0 1 0 285216995 216616960 36138 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 52885 36138 184 410 0 52467 0
[pid=20112] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285221707 9367552 267 33554432000 4194304 5064252 140735243253488 140735243252400 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20112/statm: 2287 267 226 213 0 72 0
[pid=20113] ppid=20112 vsize=276784 CPUtime=55.16 cores=0,2,4,6
/proc/20113/stat : 20113 (glucose_static) R 20112 20091 17405 0 -1 4202496 50260 0 0 0 5503 13 0 0 20 0 1 0 285221708 283426816 61373 33554432000 4194304 4896791 140733966818832 140733966816200 4204566 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20113/statm: 69196 61373 78 172 0 69022 0
Current children cumulated CPU time (s) 100.49
Current children cumulated vsize (KiB) 506620

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/183 20123
/proc/meminfo: memFree=29782900/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=211540 CPUtime=45.33 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 40108 141427 0 0 471 165 3840 57 20 0 1 0 285216995 216616960 36138 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 52885 36138 184 410 0 52467 0
[pid=20112] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285221707 9367552 267 33554432000 4194304 5064252 140735243253488 140735243252400 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20112/statm: 2287 267 226 213 0 72 0
[pid=20113] ppid=20112 vsize=279828 CPUtime=115.15 cores=0,2,4,6
/proc/20113/stat : 20113 (glucose_static) R 20112 20091 17405 0 -1 4202496 53120 0 0 0 11499 16 0 0 20 0 1 0 285221708 286543872 66725 33554432000 4194304 4896791 140733966818832 140733966816040 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20113/statm: 69957 66725 78 172 0 69783 0
Current children cumulated CPU time (s) 160.48

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

/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 66909 0 0 0 35471 45 0 0 20 0 1 0 285317699 293732352 67824 33554432000 4194304 4896791 140736349922288 140736349919928 4204917 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 71712 67824 78 172 0 71538 0
Current children cumulated CPU time (s) 1360.18
Current children cumulated vsize (KiB) 451148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20189
/proc/meminfo: memFree=29925424/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=288760 CPUtime=415.15 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 68908 0 0 0 41468 47 0 0 20 0 1 0 285317699 295690240 64973 33554432000 4194304 4896791 140736349922288 140736349919800 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 72190 64973 78 172 0 72016 0
Current children cumulated CPU time (s) 1420.17
Current children cumulated vsize (KiB) 453060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20189
/proc/meminfo: memFree=29839024/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=291056 CPUtime=475.13 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 71385 0 0 0 47463 50 0 0 20 0 1 0 285317699 298041344 67085 33554432000 4194304 4896791 140736349922288 140736349919928 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 72764 67085 78 172 0 72590 0
Current children cumulated CPU time (s) 1480.15
Current children cumulated vsize (KiB) 455356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20189
/proc/meminfo: memFree=29913436/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=293960 CPUtime=535.12 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 73959 0 0 0 53459 53 0 0 20 0 1 0 285317699 301015040 66191 33554432000 4194304 4896791 140736349922288 140736349919496 4204129 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 73490 66191 78 172 0 73316 0
Current children cumulated CPU time (s) 1540.14
Current children cumulated vsize (KiB) 458260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 20189
/proc/meminfo: memFree=29888960/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=296812 CPUtime=595.11 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 76760 0 0 0 59456 55 0 0 20 0 1 0 285317699 303935488 70018 33554432000 4194304 4896791 140736349922288 140736349919496 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 74203 70018 78 172 0 74029 0
Current children cumulated CPU time (s) 1600.13
Current children cumulated vsize (KiB) 461112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20190
/proc/meminfo: memFree=29848476/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=298652 CPUtime=655.1 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 79366 0 0 0 65454 56 0 0 20 0 1 0 285317699 305819648 70025 33554432000 4194304 4896791 140736349922288 140736349919496 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 74663 70025 78 172 0 74489 0
Current children cumulated CPU time (s) 1660.12
Current children cumulated vsize (KiB) 462952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20193
/proc/meminfo: memFree=29660288/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=349664 CPUtime=715.09 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 81032 0 0 0 71452 57 0 0 20 0 1 0 285317699 358055936 75908 33554432000 4194304 4896791 140736349922288 140736349919512 4225120 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 87416 75908 78 172 0 87242 0
Current children cumulated CPU time (s) 1720.11
Current children cumulated vsize (KiB) 513964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20193
/proc/meminfo: memFree=29804712/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=301440 CPUtime=775.08 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 82582 0 0 0 77449 59 0 0 20 0 1 0 285317699 308674560 70589 33554432000 4194304 4896791 140736349922288 140736349919512 4205066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 75360 70589 78 172 0 75186 0
Current children cumulated CPU time (s) 1780.1
Current children cumulated vsize (KiB) 465740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 20218
/proc/meminfo: memFree=30622868/32873844 swapFree=6080/6080
[pid=20091] ppid=20089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20091/stat : 20091 (runPb2satCp2.sh) S 20089 20091 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285216995 9367552 275 33554432000 4194304 5064252 140734056891776 140734056890688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20091/statm: 2287 275 233 213 0 72 0
[pid=20092] ppid=20091 vsize=146004 CPUtime=1005.02 cores=0,2,4,6
/proc/20092/stat : 20092 (pb2sat) S 20091 20091 17405 0 -1 4202496 124332 584131 0 0 1300 273 98609 320 20 0 1 0 285216995 149508096 35114 33554432000 4194304 5873084 140734402179056 140734402172872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20092/statm: 36501 35114 184 410 0 36083 0
[pid=20158] ppid=20092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (satsolver.sh) S 20092 20091 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285317699 9367552 267 33554432000 4194304 5064252 140735500327456 140735500326368 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20158/statm: 2287 267 226 213 0 72 0
[pid=20159] ppid=20158 vsize=352204 CPUtime=794.99 cores=0,2,4,6
/proc/20159/stat : 20159 (glucose_static) R 20158 20091 17405 0 -1 4202496 83094 0 0 0 79439 60 0 0 20 0 1 0 285317699 360656896 73139 33554432000 4194304 4896791 140736349922288 140736349919512 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20159/statm: 88051 73139 78 172 0 87877 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 516504

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20091 and gives
#  childrusage.ru_utime.tv_sec=999
#  childrusage.ru_utime.tv_usec=104113
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=954094
# CPU time returned by wait4() is 1005.06
# 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): 1802.22
CPU time (s): 1800.01
CPU user time (s): 1793.48
CPU system time (s): 6.53
CPU usage (%): 99.8776
Max. virtual memory (cumulated for all children) (KiB): 905420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.104
system time used= 5.95409
maximum resident set size= 549840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 709441
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2001952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271
involuntary context switches= 1227

runsolver used 6.81196 second user time and 19.1241 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 09:42:04
IDJOB=3694552
IDBENCH=92737
IDSOLVER=2273
FILE ID=node139/3694552-1338190924
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71624 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_6.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694552-1338190924/watcher-3694552-1338190924 -o /tmp/evaluation-result-3694552-1338190924/solver-3694552-1338190924 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694552-1338190924.opb 353351810 HOME HOME

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

MD5SUM BENCH= 3d381ed93f57c88e2b6d7a913913eca6
RANDOM SEED=353351810

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.750
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.750
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.750
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:        30961352 kB
Buffers:          421248 kB
Cached:           471412 kB
SwapCached:          828 kB
Active:           857528 kB
Inactive:         199908 kB
Active(anon):     158308 kB
Inactive(anon):     7968 kB
Active(file):     699220 kB
Inactive(file):   191940 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             38764 kB
Writeback:             0 kB
AnonPages:        299772 kB
Mapped:            13116 kB
Shmem:                 8 kB
Slab:             717816 kB
SReclaimable:     159800 kB
SUnreclaim:       558016 kB
KernelStack:        1520 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     298908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 71556 MiB
End job on node139 at 2012-05-28 10:12:07