Trace number 3700735

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
npSolver 1.0? (TO) 1800.1 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.03	c run usual solver
0.00/0.13	c model valid
0.00/0.13	c current solution ok
0.00/0.15	o 274112
0.00/0.15	c current bound: 137056
0.00/0.15	c fallback to adder encoding
1149.36/1149.72	c model valid
1149.36/1149.72	c current solution ok
1149.36/1149.72	o 136961
1149.36/1149.72	c current bound: 68480
1149.36/1149.72	c fallback to adder encoding
1800.06/1800.41	./satsolver.sh: line 5:  8433 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.41	c error: unexpected solver exit code
1800.06/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-3700735-1338071663/watcher-3700735-1338071663 -o /tmp/evaluation-result-3700735-1338071663/solver-3700735-1338071663 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700735-1338071663.opb 2012803586 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.03 2.06 2.16 3/177 8350
/proc/meminfo: memFree=28904044/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0

[startup+0.047236 s]
/proc/loadavg: 2.03 2.06 2.16 3/177 8350
/proc/meminfo: memFree=28904044/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100165 s]
/proc/loadavg: 2.03 2.06 2.16 3/177 8350
/proc/meminfo: memFree=28904044/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 2.03 2.06 2.16 3/177 8350
/proc/meminfo: memFree=28904044/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 2.03 2.06 2.16 3/177 8350
/proc/meminfo: memFree=28904044/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.03 2.06 2.16 3/181 8364
/proc/meminfo: memFree=28835416/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=44672 CPUtime=1.11 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 9892 0 0 0 110 1 0 0 20 0 1 0 273291813 45744128 9797 33554432000 4194304 5208918 140736962515744 140736962513592 4205695 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 11168 9797 105 248 0 10917 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 84116

[startup+3.10031 s]
/proc/loadavg: 2.03 2.06 2.16 3/181 8364
/proc/meminfo: memFree=28835284/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=45464 CPUtime=2.72 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 10076 0 0 0 270 2 0 0 20 0 1 0 273291813 46555136 9981 33554432000 4194304 5208918 140736962515744 140736962513592 4229299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 11366 9981 105 248 0 11115 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 84908

[startup+6.30032 s]
/proc/loadavg: 2.02 2.06 2.16 3/181 8364
/proc/meminfo: memFree=28831316/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=47628 CPUtime=5.92 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 11796 0 0 0 589 3 0 0 20 0 1 0 273291813 48771072 10546 33554432000 4194304 5208918 140736962515744 140736962513704 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 11907 10546 105 248 0 11656 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 87072

[startup+12.7003 s]
/proc/loadavg: 2.02 2.06 2.16 3/181 8364
/proc/meminfo: memFree=28773124/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=78336 CPUtime=12.31 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 13254 0 0 0 1228 3 0 0 20 0 1 0 273291813 80216064 17510 33554432000 4194304 5208918 140736962515744 140736962511512 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 19584 17510 105 248 0 19333 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 117780

[startup+25.5002 s]
/proc/loadavg: 2.02 2.05 2.15 3/181 8364
/proc/meminfo: memFree=28801900/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=78336 CPUtime=25.11 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 13256 0 0 0 2508 3 0 0 20 0 1 0 273291813 80216064 18534 33554432000 4194304 5208918 140736962515744 140736962512120 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 19584 18534 105 248 0 19333 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 117780

[startup+51.1004 s]
/proc/loadavg: 2.01 2.05 2.15 3/181 8364
/proc/meminfo: memFree=28788964/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=97192 CPUtime=50.71 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 14619 0 0 0 5067 4 0 0 20 0 1 0 273291813 99524608 22227 33554432000 4194304 5208918 140736962515744 140736962512120 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 24298 22227 105 248 0 24047 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 136636

