Trace number 3750086

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_8.opb
MD5SUM4bf433c60343e128a7fab53c33d88c45
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3841241
Best CPU time to get the best result obtained on this benchmark1800.08
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 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48028849250
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48028849250
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.04	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
46.46/46.58	c model valid
46.46/46.58	c current solution ok
46.87/46.97	o 172972389
46.87/46.97	c current bound: 86486219
46.87/46.97	c fallback to adder encoding
55.17/55.20	c model valid
55.17/55.20	c current solution ok
55.17/55.23	o 59833445
55.17/55.23	c current bound: 29916747
55.17/55.23	c fallback to adder encoding
219.03/219.19	c model valid
219.03/219.19	c current solution ok
219.14/219.21	o 20582479
219.14/219.21	c current bound: 10291264
219.14/219.21	c fallback to adder encoding
354.53/354.99	c model valid
354.53/354.99	c current solution ok
354.91/355.01	o 9026117
354.91/355.01	c current bound: 4513083
354.91/355.01	c fallback to adder encoding
1800.02/1800.41	./satsolver.sh: line 5: 10331 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.41	c error: unexpected solver exit code
1800.02/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-3750086-1339181042/watcher-3750086-1339181042 -o /tmp/evaluation-result-3750086-1339181042/solver-3750086-1339181042 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750086-1339181042.opb 784210846 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.00 2.00 2.05 4/176 10294
/proc/meminfo: memFree=25837252/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0

