Trace number 3750345

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 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark77.6872
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
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.01	c run usual solver
0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.03	o 75
0.00/0.03	c current bound: 37
0.00/0.03	c (debug) using card networks
0.00/0.03	c old isEQ: 37, new EQ is 0
9.56/9.67	c current bound: 56
9.56/9.67	c (debug) using card networks
9.56/9.67	c old isEQ: 56, new EQ is 0
67.34/67.44	c model valid
67.34/67.44	c current solution ok
67.34/67.44	o 56
67.34/67.44	c current bound: 47
67.34/67.44	c (debug) using card networks
67.34/67.44	c old isEQ: 47, new EQ is 0
142.54/142.62	c current bound: 52
142.54/142.62	c (debug) using card networks
142.54/142.62	c old isEQ: 52, new EQ is 0
1800.07/1800.40	./satsolver.sh: line 5: 18478 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.40	c error: unexpected solver exit code
1800.07/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-3750345-1339119326/watcher-3750345-1339119326 -o /tmp/evaluation-result-3750345-1339119326/solver-3750345-1339119326 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750345-1339119326.opb 917269377 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.06 2.00 2/179 18443
/proc/meminfo: memFree=29112712/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0

[startup+0.071775 s]
/proc/loadavg: 2.08 2.06 2.00 2/179 18443
/proc/meminfo: memFree=29112712/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100237 s]
/proc/loadavg: 2.08 2.06 2.00 2/179 18443
/proc/meminfo: memFree=29112712/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300176 s]
/proc/loadavg: 2.08 2.06 2.00 2/179 18443
/proc/meminfo: memFree=29112712/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700175 s]
/proc/loadavg: 2.08 2.06 2.00 2/179 18443
/proc/meminfo: memFree=29112712/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 18457
/proc/meminfo: memFree=29107256/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=0.01 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1472 5087 0 0 0 0 0 1 20 0 1 0 378058502 2609152 334 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 334 173 442 0 191 0
[pid=18456] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18456/stat : 18456 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378058505 9367552 267 33554432000 4194304 5064252 140735379485248 140735379484160 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18456/statm: 2287 267 226 213 0 72 0
[pid=18457] ppid=18456 vsize=9268 CPUtime=1.46 cores=1,3,5,7
/proc/18457/stat : 18457 (glucose) R 18456 18443 15337 0 -1 4202496 2168 0 0 0 146 0 0 0 20 0 1 0 378058505 9490432 1660 33554432000 4194304 5208918 140734594922672 140734594920616 4229176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2317 1660 102 248 0 2066 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30112