[startup+102.306 s]
/proc/loadavg: 2.00 2.04 2.14 3/181 8364
/proc/meminfo: memFree=28735848/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8363/stat : 8363 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273291813 9367552 267 33554432000 4194304 5064252 140734349854272 140734349853184 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8363/statm: 2287 267 226 213 0 72 0
[pid=8364] ppid=8363 vsize=127852 CPUtime=101.9 cores=1,3,5,7
/proc/8364/stat : 8364 (glucose) R 8363 8350 3117 0 -1 4202496 14949 0 0 0 10185 5 0 0 20 0 1 0 273291813 130920448 25934 33554432000 4194304 5208918 140736962515744 140736962512120 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8364/statm: 31963 25934 105 248 0 31712 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 167296

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/181 8364
/proc/meminfo: memFree=28723304/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=21148 CPUtime=0.34 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 3962 6430 0 0 23 3 7 1 20 0 1 0 273291776 21655552 4249 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 5287 4249 181 440 0 4843 0
[pid=8363] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.03 3/181 8433
/proc/meminfo: memFree=28384392/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=93860 CPUtime=212.33 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 13944 0 0 0 21227 6 0 0 20 0 1 0 273406770 96112640 22644 33554432000 4194304 5208918 140735438176400 140735438172776 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 23465 22644 105 248 0 23214 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 149456

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.02 3/181 8433
/proc/meminfo: memFree=28330684/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=143180 CPUtime=272.31 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 14584 0 0 0 27224 7 0 0 20 0 1 0 273406770 146616320 32171 33554432000 4194304 5208918 140735438176400 140735438174392 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 35795 32171 105 248 0 35544 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 198776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 8434
/proc/meminfo: memFree=28305344/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=156336 CPUtime=332.29 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 15725 0 0 0 33221 8 0 0 20 0 1 0 273406770 160088064 36576 33554432000 4194304 5208918 140735438176400 140735438172776 4211916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 39084 36576 105 248 0 38833 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 211932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/182 8437
/proc/meminfo: memFree=28306012/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=156336 CPUtime=392.29 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 16617 0 0 0 39219 10 0 0 20 0 1 0 273406770 160088064 36065 33554432000 4194304 5208918 140735438176400 140735438172776 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 39084 36065 105 248 0 38833 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 211932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8460
/proc/meminfo: memFree=28281624/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=187156 CPUtime=452.28 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 17205 0 0 0 45217 11 0 0 20 0 1 0 273406770 191647744 40228 33554432000 4194304 5208918 140735438176400 140735438172776 4211605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 46789 40228 105 248 0 46538 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 242752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8460
/proc/meminfo: memFree=28281596/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=156336 CPUtime=512.27 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 17507 0 0 0 51215 12 0 0 20 0 1 0 273406770 160088064 36577 33554432000 4194304 5208918 140735438176400 140735438172712 4211623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 39084 36577 105 248 0 38833 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 211932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8460
/proc/meminfo: memFree=28271740/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=187156 CPUtime=572.26 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 18100 0 0 0 57214 12 0 0 20 0 1 0 273406770 191647744 41764 33554432000 4194304 5208918 140735438176400 140735438174552 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 46789 41764 105 248 0 46538 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 242752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8461
/proc/meminfo: memFree=28279216/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=156336 CPUtime=632.25 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 18403 0 0 0 63212 13 0 0 20 0 1 0 273406770 160088064 38113 33554432000 4194304 5208918 140735438176400 140735438172088 4212508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 39084 38113 105 248 0 38833 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 211932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8461
/proc/meminfo: memFree=28270212/32873624 swapFree=7104/7104
[pid=8350] ppid=8348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8350/stat : 8350 (npSolver-pbo.sh) S 8348 8350 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273291776 9367552 274 33554432000 4194304 5064252 140734907994640 140734907993552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8350/statm: 2287 274 233 213 0 72 0
[pid=8351] ppid=8350 vsize=37300 CPUtime=1149.7 cores=1,3,5,7
/proc/8351/stat : 8351 (npSolver-pbo) S 8350 8350 3117 0 -1 4202496 6716 41183 0 0 43 5 114878 44 20 0 1 0 273291776 38195200 8110 33554432000 4194304 5992684 140733755341888 140733755334208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8351/statm: 9325 8110 181 440 0 8881 0
[pid=8432] ppid=8351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8432/stat : 8432 (satsolver.sh) S 8351 8350 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273406769 9367552 267 33554432000 4194304 5064252 140734889880240 140734889879152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8432/statm: 2287 267 226 213 0 72 0
[pid=8433] ppid=8432 vsize=187156 CPUtime=650.36 cores=1,3,5,7
/proc/8433/stat : 8433 (glucose) R 8432 8350 3117 0 -1 4202496 18988 0 0 0 65022 14 0 0 20 0 1 0 273406770 191647744 39716 33554432000 4194304 5208918 140735438176400 140735438174552 4211719 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8433/statm: 46789 39716 105 248 0 46538 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 242752

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.1
CPU user time (s): 1799.44
CPU system time (s): 0.660899
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 346844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.660899
maximum resident set size= 242136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 52944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 345
involuntary context switches= 1887

runsolver used 2.76658 second user time and 7.06093 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 00:34:23
IDJOB=3700735
IDBENCH=25045
IDSOLVER=2277
FILE ID=node121/3700735-1338071663
RUNJOBID= node121-1338051796-3134
PBS_JOBID= 14624383
Free space on /tmp= 71456 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700735-1338071663/watcher-3700735-1338071663 -o /tmp/evaluation-result-3700735-1338071663/solver-3700735-1338071663 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700735-1338071663.opb 2012803586 HOME HOME

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=2012803586

node121.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		: 2667.042
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	: 5334.08
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        28904308 kB
Buffers:          294280 kB
Cached:          2709780 kB
SwapCached:            0 kB
Active:           946116 kB
Inactive:        2221628 kB
Active(anon):     165264 kB
Inactive(anon):     1208 kB
Active(file):     780852 kB
Inactive(file):  2220420 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8488 kB
Writeback:             0 kB
AnonPages:        174796 kB
Mapped:            15468 kB
Shmem:               200 kB
Slab:             656772 kB
SReclaimable:     100692 kB
SUnreclaim:       556080 kB
KernelStack:        1472 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     279764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71348 MiB
End job on node121 at 2012-05-27 01:04:24