Trace number 3695166

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.07 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
MD5SUM6a41ff06797480ccf0516b3ef32f0a0b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9465
Best CPU time to get the best result obtained on this benchmark0.288955
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5599
Total number of constraints25155
Number of constraints which are clauses24873
Number of constraints which are cardinality constraints (but not clauses)282
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2082
Biggest coefficient in the objective function 1533
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 846214
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1533
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 846214
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.25	o 121522
0.00/0.25	c fallback to adder encoding
1775.24/1775.60	c model valid
1775.24/1775.60	c current solution ok
1775.24/1775.61	o 108213
1775.24/1775.61	c fallback to adder encoding
1800.03/1800.41	./satsolver.sh: line 5:  7426 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	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-3695166-1338098402/watcher-3695166-1338098402 -o /tmp/evaluation-result-3695166-1338098402/solver-3695166-1338098402 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695166-1338098402.opb 1850644466 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.02 2.00 4/180 7334
/proc/meminfo: memFree=28339356/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0

[startup+0.048957 s]
/proc/loadavg: 2.00 2.02 2.00 4/180 7334
/proc/meminfo: memFree=28339356/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 2.00 2.02 2.00 4/180 7334
/proc/meminfo: memFree=28339356/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300221 s]
/proc/loadavg: 2.00 2.02 2.00 4/180 7334
/proc/meminfo: memFree=28339356/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 2.00 2.02 2.00 4/180 7334
/proc/meminfo: memFree=28339356/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 7341
/proc/meminfo: memFree=28274800/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=36544 CPUtime=1.01 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 9627 0 0 0 99 2 0 0 20 0 1 0 275967239 37421056 8519 33554432000 4194304 4896791 140734091061200 140734091058520 4223968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 9136 8519 77 172 0 8962 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 77676