[startup+3.10029 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 18457
/proc/meminfo: memFree=29103928/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=0.01 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1472 5087 0 0 0 0 0 1 20 0 1 0 378058502 2609152 334 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 334 173 442 0 191 0
[pid=18456] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18456/stat : 18456 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378058505 9367552 267 33554432000 4194304 5064252 140735379485248 140735379484160 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18456/statm: 2287 267 226 213 0 72 0
[pid=18457] ppid=18456 vsize=10280 CPUtime=3.05 cores=1,3,5,7
/proc/18457/stat : 18457 (glucose) R 18456 18443 15337 0 -1 4202496 2649 0 0 0 305 0 0 0 20 0 1 0 378058505 10526720 2112 33554432000 4194304 5208918 140734594922672 140734594920536 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2570 2112 102 248 0 2319 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 31124

[startup+6.30029 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 18457
/proc/meminfo: memFree=29094940/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=0.01 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1472 5087 0 0 0 0 0 1 20 0 1 0 378058502 2609152 334 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 334 173 442 0 191 0
[pid=18456] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18456/stat : 18456 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378058505 9367552 267 33554432000 4194304 5064252 140735379485248 140735379484160 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18456/statm: 2287 267 226 213 0 72 0
[pid=18457] ppid=18456 vsize=11320 CPUtime=6.25 cores=1,3,5,7
/proc/18457/stat : 18457 (glucose) R 18456 18443 15337 0 -1 4202496 3163 0 0 0 625 0 0 0 20 0 1 0 378058505 11591680 1866 33554432000 4194304 5208918 140734594922672 140734594920648 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2830 1866 102 248 0 2579 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32164

[startup+12.7003 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 18464
/proc/meminfo: memFree=29098584/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=9.64 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1635 12162 0 0 0 0 962 2 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18463] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18463/stat : 18463 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378059470 9367552 267 33554432000 4194304 5064252 140736072797776 140736072796688 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18463/statm: 2287 267 226 213 0 72 0
[pid=18464] ppid=18463 vsize=13672 CPUtime=3.01 cores=1,3,5,7
/proc/18464/stat : 18464 (glucose) R 18463 18443 15337 0 -1 4202496 2567 0 0 0 301 0 0 0 20 0 1 0 378059470 14000128 2524 33554432000 4194304 5208918 140737450808992 140737450806936 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18464/statm: 3418 2524 105 248 0 3167 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 34516

[startup+25.5004 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 18464
/proc/meminfo: memFree=29093536/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=9.64 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1635 12162 0 0 0 0 962 2 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18463] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18463/stat : 18463 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378059470 9367552 267 33554432000 4194304 5064252 140736072797776 140736072796688 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18463/statm: 2287 267 226 213 0 72 0
[pid=18464] ppid=18463 vsize=21164 CPUtime=15.8 cores=1,3,5,7
/proc/18464/stat : 18464 (glucose) R 18463 18443 15337 0 -1 4202496 5637 0 0 0 1579 1 0 0 20 0 1 0 378059470 21671936 4432 33554432000 4194304 5208918 140737450808992 140737450806936 4229512 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18464/statm: 5291 4432 105 248 0 5040 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 42008

[startup+51.1004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 18464
/proc/meminfo: memFree=29066364/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=9.64 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1635 12162 0 0 0 0 962 2 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18463] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18463/stat : 18463 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378059470 9367552 267 33554432000 4194304 5064252 140736072797776 140736072796688 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18463/statm: 2287 267 226 213 0 72 0
[pid=18464] ppid=18463 vsize=29936 CPUtime=41.4 cores=1,3,5,7
/proc/18464/stat : 18464 (glucose) R 18463 18443 15337 0 -1 4202496 7614 0 0 0 4138 2 0 0 20 0 1 0 378059470 30654464 6764 33554432000 4194304 5208918 140737450808992 140737450805368 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18464/statm: 7484 6764 105 248 0 7233 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 50780

[startup+102.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 18471
/proc/meminfo: memFree=29059376/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=67.41 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1820 23832 0 0 1 0 6733 7 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18470] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18470/stat : 18470 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378065247 9367552 266 33554432000 4194304 5064252 140735044860912 140735044859824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18470/statm: 2287 266 226 213 0 72 0
[pid=18471] ppid=18470 vsize=37088 CPUtime=34.84 cores=1,3,5,7
/proc/18471/stat : 18471 (glucose) R 18470 18443 15337 0 -1 4202496 4763 0 0 0 3483 1 0 0 20 0 1 0 378065247 37978112 6848 33554432000 4194304 5208918 140735799467040 140735799464984 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18471/statm: 9272 6848 104 248 0 9021 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57932

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 18478
/proc/meminfo: memFree=29051584/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18488
/proc/meminfo: memFree=28906656/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=106712 CPUtime=1279.46 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 11576 0 0 0 127933 13 0 0 20 0 1 0 378072765 109273088 26231 33554432000 4194304 5208918 140736105664208 140736105662296 4229717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 26678 26231 105 248 0 26427 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 127556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18491
/proc/meminfo: memFree=28897304/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=118848 CPUtime=1339.45 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 11879 0 0 0 133931 14 0 0 20 0 1 0 378072765 121700352 28526 33554432000 4194304 5208918 140736105664208 140736105662152 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 29712 28526 105 248 0 29461 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 139692

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18515
/proc/meminfo: memFree=28854744/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=168168 CPUtime=1399.45 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12219 0 0 0 139930 15 0 0 20 0 1 0 378072765 172204032 38000 33554432000 4194304 5208918 140736105664208 140736105662200 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 42042 38000 105 248 0 41791 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 189012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18515
/proc/meminfo: memFree=28890584/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=118848 CPUtime=1459.44 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12271 0 0 0 145928 16 0 0 20 0 1 0 378072765 121700352 29265 33554432000 4194304 5208918 140736105664208 140736105662296 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 29712 29265 105 248 0 29461 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 139692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18515
/proc/meminfo: memFree=28890708/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=118848 CPUtime=1519.42 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12322 0 0 0 151926 16 0 0 20 0 1 0 378072765 121700352 29265 33554432000 4194304 5208918 140736105664208 140736105662296 4229757 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 29712 29265 105 248 0 29461 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 139692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18515
/proc/meminfo: memFree=28849136/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=168168 CPUtime=1579.42 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12418 0 0 0 157924 18 0 0 20 0 1 0 378072765 172204032 37488 33554432000 4194304 5208918 140736105664208 140736105662200 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 42042 37488 105 248 0 41791 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 189012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18515
/proc/meminfo: memFree=28842124/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=168168 CPUtime=1639.4 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12469 0 0 0 163922 18 0 0 20 0 1 0 378072765 172204032 38000 33554432000 4194304 5208918 140736105664208 140736105662200 4229471 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 42042 38000 105 248 0 41791 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 189012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18567
/proc/meminfo: memFree=28918240/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=118848 CPUtime=1657.5 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12471 0 0 0 165732 18 0 0 20 0 1 0 378072765 121700352 29265 33554432000 4194304 5208918 140736105664208 140736105662296 4229541 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 29712 29265 105 248 0 29461 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 139692

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.00 2.00 2.00 3/183 18567
/proc/meminfo: memFree=28918240/32873648 swapFree=7372/7372
[pid=18443] ppid=18441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18443/stat : 18443 (npSolver-pbo.sh) S 18441 18443 15337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378058502 9367552 275 33554432000 4194304 5064252 140733871991024 140733871989936 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18443/statm: 2287 275 233 213 0 72 0
[pid=18444] ppid=18443 vsize=2548 CPUtime=142.57 cores=1,3,5,7
/proc/18444/stat : 18444 (npSolver-pbo) S 18443 18443 15337 0 -1 4202496 1981 31894 0 0 1 0 14247 9 20 0 1 0 378058502 2609152 335 33554432000 4194304 6004724 140733424250688 140733424243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18444/statm: 637 335 174 442 0 191 0
[pid=18477] ppid=18444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (satsolver.sh) S 18444 18443 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378072765 9367552 267 33554432000 4194304 5064252 140733511551312 140733511550224 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18477/statm: 2287 267 226 213 0 72 0
[pid=18478] ppid=18477 vsize=118848 CPUtime=1657.5 cores=1,3,5,7
/proc/18478/stat : 18478 (glucose) R 18477 18443 15337 0 -1 4202496 12471 0 0 0 165732 18 0 0 20 0 1 0 378072765 121700352 29265 33554432000 4194304 5208918 140736105664208 140736105662296 4229541 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18478/statm: 29712 29265 105 248 0 29461 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 139692

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.82
CPU system time (s): 0.296954
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 189012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.296954
maximum resident set size= 158144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115
involuntary context switches= 1899

runsolver used 3.34649 second user time and 8.87065 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 03:35:26
IDJOB=3750345
IDBENCH=2214
IDSOLVER=2334
FILE ID=node124/3750345-1339119326
RUNJOBID= node124-1339112111-17080
PBS_JOBID= 14643729
Free space on /tmp= 70800 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750345-1339119326/watcher-3750345-1339119326 -o /tmp/evaluation-result-3750345-1339119326/solver-3750345-1339119326 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750345-1339119326.opb 917269377 HOME HOME

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=917269377

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29113620 kB
Buffers:          322408 kB
Cached:          2573920 kB
SwapCached:         8612 kB
Active:          1075880 kB
Inactive:        1847468 kB
Active(anon):      18244 kB
Inactive(anon):    11112 kB
Active(file):    1057636 kB
Inactive(file):  1836356 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             17628 kB
Writeback:             0 kB
AnonPages:         26520 kB
Mapped:            10192 kB
Shmem:                 0 kB
Slab:             699164 kB
SReclaimable:     142004 kB
SUnreclaim:       557160 kB
KernelStack:        1528 kB
PageTables:         3976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70784 MiB
End job on node124 at 2012-06-08 04:05:27