Trace number 3694482

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

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_20null50mast_rapportOE2.0_TMAX60_K67_cod2.opb
MD5SUMcbe19c75f2e679c0a1949db29fa1022e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50552
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2788485
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2788485
Number of bits of the biggest sum of numbers22
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.44	c fallback to adder encoding
27.97/28.07	c model valid
27.97/28.07	c current solution ok
29.58/29.64	o -1597
29.58/29.64	c fallback to adder encoding
59.17/59.26	c model valid
59.17/59.26	c current solution ok
59.27/59.30	o -4236
59.27/59.30	c fallback to adder encoding
128.75/128.83	c model valid
128.75/128.83	c current solution ok
128.75/128.87	o -32995
128.75/128.87	c fallback to adder encoding
1152.50/1152.72	c model valid
1152.50/1152.72	c current solution ok
1152.50/1152.77	o -42509
1152.50/1152.77	c fallback to adder encoding
1800.08/1800.40	./satsolver.sh: line 5: 11791 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.40	c error: unexpected solver exit code
1800.08/1800.40	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-3694482-1338142297/watcher-3694482-1338142297 -o /tmp/evaluation-result-3694482-1338142297/solver-3694482-1338142297 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694482-1338142297.opb 710425743 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 3/179 11762
/proc/meminfo: memFree=30720736/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0

