Trace number 3700954

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_7_ic.opb
MD5SUMed0e62d21585297a53ea5d644fd52c40
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16633202
Best CPU time to get the best result obtained on this benchmark3.56446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 76225024
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4402461705
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 76225024
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4402461705
Number of bits of the biggest sum of numbers33
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.07	c run usual solver
1.57/1.61	c model valid
1.57/1.61	c current solution ok
1.68/1.74	o 130802410
1.68/1.74	c current bound: 65401212
1.68/1.74	c fallback to adder encoding
2.18/2.22	c model valid
2.18/2.22	c current solution ok
2.18/2.23	o 29134666
2.18/2.23	c current bound: 14567340
2.18/2.23	c fallback to adder encoding
2.28/2.78	c current bound: 21851011
2.28/2.78	c fallback to adder encoding
17.15/17.29	c model valid
17.15/17.29	c current solution ok
17.15/17.30	o 21708336
17.15/17.30	c current bound: 18137846
17.15/17.30	c fallback to adder encoding
25.36/25.46	c model valid
25.36/25.46	c current solution ok
25.36/25.47	o 18083732
25.36/25.47	c current bound: 16325544
25.36/25.47	c fallback to adder encoding
88.75/88.86	c current bound: 17204646
88.75/88.86	c fallback to adder encoding
116.64/116.78	c model valid
116.64/116.78	c current solution ok
116.64/116.79	o 17198520
116.64/116.79	c current bound: 16762040
116.64/116.79	c fallback to adder encoding
249.03/249.11	c model valid
249.03/249.11	c current solution ok
249.03/249.12	o 16740308
249.03/249.12	c current bound: 16532934
249.03/249.12	c fallback to adder encoding
563.47/563.64	c current bound: 16636629
563.47/563.64	c fallback to adder encoding
1088.77/1089.06	c model valid
1088.77/1089.06	c current solution ok
1088.77/1089.06	o 16633202
1088.77/1089.06	c current bound: 16583076
1088.77/1089.06	c fallback to adder encoding
1800.05/1800.40	./satsolver.sh: line 5: 24954 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/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-3700954-1338143013/watcher-3700954-1338143013 -o /tmp/evaluation-result-3700954-1338143013/solver-3700954-1338143013 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700954-1338143013.opb 707743313 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.11 2.07 2.02 3/179 24830
/proc/meminfo: memFree=31146872/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0

[startup+0.105689 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 24830
/proc/meminfo: memFree=31146872/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200312 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 24830
/proc/meminfo: memFree=31146872/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300373 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 24830
/proc/meminfo: memFree=31146872/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 24830
/proc/meminfo: memFree=31146872/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.11 2.07 2.02 3/183 24837
/proc/meminfo: memFree=31129012/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=6244 CPUtime=0.36 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 2249 6778 0 0 6 0 28 2 20 0 1 0 280425652 6393856 1229 33554432000 4194304 5992684 140736287580800 140736287575920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24831/statm: 1561 1229 166 440 0 1117 0
[pid=24836] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24836/stat : 24836 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280425691 9367552 267 33554432000 4194304 5064252 140733713670144 140733713669056 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24836/statm: 2287 267 226 213 0 72 0
[pid=24837] ppid=24836 vsize=14448 CPUtime=1.11 cores=1,3,5,7
/proc/24837/stat : 24837 (glucose) R 24836 24830 23064 0 -1 4202496 2599 0 0 0 111 0 0 0 20 0 1 0 280425691 14794752 2935 33554432000 4194304 5208918 140734929471824 140734929469672 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24837/statm: 3612 2935 103 248 0 3361 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38988

[startup+3.10036 s]
/proc/loadavg: 2.11 2.07 2.02 3/183 24847
/proc/meminfo: memFree=31116692/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23472 CPUtime=2.84 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 8763 32595 0 0 33 15 224 12 20 0 1 0 280425652 24035328 5144 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5868 5144 183 440 0 5424 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 32620

[startup+6.30046 s]
/proc/loadavg: 2.10 2.07 2.02 3/183 24858
/proc/meminfo: memFree=31094496/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23472 CPUtime=2.84 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 8763 32595 0 0 33 15 224 12 20 0 1 0 280425652 24035328 5144 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5868 5144 183 440 0 5424 0
[pid=24857] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24857/stat : 24857 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280425939 9367552 266 33554432000 4194304 5064252 140733346467680 140733346466592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24857/statm: 2287 266 226 213 0 72 0
[pid=24858] ppid=24857 vsize=28500 CPUtime=3.41 cores=1,3,5,7
/proc/24858/stat : 24858 (glucose) R 24857 24830 23064 0 -1 4202496 7168 0 0 0 340 1 0 0 20 0 1 0 280425940 29184000 6269 33554432000 4194304 5208918 140733915919600 140733915917432 4229203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24858/statm: 7125 6269 104 248 0 6874 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 70268

[startup+12.7005 s]
/proc/loadavg: 2.09 2.07 2.02 3/183 24858
/proc/meminfo: memFree=31071776/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23472 CPUtime=2.84 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 8763 32595 0 0 33 15 224 12 20 0 1 0 280425652 24035328 5144 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5868 5144 183 440 0 5424 0
[pid=24857] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24857/stat : 24857 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280425939 9367552 266 33554432000 4194304 5064252 140733346467680 140733346466592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24857/statm: 2287 266 226 213 0 72 0
[pid=24858] ppid=24857 vsize=47388 CPUtime=9.81 cores=1,3,5,7
/proc/24858/stat : 24858 (glucose) R 24857 24830 23064 0 -1 4202496 8533 0 0 0 979 2 0 0 20 0 1 0 280425940 48525312 10329 33554432000 4194304 5208918 140733915919600 140733915917464 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24858/statm: 11847 10329 104 248 0 11596 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 89156

[startup+25.5004 s]
/proc/loadavg: 2.07 2.06 2.01 3/182 24865
/proc/meminfo: memFree=31086252/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=11168 CPUtime=25.47 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) R 24830 24830 23064 0 -1 4202496 12133 56007 0 0 45 17 2461 24 20 0 1 0 280425652 11436032 2328 33554432000 4194304 5992684 140736287580800 140736287573696 5044375 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 2792 2328 183 440 0 2348 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20316