[startup+0.060849 s]
/proc/loadavg: 2.00 2.00 2.05 4/176 10294
/proc/meminfo: memFree=25837252/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10033 s]
/proc/loadavg: 2.00 2.00 2.05 4/176 10294
/proc/meminfo: memFree=25837252/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300332 s]
/proc/loadavg: 2.00 2.00 2.05 4/176 10294
/proc/meminfo: memFree=25837252/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700334 s]
/proc/loadavg: 2.00 2.00 2.05 4/176 10294
/proc/meminfo: memFree=25837252/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.05 3/180 10298
/proc/meminfo: memFree=25740236/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=18804 CPUtime=0.21 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 5961 0 0 0 19 2 0 0 20 0 1 0 384230131 19255296 3438 33554432000 4194304 6004724 140737444228464 140737444222512 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 4701 3438 164 442 0 4255 0
[pid=10297] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10297/stat : 10297 (cp2_pre.sh) S 10295 10294 31309 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 384230154 9367552 276 33554432000 4194304 5064252 140736725049152 140736725047856 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10297/statm: 2287 276 234 213 0 72 0
[pid=10298] ppid=10297 vsize=83912 CPUtime=1.26 cores=1,3,5,7
/proc/10298/stat : 10298 (coprocessor) R 10297 10294 31309 0 -1 4202496 17680 0 0 0 123 3 0 0 20 0 1 0 384230154 85925888 20125 33554432000 4194304 6586260 140735309687728 140735309683096 4685176 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/10298/statm: 20978 20125 192 584 0 20390 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 121012

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.05 3/180 10298
/proc/meminfo: memFree=25737128/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=18804 CPUtime=2.32 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 5969 19153 0 0 19 2 203 8 20 0 1 0 384230131 19255296 3438 33554432000 4194304 6004724 140737444228464 140737444223600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 4701 3438 164 442 0 4255 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 27952
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 2.05 3/180 10301
/proc/meminfo: memFree=25774492/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=18804 CPUtime=2.32 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 5969 19153 0 0 19 2 203 8 20 0 1 0 384230131 19255296 3438 33554432000 4194304 6004724 140737444228464 140737444223600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 4701 3438 164 442 0 4255 0
[pid=10300] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10300/stat : 10300 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384230366 9367552 267 33554432000 4194304 5064252 140737446452416 140737446451328 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10300/statm: 2287 267 226 213 0 72 0
[pid=10301] ppid=10300 vsize=79664 CPUtime=3.94 cores=1,3,5,7
/proc/10301/stat : 10301 (glucose) R 10300 10294 31309 0 -1 4202496 11807 0 0 0 390 4 0 0 20 0 1 0 384230366 81575936 17925 33554432000 4194304 5208918 140734251386064 140734251384152 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10301/statm: 19916 17925 96 248 0 19665 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 116764

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.05 3/180 10301
/proc/meminfo: memFree=25725032/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=18804 CPUtime=2.32 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 5969 19153 0 0 19 2 203 8 20 0 1 0 384230131 19255296 3438 33554432000 4194304 6004724 140737444228464 140737444223600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 4701 3438 164 442 0 4255 0
[pid=10300] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10300/stat : 10300 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384230366 9367552 267 33554432000 4194304 5064252 140737446452416 140737446451328 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10300/statm: 2287 267 226 213 0 72 0
[pid=10301] ppid=10300 vsize=130188 CPUtime=10.33 cores=1,3,5,7
/proc/10301/stat : 10301 (glucose) R 10300 10294 31309 0 -1 4202496 13946 0 0 0 1027 6 0 0 20 0 1 0 384230366 133312512 24280 33554432000 4194304 5208918 140734251386064 140734251384216 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10301/statm: 32547 24280 96 248 0 32296 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 167288

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.05 3/181 10302
/proc/meminfo: memFree=25733812/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=18804 CPUtime=2.32 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 5969 19153 0 0 19 2 203 8 20 0 1 0 384230131 19255296 3438 33554432000 4194304 6004724 140737444228464 140737444223600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 4701 3438 164 442 0 4255 0
[pid=10300] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10300/stat : 10300 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384230366 9367552 267 33554432000 4194304 5064252 140737446452416 140737446451328 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10300/statm: 2287 267 226 213 0 72 0
[pid=10301] ppid=10300 vsize=99368 CPUtime=23.14 cores=1,3,5,7
/proc/10301/stat : 10301 (glucose) R 10300 10294 31309 0 -1 4202496 16142 0 0 0 2304 10 0 0 20 0 1 0 384230366 101752832 21232 33554432000 4194304 5208918 140734251386064 140734251384216 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10301/statm: 24842 21232 96 248 0 24591 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 136468

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.05 3/181 10309
/proc/meminfo: memFree=25544092/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=100404 CPUtime=47.77 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 11914 42973 0 0 100 45 4606 26 20 0 1 0 384230131 102813696 20367 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 25101 20367 180 442 0 24655 0
[pid=10308] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10308/stat : 10308 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384234911 9367552 267 33554432000 4194304 5064252 140733410846720 140733410845632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 2287 267 226 213 0 72 0
[pid=10309] ppid=10308 vsize=175704 CPUtime=3.29 cores=1,3,5,7
/proc/10309/stat : 10309 (glucose) R 10308 10294 31309 0 -1 4202496 31955 0 0 0 320 9 0 0 20 0 1 0 384234911 179920896 37943 33554432000 4194304 5208918 140737071184528 140737071182680 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10309/statm: 43926 37943 104 248 0 43675 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 294404

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.04 3/181 10316
/proc/meminfo: memFree=25575628/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=83268 CPUtime=55.89 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 17723 82120 0 0 161 55 5317 56 20 0 1 0 384230131 85266432 13556 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 20817 13556 181 442 0 20371 0
[pid=10315] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10315/stat : 10315 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384235723 9367552 267 33554432000 4194304 5064252 140736574875760 140736574874672 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10315/statm: 2287 267 226 213 0 72 0
[pid=10316] ppid=10315 vsize=170920 CPUtime=46.37 cores=1,3,5,7
/proc/10316/stat : 10316 (glucose) R 10315 10294 31309 0 -1 4202496 31474 0 0 0 4626 11 0 0 20 0 1 0 384235723 175022080 38359 33554432000 4194304 5208918 140737100801008 140737100798856 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10316/statm: 42730 38359 105 248 0 42479 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 272484

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 10316
/proc/meminfo: memFree=25554400/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=83268 CPUtime=55.89 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 17723 82120 0 0 161 55 5317 56 20 0 1 0 384230131 85266432 13556 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 20817 13556 181 442 0 20371 0
[pid=10315] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10315/stat : 10315 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384235723 9367552 267 33554432000 4194304 5064252 140736574875760 140736574874672 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10315/statm: 2287 267 226 213 0 72 0
[pid=10316] ppid=10315 vsize=203592 CPUtime=106.35 cores=1,3,5,7
/proc/10316/stat : 10316 (glucose) R 10315 10294 31309 0 -1 4202496 36793 0 0 0 10615 20 0 0 20 0 1 0 384235723 208478208 44095 33554432000 4194304 5208918 140737100801008 140737100798856 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10316/statm: 50898 44095 105 248 0 50647 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10457
/proc/meminfo: memFree=31091224/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=196588 CPUtime=1006.62 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 36484 0 0 0 100622 40 0 0 20 0 1 0 384265680 201306112 45618 33554432000 4194304 5208918 140735451412000 140735451410088 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 49147 45618 104 248 0 48896 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 264140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10458
/proc/meminfo: memFree=31049088/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=227408 CPUtime=1066.62 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 37079 0 0 0 106621 41 0 0 20 0 1 0 384265680 232865792 54389 33554432000 4194304 5208918 140735451412000 140735451410152 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 56852 54389 104 248 0 56601 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 294960

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10458
/proc/meminfo: memFree=31022960/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=277496 CPUtime=1126.6 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 37394 0 0 0 112618 42 0 0 20 0 1 0 384265680 284155904 60834 33554432000 4194304 5208918 140735451412000 140735451408376 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 69374 60834 104 248 0 69123 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 345048

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 10458
/proc/meminfo: memFree=31067132/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=227408 CPUtime=1186.59 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 38273 0 0 0 118615 44 0 0 20 0 1 0 384265680 232865792 49781 33554432000 4194304 5208918 140735451412000 140735451408312 4229850 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 56852 49781 104 248 0 56601 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 294960

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 10461
/proc/meminfo: memFree=31039276/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=277496 CPUtime=1246.58 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 38606 0 0 0 124612 46 0 0 20 0 1 0 384265680 284155904 56738 33554432000 4194304 5208918 140735451412000 140735451410152 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 69374 56738 104 248 0 69123 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 345048

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 10461
/proc/meminfo: memFree=31016508/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=277496 CPUtime=1306.57 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 38617 0 0 0 130611 46 0 0 20 0 1 0 384265680 284155904 62370 33554432000 4194304 5208918 140735451412000 140735451408376 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 69374 62370 104 248 0 69123 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 345048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10461
/proc/meminfo: memFree=31048828/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=227408 CPUtime=1366.56 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 39493 0 0 0 136607 49 0 0 20 0 1 0 384265680 232865792 54389 33554432000 4194304 5208918 140735451412000 140735451408376 4213234 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 56852 54389 104 248 0 56601 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 294960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10462
/proc/meminfo: memFree=31030720/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=277496 CPUtime=1426.53 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 39822 0 0 0 142604 49 0 0 20 0 1 0 384265680 284155904 58786 33554432000 4194304 5208918 140735451412000 140735451410152 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 69374 58786 104 248 0 69123 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 345048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10462
/proc/meminfo: memFree=31024684/32873852 swapFree=6860/6860
[pid=10294] ppid=10292 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (npSolver-pbo.sh) S 10292 10294 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384230131 9367552 274 33554432000 4194304 5064252 140735540911248 140735540910160 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10294/statm: 2287 274 233 213 0 72 0
[pid=10295] ppid=10294 vsize=49256 CPUtime=355.39 cores=1,3,5,7
/proc/10295/stat : 10295 (npSolver-pbo) S 10294 10294 31309 0 -1 4202496 28233 168961 0 0 255 69 35075 140 20 0 1 0 384230131 50438144 10173 33554432000 4194304 6004724 140737444228464 140737444220816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10295/statm: 12314 10173 181 442 0 11868 0
[pid=10330] ppid=10295 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10330/stat : 10330 (satsolver.sh) S 10295 10294 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384265680 9367552 267 33554432000 4194304 5064252 140736442793456 140736442792368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10330/statm: 2287 267 226 213 0 72 0
[pid=10331] ppid=10330 vsize=277496 CPUtime=1444.63 cores=1,3,5,7
/proc/10331/stat : 10331 (glucose) R 10330 10294 31309 0 -1 4202496 39829 0 0 0 144414 49 0 0 20 0 1 0 384265680 284155904 60322 33554432000 4194304 5208918 140735451412000 140735451408376 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10331/statm: 69374 60322 104 248 0 69123 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 345048

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.08
CPU user time (s): 1797.46
CPU system time (s): 2.6146
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 442304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.46
system time used= 2.6146
maximum resident set size= 295580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 386728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2133
involuntary context switches= 2043

runsolver used 3.40748 second user time and 8.78666 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-08 20:44:02
IDJOB=3750086
IDBENCH=92722
IDSOLVER=2334
FILE ID=node128/3750086-1339181042
RUNJOBID= node128-1339172019-9496
PBS_JOBID= 14643820
Free space on /tmp= 69568 MiB

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

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

MD5SUM BENCH= 4bf433c60343e128a7fab53c33d88c45
RANDOM SEED=784210846

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25837896 kB
Buffers:          293692 kB
Cached:          1390836 kB
SwapCached:         1048 kB
Active:          6126380 kB
Inactive:          14556 kB
Active(anon):    4450884 kB
Inactive(anon):     7776 kB
Active(file):    1675496 kB
Inactive(file):     6780 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67101724 kB
Dirty:              8692 kB
Writeback:             0 kB
AnonPages:       4462136 kB
Mapped:             9840 kB
Shmem:                 8 kB
Slab:             747308 kB
SReclaimable:     189420 kB
SUnreclaim:       557888 kB
KernelStack:        1496 kB
PageTables:        12960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    5924848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1837056 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= 70652 MiB
End job on node128 at 2012-06-08 21:14:03