[startup+0.0528311 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11762
/proc/meminfo: memFree=30720736/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11762
/proc/meminfo: memFree=30720736/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11762
/proc/meminfo: memFree=30720736/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11762
/proc/meminfo: memFree=30720736/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11766
/proc/meminfo: memFree=30587272/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=61172 CPUtime=0.75 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 10177 0 0 0 70 5 0 0 20 0 1 0 280355847 62640128 13037 33554432000 4194304 5873084 140734651030960 140734651027384 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 15293 13037 171 410 0 14875 0
[pid=11765] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11765/stat : 11765 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280355922 9367552 267 33554432000 4194304 5064252 140733612214736 140733612213648 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11765/statm: 2287 267 226 213 0 72 0
[pid=11766] ppid=11765 vsize=71148 CPUtime=0.73 cores=0,2,4,6
/proc/11766/stat : 11766 (glucose_static) R 11765 11762 10279 0 -1 4202496 16338 0 0 0 71 2 0 0 20 0 1 0 280355923 72855552 16274 33554432000 4194304 4896791 140734798068560 140734798065864 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11766/statm: 17787 16274 77 172 0 17613 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 150616

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11766
/proc/meminfo: memFree=30579384/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=61172 CPUtime=0.75 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 10177 0 0 0 70 5 0 0 20 0 1 0 280355847 62640128 13037 33554432000 4194304 5873084 140734651030960 140734651027384 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 15293 13037 171 410 0 14875 0
[pid=11765] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11765/stat : 11765 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280355922 9367552 267 33554432000 4194304 5064252 140733612214736 140733612213648 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11765/statm: 2287 267 226 213 0 72 0
[pid=11766] ppid=11765 vsize=71148 CPUtime=2.33 cores=0,2,4,6
/proc/11766/stat : 11766 (glucose_static) R 11765 11762 10279 0 -1 4202496 16347 0 0 0 231 2 0 0 20 0 1 0 280355923 72855552 16282 33554432000 4194304 4896791 140734798068560 140734798065768 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11766/statm: 17787 16282 77 172 0 17613 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 150616

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11766
/proc/meminfo: memFree=30576896/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=61172 CPUtime=0.75 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 10177 0 0 0 70 5 0 0 20 0 1 0 280355847 62640128 13037 33554432000 4194304 5873084 140734651030960 140734651027384 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 15293 13037 171 410 0 14875 0
[pid=11765] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11765/stat : 11765 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280355922 9367552 267 33554432000 4194304 5064252 140733612214736 140733612213648 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11765/statm: 2287 267 226 213 0 72 0
[pid=11766] ppid=11765 vsize=78556 CPUtime=5.53 cores=0,2,4,6
/proc/11766/stat : 11766 (glucose_static) R 11765 11762 10279 0 -1 4202496 16635 0 0 0 550 3 0 0 20 0 1 0 280355923 80441344 16383 33554432000 4194304 4896791 140734798068560 140734798066088 4223805 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11766/statm: 19639 16383 77 172 0 19465 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 158024

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11766
/proc/meminfo: memFree=30577408/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=61172 CPUtime=0.75 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 10177 0 0 0 70 5 0 0 20 0 1 0 280355847 62640128 13037 33554432000 4194304 5873084 140734651030960 140734651027384 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 15293 13037 171 410 0 14875 0
[pid=11765] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11765/stat : 11765 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280355922 9367552 267 33554432000 4194304 5064252 140733612214736 140733612213648 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11765/statm: 2287 267 226 213 0 72 0
[pid=11766] ppid=11765 vsize=78948 CPUtime=11.93 cores=0,2,4,6
/proc/11766/stat : 11766 (glucose_static) R 11765 11762 10279 0 -1 4202496 17499 0 0 0 1190 3 0 0 20 0 1 0 280355923 80842752 16692 33554432000 4194304 4896791 140734798068560 140734798066072 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11766/statm: 19737 16692 78 172 0 19563 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 158416

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11766
/proc/meminfo: memFree=30574864/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=61172 CPUtime=0.75 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 10177 0 0 0 70 5 0 0 20 0 1 0 280355847 62640128 13037 33554432000 4194304 5873084 140734651030960 140734651027384 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 15293 13037 171 410 0 14875 0
[pid=11765] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11765/stat : 11765 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280355922 9367552 267 33554432000 4194304 5064252 140733612214736 140733612213648 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11765/statm: 2287 267 226 213 0 72 0
[pid=11766] ppid=11765 vsize=79212 CPUtime=24.73 cores=0,2,4,6
/proc/11766/stat : 11766 (glucose_static) R 11765 11762 10279 0 -1 4202496 18295 0 0 0 2469 4 0 0 20 0 1 0 280355923 81113088 17411 33554432000 4194304 4896791 140734798068560 140734798066072 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11766/statm: 19803 17411 78 172 0 19629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158680

[startup+51.1005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 11769
/proc/meminfo: memFree=30533372/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=29.67 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 13366 19485 0 0 112 131 2716 8 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11768] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11768/stat : 11768 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280358817 9367552 266 33554432000 4194304 5064252 140735057179472 140735057178384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11768/statm: 2287 266 226 213 0 72 0
[pid=11769] ppid=11768 vsize=91000 CPUtime=21.39 cores=0,2,4,6
/proc/11769/stat : 11769 (glucose_static) R 11768 11762 10279 0 -1 4202496 18350 0 0 0 2135 4 0 0 20 0 1 0 280358817 93184000 18840 33554432000 4194304 4896791 140735811110880 140735811108104 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11769/statm: 22750 18840 78 172 0 22576 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 179844

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11772
/proc/meminfo: memFree=30530944/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=59.32 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 16838 39074 0 0 126 132 5657 17 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11771] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11771/stat : 11771 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280361783 9367552 267 33554432000 4194304 5064252 140735190965776 140735190964688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11771/statm: 2287 267 226 213 0 72 0
[pid=11772] ppid=11771 vsize=91996 CPUtime=42.93 cores=0,2,4,6
/proc/11772/stat : 11772 (glucose_static) R 11771 11762 10279 0 -1 4202496 19974 0 0 0 4290 3 0 0 20 0 1 0 280361783 94203904 19373 33554432000 4194304 4896791 140733446737872 140733446735384 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11772/statm: 22999 19373 78 172 0 22825 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 180840

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11775
/proc/meminfo: memFree=30527884/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=128.88 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 20316 61035 0 0 141 133 12588 26 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11774] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 11792
/proc/meminfo: memFree=29022296/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=130548 CPUtime=209.43 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 29881 0 0 0 20933 10 0 0 20 0 1 0 280471130 133681152 25456 33554432000 4194304 4896791 140735462091072 140735462088600 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 32637 25456 78 172 0 32463 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 219392

