Trace number 3750087

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 NameAnswerCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_9.opb
MD5SUM796ce15de170aa64363741766a49999c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3179263
Best CPU time to get the best result obtained on this benchmark1801.45
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 143055667
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 44011059162
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 143055667
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 44011059162
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c old isEQ: 0, new EQ is 1
0.00/0.14	c old isEQ: 24, new EQ is 1
0.00/0.17	c old isEQ: 1, new EQ is 1
0.00/0.21	c run usual solver
43.17/43.20	c model valid
43.17/43.20	c current solution ok
43.46/43.59	o 200450359
43.46/43.59	c current bound: 100225204
43.46/43.59	c fallback to adder encoding
62.14/62.22	c model valid
62.14/62.22	c current solution ok
62.14/62.24	o 70391095
62.14/62.24	c current bound: 35195572
62.14/62.24	c fallback to adder encoding
108.93/109.49	c model valid
108.93/109.49	c current solution ok
109.40/109.51	o 6067845
109.40/109.51	c current bound: 3033947
109.40/109.51	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5: 30587 Terminated              ./glucose $1 > $2 2> /dev/null
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-3750087-1339181500/watcher-3750087-1339181500 -o /tmp/evaluation-result-3750087-1339181500/solver-3750087-1339181500 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750087-1339181500.opb 376348309 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.45 1.81 1.89 2/171 30536
/proc/meminfo: memFree=31512008/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0

[startup+0.0344179 s]
/proc/loadavg: 1.45 1.81 1.89 2/171 30536
/proc/meminfo: memFree=31512008/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100335 s]
/proc/loadavg: 1.45 1.81 1.89 2/171 30536
/proc/meminfo: memFree=31512008/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300161 s]
/proc/loadavg: 1.45 1.81 1.89 2/171 30536
/proc/meminfo: memFree=31512008/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700172 s]
/proc/loadavg: 1.45 1.81 1.89 2/171 30536
/proc/meminfo: memFree=31512008/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 1.50 1.81 1.89 3/181 30550
/proc/meminfo: memFree=31316916/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=18804 CPUtime=0.21 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 5972 0 0 0 19 2 0 0 20 0 1 0 384276833 19255296 3448 33554432000 4194304 6004724 140733354462064 140733354456112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30537/statm: 4701 3448 164 442 0 4255 0
[pid=30549] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30549/stat : 30549 (cp2_pre.sh) S 30537 30536 5861 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384276855 9367552 277 33554432000 4194304 5064252 140736032049808 140736032048512 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30549/statm: 2287 277 234 213 0 72 0
[pid=30550] ppid=30549 vsize=84044 CPUtime=1.27 cores=0,2,4,6
/proc/30550/stat : 30550 (coprocessor) R 30549 30536 5861 0 -1 4202496 17714 0 0 0 125 2 0 0 20 0 1 0 384276855 86061056 20159 33554432000 4194304 6586260 140734369649760 140734369645128 5599209 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/30550/statm: 21011 20159 192 584 0 20423 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121144

[startup+3.10034 s]
/proc/loadavg: 1.50 1.81 1.89 3/183 30555
/proc/meminfo: memFree=31076844/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=18804 CPUtime=2.01 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 5980 19155 0 0 19 2 173 7 20 0 1 0 384276833 19255296 3448 33554432000 4194304 6004724 140733354462064 140733354457200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30537/statm: 4701 3448 164 442 0 4255 0
[pid=30554] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30554/stat : 30554 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384277037 9367552 267 33554432000 4194304 5064252 140734704502688 140734704501600 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30554/statm: 2287 267 226 213 0 72 0
[pid=30555] ppid=30554 vsize=48324 CPUtime=1.05 cores=0,2,4,6
/proc/30555/stat : 30555 (glucose) R 30554 30536 5861 0 -1 4202496 10269 0 0 0 103 2 0 0 20 0 1 0 384277037 49483776 10286 33554432000 4194304 5208918 140734856597536 140734856595480 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30555/statm: 12081 10286 96 248 0 11830 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 85424

[startup+6.30035 s]
/proc/loadavg: 1.62 1.83 1.90 3/183 30555
/proc/meminfo: memFree=30863624/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=18804 CPUtime=2.01 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 5980 19155 0 0 19 2 173 7 20 0 1 0 384276833 19255296 3448 33554432000 4194304 6004724 140733354462064 140733354457200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30537/statm: 4701 3448 164 442 0 4255 0
[pid=30554] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30554/stat : 30554 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384277037 9367552 267 33554432000 4194304 5064252 140734704502688 140734704501600 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30554/statm: 2287 267 226 213 0 72 0
[pid=30555] ppid=30554 vsize=79660 CPUtime=4.24 cores=0,2,4,6
/proc/30555/stat : 30555 (glucose) R 30554 30536 5861 0 -1 4202496 12233 0 0 0 421 3 0 0 20 0 1 0 384277037 81571840 18281 33554432000 4194304 5208918 140734856597536 140734856595528 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30555/statm: 19915 18281 96 248 0 19664 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 116760

