Trace number 3694351

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

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
MD5SUM83920c844b074c56822148eb18b413de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark37056
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4360
Total number of constraints8610
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
Number of terms in the objective function 2173
Biggest coefficient in the objective function 2124
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 3653850
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2124
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3653850
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

Solver Data

0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.08	o 274112
0.00/0.08	c fallback to adder encoding
1430.18/1430.55	c model valid
1430.18/1430.55	c current solution ok
1430.18/1430.56	o 273871
1430.18/1430.56	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5: 22210 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3694351-1338078307/watcher-3694351-1338078307 -o /tmp/evaluation-result-3694351-1338078307/solver-3694351-1338078307 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694351-1338078307.opb 1529011808 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.08 2.05 2.01 3/177 22093
/proc/meminfo: memFree=28004896/32873852 swapFree=6852/6852
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0

[startup+0.0954461 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 22093
/proc/meminfo: memFree=28004896/32873852 swapFree=6852/6852
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 22093
/proc/meminfo: memFree=28004896/32873852 swapFree=6852/6852
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 22093
/proc/meminfo: memFree=28004896/32873852 swapFree=6852/6852
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 22093
/proc/meminfo: memFree=28004896/32873852 swapFree=6852/6852
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.08 2.05 2.01 3/181 22100
/proc/meminfo: memFree=27934168/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=44928 CPUtime=1.16 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 10657 0 0 0 114 2 0 0 20 0 1 0 273956627 46006272 9863 33554432000 4194304 4896791 140733898880960 140733898878168 4203891 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 11232 9863 78 172 0 11058 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 84264

[startup+3.10034 s]
/proc/loadavg: 2.07 2.05 2.00 3/181 22100
/proc/meminfo: memFree=27933540/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=45060 CPUtime=2.76 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 10699 0 0 0 274 2 0 0 20 0 1 0 273956627 46141440 9905 33554432000 4194304 4896791 140733898880960 140733898878168 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 11265 9905 78 172 0 11091 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 84396

[startup+6.30043 s]
/proc/loadavg: 2.07 2.05 2.00 3/181 22100
/proc/meminfo: memFree=27927956/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=46572 CPUtime=5.96 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 11167 0 0 0 593 3 0 0 20 0 1 0 273956627 47689728 10802 33554432000 4194304 4896791 140733898880960 140733898878168 4203064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 11643 10802 78 172 0 11469 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 85908

[startup+12.7004 s]
/proc/loadavg: 2.06 2.05 2.00 3/180 22100
/proc/meminfo: memFree=27922432/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=57872 CPUtime=12.36 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 14647 0 0 0 1231 5 0 0 20 0 1 0 273956627 59260928 12309 33554432000 4194304 4896791 140733898880960 140733898878168 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 14468 12309 78 172 0 14294 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 97208

[startup+25.5004 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 22101
/proc/meminfo: memFree=27914560/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=62668 CPUtime=25.16 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 20077 0 0 0 2508 8 0 0 20 0 1 0 273956627 64172032 13277 33554432000 4194304 4896791 140733898880960 140733898878168 4204945 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 15667 13277 78 172 0 15493 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 102004

[startup+51.1004 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 22104
/proc/meminfo: memFree=27914064/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=80112 CPUtime=50.76 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 25992 0 0 0 5064 12 0 0 20 0 1 0 273956627 82034688 16847 33554432000 4194304 4896791 140733898880960 140733898878104 4204507 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 20028 16847 78 172 0 19854 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 119448

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 22104
/proc/meminfo: memFree=27890352/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=107060 CPUtime=101.93 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 33040 0 0 0 10174 19 0 0 20 0 1 0 273956627 109629440 21224 33554432000 4194304 4896791 140733898880960 140733898876632 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 26765 21224 78 172 0 26591 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 146396

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 22107
/proc/meminfo: memFree=27881388/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22207
/proc/meminfo: memFree=27146200/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=21040 CPUtime=0.3 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 3757 1832 0 0 26 4 0 0 20 0 1 0 273956595 21544960 4390 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 5260 4390 179 410 0 4842 0
[pid=22099] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22099/stat : 22099 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273956627 9367552 266 33554432000 4194304 5064252 140736722808480 140736722807392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22099/statm: 2287 266 226 213 0 72 0
[pid=22100] ppid=22099 vsize=199440 CPUtime=1421.69 cores=1,3,5,7
/proc/22100/stat : 22100 (glucose_static) R 22099 22093 18174 0 -1 4202496 83900 0 0 0 142066 103 0 0 20 0 1 0 273956627 204226560 45250 33554432000 4194304 4896791 140733898880960 140733898876696 4203058 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22100/statm: 49860 45250 78 172 0 49686 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 238776

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 22216
/proc/meminfo: memFree=27142008/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=82372 CPUtime=51.47 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 28382 0 0 0 5134 13 0 0 20 0 1 0 274099675 84348928 18674 33554432000 4194304 4896791 140737304955936 140737304953144 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 20593 18674 78 172 0 20419 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 138548

[startup+1542.31 s]
/proc/loadavg: 2.14 2.04 2.01 3/181 22225
/proc/meminfo: memFree=27140380/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=79292 CPUtime=111.46 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 38070 0 0 0 11125 21 0 0 20 0 1 0 274099675 81195008 18857 33554432000 4194304 4896791 140737304955936 140737304953144 4225091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 19823 18857 78 172 0 19649 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 135468

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 22226
/proc/meminfo: memFree=27084300/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=117004 CPUtime=171.44 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 45395 0 0 0 17117 27 0 0 20 0 1 0 274099675 119812096 25198 33554432000 4194304 4896791 140737304955936 140737304953464 4203765 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 29251 25198 78 172 0 29077 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 173180

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 22226
/proc/meminfo: memFree=27040760/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=122248 CPUtime=231.43 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 49392 0 0 0 23112 31 0 0 20 0 1 0 274099675 125181952 29020 33554432000 4194304 4896791 140737304955936 140737304953144 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 30562 29020 78 172 0 30388 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 178424

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 22226
/proc/meminfo: memFree=27025160/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=125284 CPUtime=291.43 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 53824 0 0 0 29106 37 0 0 20 0 1 0 274099675 128290816 27282 33554432000 4194304 4896791 140737304955936 140737304951608 4223980 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 31321 27282 78 172 0 31147 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 181460

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 22226
/proc/meminfo: memFree=26983008/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=159928 CPUtime=351.42 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 58806 0 0 0 35100 42 0 0 20 0 1 0 274099675 163766272 33484 33554432000 4194304 4896791 140737304955936 140737304953144 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 39982 33484 78 172 0 39808 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 216104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 22226
/proc/meminfo: memFree=26987712/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=130012 CPUtime=369.51 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 60146 0 0 0 36908 43 0 0 20 0 1 0 274099675 133132288 31104 33554432000 4194304 4896791 140737304955936 140737304953448 4204016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 32503 31104 78 172 0 32329 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 186188

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 22226
/proc/meminfo: memFree=26987712/32873852 swapFree=6848/6848
[pid=22093] ppid=22091 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22093/stat : 22093 (runPb2satCp2.sh) S 22091 22093 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273956595 9367552 275 33554432000 4194304 5064252 140733404042368 140733404041280 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22093/statm: 2287 275 233 213 0 72 0
[pid=22094] ppid=22093 vsize=37880 CPUtime=1430.5 cores=1,3,5,7
/proc/22094/stat : 22094 (pb2sat) S 22093 22093 18174 0 -1 4202496 7150 87033 0 0 49 7 142889 105 20 0 1 0 273956595 38789120 8851 33554432000 4194304 5873084 140734514442880 140734514436696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22094/statm: 9470 8851 179 410 0 9052 0
[pid=22209] ppid=22094 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22209/stat : 22209 (satsolver.sh) S 22094 22093 18174 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274099675 9367552 266 33554432000 4194304 5064252 140733634780752 140733634779664 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 2287 266 226 213 0 72 0
[pid=22210] ppid=22209 vsize=130012 CPUtime=369.51 cores=1,3,5,7
/proc/22210/stat : 22210 (glucose_static) R 22209 22093 18174 0 -1 4202496 60146 0 0 0 36908 43 0 0 20 0 1 0 274099675 133132288 31104 33554432000 4194304 4896791 140737304955936 140737304953448 4204016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22210/statm: 32503 31104 78 172 0 32329 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 186188

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.48
CPU system time (s): 1.57676
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 368856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.57676
maximum resident set size= 274404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155317
page faults= 0
swaps= 0
block input operations= 0
block output operations= 58448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139
involuntary context switches= 1860

runsolver used 3.15252 second user time and 8.62069 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 02:25:07
IDJOB=3694351
IDBENCH=25045
IDSOLVER=2273
FILE ID=node128/3694351-1338078307
RUNJOBID= node128-1338053110-18191
PBS_JOBID= 14624418
Free space on /tmp= 71172 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694351-1338078307/watcher-3694351-1338078307 -o /tmp/evaluation-result-3694351-1338078307/solver-3694351-1338078307 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694351-1338078307.opb 1529011808 HOME HOME

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=1529011808

node128.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.389
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.77
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.389
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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28009396 kB
Buffers:          344316 kB
Cached:          3598816 kB
SwapCached:            0 kB
Active:          1109536 kB
Inactive:        2937436 kB
Active(anon):     106792 kB
Inactive(anon):        0 kB
Active(file):    1002744 kB
Inactive(file):  2937436 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        182620 kB
Mapped:            15252 kB
Shmem:               204 kB
Slab:             678360 kB
SReclaimable:     120948 kB
SUnreclaim:       557412 kB
KernelStack:        1504 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     227396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 70836 MiB
End job on node128 at 2012-05-27 02:55:07