[startup+1422.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 11792
/proc/meminfo: memFree=29027760/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=112020 CPUtime=269.42 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 32367 0 0 0 26931 11 0 0 20 0 1 0 280471130 114708480 24018 33554432000 4194304 4896791 140735462091072 140735462088600 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 28005 24018 78 172 0 27831 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 200864

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11792
/proc/meminfo: memFree=29018792/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=131564 CPUtime=329.41 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 33869 0 0 0 32929 12 0 0 20 0 1 0 280471130 134721536 26252 33554432000 4194304 4896791 140735462091072 140735462088584 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 32891 26252 78 172 0 32717 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 220408

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 11793
/proc/meminfo: memFree=29010272/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=132476 CPUtime=389.4 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 34207 0 0 0 38928 12 0 0 20 0 1 0 280471130 135655424 28444 33554432000 4194304 4896791 140735462091072 140735462088216 4203794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 33119 28444 78 172 0 32945 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 221320

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 11793
/proc/meminfo: memFree=29004316/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=132920 CPUtime=449.39 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 34921 0 0 0 44926 13 0 0 20 0 1 0 280471130 136110080 29966 33554432000 4194304 4896791 140735462091072 140735462088584 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 33230 29966 78 172 0 33056 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 221764

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 11793
/proc/meminfo: memFree=29023724/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=114232 CPUtime=509.38 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 35383 0 0 0 50925 13 0 0 20 0 1 0 280471130 116973568 24994 33554432000 4194304 4896791 140735462091072 140735462088584 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 28558 24994 78 172 0 28384 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 203076

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11866
/proc/meminfo: memFree=31034280/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=133596 CPUtime=569.37 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 36152 0 0 0 56923 14 0 0 20 0 1 0 280471130 136802304 26589 33554432000 4194304 4896791 140735462091072 140735462088344 4204025 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 33399 26589 78 172 0 33225 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 222440

[startup+1782.3 s]
/proc/loadavg: 2.30 2.11 2.03 3/182 11998
/proc/meminfo: memFree=30276032/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=133924 CPUtime=629.36 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 36438 0 0 0 62920 16 0 0 20 0 1 0 280471130 137138176 29207 33554432000 4194304 4896791 140735462091072 140735462088584 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 33481 29207 78 172 0 33307 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 222768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.21 2.11 2.02 3/184 12001
/proc/meminfo: memFree=29560972/32873844 swapFree=7372/7372
[pid=11762] ppid=11760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11762/stat : 11762 (runPb2satCp2.sh) S 11760 11762 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280355847 9367552 275 33554432000 4194304 5064252 140735797941872 140735797940784 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11762/statm: 2287 275 233 213 0 72 0
[pid=11763] ppid=11762 vsize=70548 CPUtime=1152.62 cores=0,2,4,6
/proc/11763/stat : 11763 (pb2sat) S 11762 11762 10279 0 -1 4202496 23528 96275 0 0 156 134 114926 46 20 0 1 0 280355847 72241152 15320 33554432000 4194304 5873084 140734651030960 140734651024776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11763/statm: 17637 15320 180 410 0 17219 0
[pid=11790] ppid=11763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11790/stat : 11790 (satsolver.sh) S 11763 11762 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280471130 9367552 267 33554432000 4194304 5064252 140733683327440 140733683326352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11790/statm: 2287 267 226 213 0 72 0
[pid=11791] ppid=11790 vsize=134056 CPUtime=647.46 cores=0,2,4,6
/proc/11791/stat : 11791 (glucose_static) R 11790 11762 10279 0 -1 4202496 36477 0 0 0 64730 16 0 0 20 0 1 0 280471130 137273344 30268 33554432000 4194304 4896791 140735462091072 140735462088216 4203968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11791/statm: 33514 30268 78 172 0 33340 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 222900

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.12
CPU user time (s): 1798.14
CPU system time (s): 1.9847
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 253272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 1.9847
maximum resident set size= 145092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157271
page faults= 0
swaps= 0
block input operations= 0
block output operations= 316064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73
involuntary context switches= 2439

runsolver used 6.73698 second user time and 19.2641 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 20:11:37
IDJOB=3694482
IDBENCH=91894
IDSOLVER=2273
FILE ID=node118/3694482-1338142297
RUNJOBID= node118-1338122383-10295
PBS_JOBID= 14624484
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_20null50mast_rapportOE2.0_TMAX60_K67_cod2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694482-1338142297/watcher-3694482-1338142297 -o /tmp/evaluation-result-3694482-1338142297/solver-3694482-1338142297 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694482-1338142297.opb 710425743 HOME HOME

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

MD5SUM BENCH= cbe19c75f2e679c0a1949db29fa1022e
RANDOM SEED=710425743

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30721380 kB
Buffers:          350608 kB
Cached:           506944 kB
SwapCached:            0 kB
Active:          1055120 kB
Inactive:         259800 kB
Active(anon):     447172 kB
Inactive(anon):    11324 kB
Active(file):     607948 kB
Inactive(file):   248476 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10912 kB
Writeback:             0 kB
AnonPages:        688248 kB
Mapped:            12480 kB
Shmem:               200 kB
Slab:             694020 kB
SReclaimable:     135548 kB
SUnreclaim:       558472 kB
KernelStack:        1520 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     626560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 71016 MiB
End job on node118 at 2012-05-27 20:41:38