[startup+51.1006 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 24873
/proc/meminfo: memFree=31076500/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23456 CPUtime=25.52 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 12906 56007 0 0 49 18 2461 24 20 0 1 0 280425652 24018944 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5864 4632 183 440 0 5420 0
[pid=24871] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24871/stat : 24871 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280428208 9367552 267 33554432000 4194304 5064252 140736546154320 140736546153232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24871/statm: 2287 267 226 213 0 72 0
[pid=24872] ppid=24871 vsize=36580 CPUtime=25.54 cores=1,3,5,7
/proc/24872/stat : 24872 (glucose) R 24871 24830 23064 0 -1 4202496 8214 0 0 0 2552 2 0 0 20 0 1 0 280428208 37457920 8502 33554432000 4194304 5208918 140736895158224 140736895156168 4205203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24872/statm: 9145 8502 105 248 0 8894 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 78332

[startup+102.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 24901
/proc/meminfo: memFree=31086604/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23464 CPUtime=88.9 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 14776 67350 0 0 56 19 8788 27 20 0 1 0 280425652 24027136 5144 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5866 5144 183 440 0 5422 0
[pid=24900] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24900/stat : 24900 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280434547 9367552 267 33554432000 4194304 5064252 140736015403136 140736015402048 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24900/statm: 2287 267 226 213 0 72 0
[pid=24901] ppid=24900 vsize=36184 CPUtime=13.34 cores=1,3,5,7
/proc/24901/stat : 24901 (glucose) R 24900 24830 23064 0 -1 4202496 8363 0 0 0 1333 1 0 0 20 0 1 0 280434548 37052416 7831 33554432000 4194304 5208918 140737007096848 140737007094712 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24901/statm: 9046 7831 105 248 0 8795 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 77944

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 24908
/proc/meminfo: memFree=31074496/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=116.82 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 16847 79436 0 0 64 20 11565 33 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24907] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24907/stat : 24907 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280437340 9367552 266 33554432000 4194304 5064252 140735872715792 140735872714704 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24907/statm: 2287 266 226 213 0 72 0
[pid=24908] ppid=24907 vsize=36172 CPUtime=45.4 cores=1,3,5,7
/proc/24908/stat : 24908 (glucose) R 24907 24830 23064 0 -1 4202496 7669 0 0 0 4539 1 0 0 20 0 1 0 280437340 37040128 8072 33554432000 4194304 5208918 140736491139392 140736491135768 4229299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24908/statm: 9043 8072 105 248 0 8792 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 77928

[startup+222.307 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 24908
/proc/meminfo: memFree=31073000/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 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 24962
/proc/meminfo: memFree=31060188/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=43876 CPUtime=333.09 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 8856 0 0 0 33306 3 0 0 20 0 1 0 280534567 44929024 10453 33554432000 4194304 5208918 140734728500368 140734728498232 4205203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 10969 10453 105 248 0 10718 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 85632

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 24962
/proc/meminfo: memFree=31053360/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=44092 CPUtime=393.08 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 9027 0 0 0 39304 4 0 0 20 0 1 0 280534567 45150208 10507 33554432000 4194304 5208918 140734728500368 140734728498456 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 11023 10507 105 248 0 10772 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 85848

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24962
/proc/meminfo: memFree=31049080/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=48512 CPUtime=453.08 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10006 0 0 0 45303 5 0 0 20 0 1 0 280534567 49676288 11612 33554432000 4194304 5208918 140734728500368 140734728498456 4229549 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 12128 11612 105 248 0 11877 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 90268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24966
/proc/meminfo: memFree=31033492/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=67188 CPUtime=513.06 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10351 0 0 0 51301 5 0 0 20 0 1 0 280534567 68800512 12461 33554432000 4194304 5208918 140734728500368 140734728498312 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 16797 12461 105 248 0 16546 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 108944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24973
/proc/meminfo: memFree=31061984/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=67188 CPUtime=573.05 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10389 0 0 0 57300 5 0 0 20 0 1 0 280534567 68800512 13010 33554432000 4194304 5208918 140734728500368 140734728498312 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 16797 13010 105 248 0 16546 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 108944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24973
/proc/meminfo: memFree=31054972/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=67188 CPUtime=633.04 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10389 0 0 0 63299 5 0 0 20 0 1 0 280534567 68800512 13010 33554432000 4194304 5208918 140734728500368 140734728498312 4228985 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 16797 13010 105 248 0 16546 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 108944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24973
/proc/meminfo: memFree=31047956/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=67188 CPUtime=693.03 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10389 0 0 0 69298 5 0 0 20 0 1 0 280534567 68800512 13010 33554432000 4194304 5208918 140734728500368 140734728498312 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 16797 13010 105 248 0 16546 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 108944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25025
/proc/meminfo: memFree=30877588/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=67188 CPUtime=711.13 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10390 0 0 0 71108 5 0 0 20 0 1 0 280534567 68800512 13522 33554432000 4194304 5208918 140734728500368 140734728498312 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 16797 13522 105 248 0 16546 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 108944

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 25025
/proc/meminfo: memFree=30877588/32873844 swapFree=7620/7620
[pid=24830] ppid=24828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24830/stat : 24830 (npSolver-pbo.sh) S 24828 24830 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280425652 9367552 274 33554432000 4194304 5064252 140736844135456 140736844134368 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24830/statm: 2287 274 233 213 0 72 0
[pid=24831] ppid=24830 vsize=23460 CPUtime=1088.92 cores=1,3,5,7
/proc/24831/stat : 24831 (npSolver-pbo) S 24830 24830 23064 0 -1 4202496 22862 120454 0 0 87 24 108730 51 20 0 1 0 280425652 24023040 4632 33554432000 4194304 5992684 140736287580800 140736287573120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24831/statm: 5865 4632 183 440 0 5421 0
[pid=24953] ppid=24831 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24953/stat : 24953 (satsolver.sh) S 24831 24830 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280534567 9367552 267 33554432000 4194304 5064252 140734947726640 140734947725552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24953/statm: 2287 267 226 213 0 72 0
[pid=24954] ppid=24953 vsize=67188 CPUtime=711.13 cores=1,3,5,7
/proc/24954/stat : 24954 (glucose) R 24953 24830 23064 0 -1 4202496 10390 0 0 0 71108 5 0 0 20 0 1 0 280534567 68800512 13522 33554432000 4194304 5208918 140734728500368 140734728498312 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24954/statm: 16797 13522 105 248 0 16546 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 108944

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.28
CPU system time (s): 0.822874
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 109696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.822874
maximum resident set size= 60172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154697
page faults= 0
swaps= 0
block input operations= 0
block output operations= 139872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 735
involuntary context switches= 2056

runsolver used 5.98509 second user time and 20.1219 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 20:23:33
IDJOB=3700954
IDBENCH=92777
IDSOLVER=2277
FILE ID=node143/3700954-1338143013
RUNJOBID= node143-1338124293-23081
PBS_JOBID= 14624509
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= ed0e62d21585297a53ea5d644fd52c40
RANDOM SEED=707743313

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:       32873844 kB
MemFree:        31147260 kB
Buffers:          357436 kB
Cached:           485384 kB
SwapCached:            0 kB
Active:           624296 kB
Inactive:         266988 kB
Active(anon):      38460 kB
Inactive(anon):    12524 kB
Active(file):     585836 kB
Inactive(file):   254464 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             24272 kB
Writeback:             0 kB
AnonPages:        164400 kB
Mapped:            15280 kB
Shmem:               200 kB
Slab:             691836 kB
SReclaimable:     133816 kB
SUnreclaim:       558020 kB
KernelStack:        1520 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     170400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71588 MiB
End job on node143 at 2012-05-27 20:53:33