[startup+3.10044 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 7341
/proc/meminfo: memFree=28271372/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=41444 CPUtime=2.62 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 10242 0 0 0 259 3 0 0 20 0 1 0 275967239 42438656 8700 33554432000 4194304 4896791 140734091061200 140734091058712 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 10361 8700 77 172 0 10187 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 82576

[startup+6.30044 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 7341
/proc/meminfo: memFree=28270628/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=42156 CPUtime=5.82 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 11544 0 0 0 579 3 0 0 20 0 1 0 275967239 43167744 9038 33554432000 4194304 4896791 140734091061200 140734091058712 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 10539 9038 77 172 0 10365 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 83288

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 7341
/proc/meminfo: memFree=28261032/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=43812 CPUtime=12.21 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 13336 0 0 0 1217 4 0 0 20 0 1 0 275967239 44863488 10108 33554432000 4194304 4896791 140734091061200 140734091058712 4202905 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 10953 10108 77 172 0 10779 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 84944

[startup+25.5005 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 7341
/proc/meminfo: memFree=28267408/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=46864 CPUtime=25.02 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 16734 0 0 0 2496 6 0 0 20 0 1 0 275967239 47988736 10779 33554432000 4194304 4896791 140734091061200 140734091058712 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 11716 10779 77 172 0 11542 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87996

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 7341
/proc/meminfo: memFree=28260792/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=59120 CPUtime=50.61 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 21383 0 0 0 5053 8 0 0 20 0 1 0 275967239 60538880 12474 33554432000 4194304 4896791 140734091061200 140734091058728 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 14780 12474 77 172 0 14606 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 100252

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 7367
/proc/meminfo: memFree=28271352/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=65700 CPUtime=101.8 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 24996 0 0 0 10167 13 0 0 20 0 1 0 275967239 67276800 15696 33554432000 4194304 4896791 140734091061200 140734091056936 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 16425 15696 77 172 0 16251 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 106832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7412
/proc/meminfo: memFree=28269080/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7422
/proc/meminfo: memFree=28090960/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=150500 CPUtime=1361.57 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 68697 0 0 0 136090 67 0 0 20 0 1 0 275967239 154112000 36814 33554432000 4194304 4896791 140734091061200 140734091056936 4225011 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 37625 36814 78 172 0 37451 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 191632

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7422
/proc/meminfo: memFree=28066484/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=182452 CPUtime=1421.57 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 69320 0 0 0 142089 68 0 0 20 0 1 0 275967239 186830848 44580 33554432000 4194304 4896791 140734091061200 140734091056936 4223805 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 45613 44580 78 172 0 45439 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 223584

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 7423
/proc/meminfo: memFree=28088272/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=183204 CPUtime=1481.54 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 70873 0 0 0 148082 72 0 0 20 0 1 0 275967239 187600896 43270 33554432000 4194304 4896791 140734091061200 140734091056872 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 45801 43270 78 172 0 45627 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 224336

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7423
/proc/meminfo: memFree=28064540/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=185296 CPUtime=1541.53 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 72600 0 0 0 154078 75 0 0 20 0 1 0 275967239 189743104 41681 33554432000 4194304 4896791 140734091061200 140734091058408 4224992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 46324 41681 78 172 0 46150 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 226428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7423
/proc/meminfo: memFree=28073620/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=187680 CPUtime=1601.52 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 74429 0 0 0 160074 78 0 0 20 0 1 0 275967239 192184320 41217 33554432000 4194304 4896791 140734091061200 140734091056936 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 46920 41217 78 172 0 46746 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 228812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7423
/proc/meminfo: memFree=28050400/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=238376 CPUtime=1661.51 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 74891 0 0 0 166072 79 0 0 20 0 1 0 275967239 244097024 47808 33554432000 4194304 4896791 140734091061200 140734091056872 4225038 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 59594 47808 78 172 0 59420 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 279508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7423
/proc/meminfo: memFree=28043560/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=22836 CPUtime=0.44 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 4100 2435 0 0 32 8 4 0 20 0 1 0 275967192 23384064 4523 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 5709 4523 178 410 0 5291 0
[pid=7340] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7340/stat : 7340 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275967239 9367552 267 33554432000 4194304 5064252 140735718507872 140735718506784 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7340/statm: 2287 267 226 213 0 72 0
[pid=7341] ppid=7340 vsize=188936 CPUtime=1721.49 cores=1,3,5,7
/proc/7341/stat : 7341 (glucose_static) R 7340 7334 6267 0 -1 4202496 75479 0 0 0 172068 81 0 0 20 0 1 0 275967239 193470464 42607 33554432000 4194304 4896791 140734091061200 140734091056936 4203820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7341/statm: 47234 42607 78 172 0 47060 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 230068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 7426
/proc/meminfo: memFree=28181400/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=38468 CPUtime=1775.46 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 7410 79635 0 0 55 10 177396 85 20 0 1 0 275967192 39391232 8061 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 9617 8061 178 410 0 9199 0
[pid=7425] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7425/stat : 7425 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276144774 9367552 267 33554432000 4194304 5064252 140736309176208 140736309175120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7425/statm: 2287 267 226 213 0 72 0
[pid=7426] ppid=7425 vsize=42472 CPUtime=6.47 cores=1,3,5,7
/proc/7426/stat : 7426 (glucose_static) R 7425 7334 6267 0 -1 4202496 11743 0 0 0 644 3 0 0 20 0 1 0 276144774 43491328 9181 33554432000 4194304 4896791 140735430232480 140735430229992 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7426/statm: 10618 9181 77 172 0 10444 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 99236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7430
/proc/meminfo: memFree=28166220/32873844 swapFree=7100/7100
[pid=7334] ppid=7332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (runPb2satCp2.sh) S 7332 7334 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275967192 9367552 274 33554432000 4194304 5064252 140737383758560 140737383757472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7334/statm: 2287 274 233 213 0 72 0
[pid=7335] ppid=7334 vsize=38468 CPUtime=1775.46 cores=1,3,5,7
/proc/7335/stat : 7335 (pb2sat) S 7334 7334 6267 0 -1 4202496 7410 79635 0 0 55 10 177396 85 20 0 1 0 275967192 39391232 8061 33554432000 4194304 5873084 140735208548768 140735208542584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7335/statm: 9617 8061 178 410 0 9199 0
[pid=7425] ppid=7335 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7425/stat : 7425 (satsolver.sh) S 7335 7334 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276144774 9367552 267 33554432000 4194304 5064252 140736309176208 140736309175120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7425/statm: 2287 267 226 213 0 72 0
[pid=7426] ppid=7425 vsize=46888 CPUtime=24.57 cores=1,3,5,7
/proc/7426/stat : 7426 (glucose_static) R 7425 7334 6267 0 -1 4202496 16649 0 0 0 2452 5 0 0 20 0 1 0 276144774 48013312 10784 33554432000 4194304 4896791 140735430232480 140735430227560 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7426/statm: 11722 10784 77 172 0 11548 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 103652

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.04
CPU system time (s): 1.02084
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 360296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.02084
maximum resident set size= 252808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 54040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111
involuntary context switches= 1862

runsolver used 3.9194 second user time and 9.78051 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 08:00:02
IDJOB=3695166
IDBENCH=72113
IDSOLVER=2273
FILE ID=node111/3695166-1338098402
RUNJOBID= node111-1338087406-6284
PBS_JOBID= 14624442
Free space on /tmp= 71668 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695166-1338098402/watcher-3695166-1338098402 -o /tmp/evaluation-result-3695166-1338098402/solver-3695166-1338098402 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695166-1338098402.opb 1850644466 HOME HOME

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

MD5SUM BENCH= 6a41ff06797480ccf0516b3ef32f0a0b
RANDOM SEED=1850644466

node111.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.152
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	: 5332.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28340116 kB
Buffers:          312404 kB
Cached:          3286904 kB
SwapCached:            0 kB
Active:          1036568 kB
Inactive:        2679276 kB
Active(anon):     119024 kB
Inactive(anon):        0 kB
Active(file):     917544 kB
Inactive(file):  2679276 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9376 kB
Writeback:             0 kB
AnonPages:        131712 kB
Mapped:            15324 kB
Shmem:               200 kB
Slab:             677008 kB
SReclaimable:     119560 kB
SUnreclaim:       557448 kB
KernelStack:        1528 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     242256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71644 MiB
End job on node111 at 2012-05-27 08:30:03