[startup+12.7003 s]
/proc/loadavg: 1.65 1.83 1.90 3/181 30562
/proc/meminfo: memFree=31261824/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=18804 CPUtime=2.01 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 5980 19155 0 0 19 2 173 7 20 0 1 0 384276833 19255296 3448 33554432000 4194304 6004724 140733354462064 140733354457200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30537/statm: 4701 3448 164 442 0 4255 0
[pid=30554] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30554/stat : 30554 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384277037 9367552 267 33554432000 4194304 5064252 140734704502688 140734704501600 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30554/statm: 2287 267 226 213 0 72 0
[pid=30555] ppid=30554 vsize=130184 CPUtime=10.65 cores=0,2,4,6
/proc/30555/stat : 30555 (glucose) R 30554 30536 5861 0 -1 4202496 14103 0 0 0 1059 6 0 0 20 0 1 0 384277037 133308416 25238 33554432000 4194304 5208918 140734856597536 140734856595688 4211584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30555/statm: 32546 25238 96 248 0 32295 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 167284

[startup+25.5004 s]
/proc/loadavg: 1.72 1.84 1.90 3/183 30565
/proc/meminfo: memFree=30433676/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=18804 CPUtime=2.01 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 5980 19155 0 0 19 2 173 7 20 0 1 0 384276833 19255296 3448 33554432000 4194304 6004724 140733354462064 140733354457200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30537/statm: 4701 3448 164 442 0 4255 0
[pid=30554] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30554/stat : 30554 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384277037 9367552 267 33554432000 4194304 5064252 140734704502688 140734704501600 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30554/statm: 2287 267 226 213 0 72 0
[pid=30555] ppid=30554 vsize=99364 CPUtime=23.44 cores=0,2,4,6
/proc/30555/stat : 30555 (glucose) R 30554 30536 5861 0 -1 4202496 16286 0 0 0 2335 9 0 0 20 0 1 0 384277037 101748736 23124 33554432000 4194304 5208918 140734856597536 140734856595688 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30555/statm: 24841 23124 96 248 0 24590 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 136464

[startup+51.1004 s]
/proc/loadavg: 1.82 1.85 1.90 3/183 30572
/proc/meminfo: memFree=30240344/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=100452 CPUtime=44.35 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 12068 41933 0 0 99 42 4271 23 20 0 1 0 384276833 102862848 20398 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 25113 20398 179 442 0 24667 0
[pid=30571] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30571/stat : 30571 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384281273 9367552 266 33554432000 4194304 5064252 140735071251568 140735071250480 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30571/statm: 2287 266 226 213 0 72 0
[pid=30572] ppid=30571 vsize=176472 CPUtime=6.68 cores=0,2,4,6
/proc/30572/stat : 30572 (glucose) R 30571 30536 5861 0 -1 4202496 31473 0 0 0 660 8 0 0 20 0 1 0 384281274 180707328 38220 33554432000 4194304 5208918 140733455283536 140733455281288 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30572/statm: 44118 38220 104 248 0 43867 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 295220

[startup+102.307 s]
/proc/loadavg: 1.92 1.87 1.91 3/183 30580
/proc/meminfo: memFree=30236396/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=83692 CPUtime=62.88 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 18308 80531 0 0 163 50 6021 54 20 0 1 0 384276833 85700608 14706 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 20923 14706 181 442 0 20477 0
[pid=30578] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30578/stat : 30578 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384283128 9367552 267 33554432000 4194304 5064252 140735777260736 140735777259648 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30578/statm: 2287 267 226 213 0 72 0
[pid=30579] ppid=30578 vsize=176492 CPUtime=39.33 cores=0,2,4,6
/proc/30579/stat : 30579 (glucose) R 30578 30536 5861 0 -1 4202496 30991 0 0 0 3927 6 0 0 20 0 1 0 384283128 180727808 37992 33554432000 4194304 5208918 140736938838016 140736938834392 4229469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30579/statm: 44123 37992 104 248 0 43872 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 278480

[startup+162.3 s]
/proc/loadavg: 2.09 1.92 1.92 3/183 30601
/proc/meminfo: memFree=30491072/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.05 1.99 1.93 3/183 30641
/proc/meminfo: memFree=29921360/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=292888 CPUtime=1252.14 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 38987 0 0 0 125169 45 0 0 20 0 1 0 384287825 299917312 58941 33554432000 4194304 5208918 140733793821888 140733793818264 4229731 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 73222 58941 105 248 0 72971 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 360304

[startup+1422.31 s]
/proc/loadavg: 2.02 1.99 1.93 3/183 30641
/proc/meminfo: memFree=30210700/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=242800 CPUtime=1312.13 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 39897 0 0 0 131166 47 0 0 20 0 1 0 384287825 248627200 51917 33554432000 4194304 5208918 140733793821888 140733793818264 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 60700 51917 105 248 0 60449 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 310216

[startup+1482.3 s]
/proc/loadavg: 2.08 2.00 1.94 3/183 30641
/proc/meminfo: memFree=29979972/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=292888 CPUtime=1372.12 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 40222 0 0 0 137163 49 0 0 20 0 1 0 384287825 299917312 64506 33554432000 4194304 5208918 140733793821888 140733793818264 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 73222 64506 105 248 0 72971 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 360304

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 1.94 3/183 30641
/proc/meminfo: memFree=30313348/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=242800 CPUtime=1432.1 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 41108 0 0 0 143159 51 0 0 20 0 1 0 384287825 248627200 53453 33554432000 4194304 5208918 140733793821888 140733793820040 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 60700 53453 105 248 0 60449 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 310216

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/183 30641
/proc/meminfo: memFree=30266220/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=292888 CPUtime=1492.09 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 41422 0 0 0 149157 52 0 0 20 0 1 0 384287825 299917312 59898 33554432000 4194304 5208918 140733793821888 140733793820040 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 73222 59898 105 248 0 72971 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 360304

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/183 30642
/proc/meminfo: memFree=30235872/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=292888 CPUtime=1552.09 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 41432 0 0 0 155156 53 0 0 20 0 1 0 384287825 299917312 65018 33554432000 4194304 5208918 140733793821888 140733793820040 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 73222 65018 105 248 0 72971 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 360304

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/184 30645
/proc/meminfo: memFree=30214876/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=242800 CPUtime=1612.07 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 42176 0 0 0 161153 54 0 0 20 0 1 0 384287825 248627200 54333 33554432000 4194304 5208918 140733793821888 140733793818200 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 60700 54333 105 248 0 60449 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 310216

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/183 30645
/proc/meminfo: memFree=30331852/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=292888 CPUtime=1672.07 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 42711 0 0 0 167151 56 0 0 20 0 1 0 384287825 299917312 65085 33554432000 4194304 5208918 140733793821888 140733793818264 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 73222 65085 105 248 0 72971 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 360304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 30645
/proc/meminfo: memFree=30319068/32873648 swapFree=7376/7376
[pid=30536] ppid=30534 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30536/stat : 30536 (npSolver-pbo.sh) S 30534 30536 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384276833 9367552 275 33554432000 4194304 5064252 140736706765968 140736706764880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30536/statm: 2287 275 233 213 0 72 0
[pid=30537] ppid=30536 vsize=49120 CPUtime=109.84 cores=0,2,4,6
/proc/30537/stat : 30537 (npSolver-pbo) S 30536 30536 5861 0 -1 4202496 22990 118054 0 0 201 56 10646 81 20 0 1 0 384276833 50298880 9647 33554432000 4194304 6004724 140733354462064 140733354454416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/30537/statm: 12280 9647 181 442 0 11834 0
[pid=30586] ppid=30537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 30537 30536 5861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384287825 9367552 266 33554432000 4194304 5064252 140735708499808 140735708498720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30586/statm: 2287 266 226 213 0 72 0
[pid=30587] ppid=30586 vsize=374276 CPUtime=1690.17 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 30536 5861 0 -1 4202496 42912 0 0 0 168961 56 0 0 20 0 1 0 384287825 383258624 67839 33554432000 4194304 5208918 140733793821888 140733793820040 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30587/statm: 93569 67839 105 248 0 93318 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 441692

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.05
CPU user time (s): 1798.11
CPU system time (s): 1.9477
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 521832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 1.9477
maximum resident set size= 338600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184945
page faults= 0
swaps= 0
block input operations= 8
block output operations= 309192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1610
involuntary context switches= 2701

runsolver used 3.47747 second user time and 9.07362 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-08 20:51:40
IDJOB=3750087
IDBENCH=92742
IDSOLVER=2334
FILE ID=node113/3750087-1339181500
RUNJOBID= node113-1339181500-30517
PBS_JOBID= 14643803
Free space on /tmp= 71148 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_9.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750087-1339181500/watcher-3750087-1339181500 -o /tmp/evaluation-result-3750087-1339181500/solver-3750087-1339181500 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750087-1339181500.opb 376348309 HOME HOME

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

MD5SUM BENCH= 796ce15de170aa64363741766a49999c
RANDOM SEED=376348309

node113.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.026
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.05
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.026
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.90
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.026
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.54
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.026
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.026
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.026
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.026
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.92
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.026
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:       32873648 kB
MemFree:        31520844 kB
Buffers:          346104 kB
Cached:            93820 kB
SwapCached:         1348 kB
Active:           429876 kB
Inactive:          18108 kB
Active(anon):       1336 kB
Inactive(anon):     4604 kB
Active(file):     428540 kB
Inactive(file):    13504 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099940 kB
Dirty:             10208 kB
Writeback:             0 kB
AnonPages:          9964 kB
Mapped:             8784 kB
Shmem:                 0 kB
Slab:             766328 kB
SReclaimable:     209196 kB
SUnreclaim:       557132 kB
KernelStack:        1376 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104708 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= 70940 MiB
End job on node113 at 2012-06-08 21:21:40