Trace number 3700949

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.09 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_2_ic.opb
MD5SUMe22d6f041383ef534a8e372ffa21db5d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6838116
Best CPU time to get the best result obtained on this benchmark4.75328
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 74088000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3157138205
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 74088000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3157138205
Number of bits of the biggest sum of numbers32
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.63	c model valid
1.57/1.63	c current solution ok
1.69/1.76	o 195171182
1.69/1.76	c current bound: 97585598
1.69/1.76	c fallback to adder encoding
2.34/2.45	c model valid
2.34/2.45	c current solution ok
2.34/2.45	o 83366614
2.34/2.45	c current bound: 41683314
2.34/2.45	c fallback to adder encoding
3.67/3.77	c model valid
3.67/3.77	c current solution ok
3.67/3.78	o 32300118
3.67/3.78	c current bound: 16150066
3.67/3.78	c fallback to adder encoding
4.16/4.21	c model valid
4.16/4.21	c current solution ok
4.17/4.34	o 15716288
4.17/4.34	c current bound: 7858151
4.17/4.34	c fallback to adder encoding
9.31/9.59	c model valid
9.31/9.59	c current solution ok
9.31/9.59	o 7715736
9.31/9.59	c current bound: 3857875
9.31/9.59	c fallback to adder encoding
9.62/9.86	c current bound: 5786813
9.62/9.86	c fallback to adder encoding
1800.04/1800.50	./satsolver.sh: line 5: 21085 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.51	c error: unexpected solver exit code
1800.04/1800.51	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-3700949-1338142890/watcher-3700949-1338142890 -o /tmp/evaluation-result-3700949-1338142890/solver-3700949-1338142890 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700949-1338142890.opb 1044051791 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.54 2.13 2.04 3/180 21036
/proc/meminfo: memFree=31586016/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0

[startup+0.099625 s]
/proc/loadavg: 2.54 2.13 2.04 3/180 21036
/proc/meminfo: memFree=31586016/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.54 2.13 2.04 3/180 21036
/proc/meminfo: memFree=31586016/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300324 s]
/proc/loadavg: 2.54 2.13 2.04 3/180 21036
/proc/meminfo: memFree=31586016/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70025 s]
/proc/loadavg: 2.54 2.13 2.04 3/180 21036
/proc/meminfo: memFree=31586016/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/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.49 2.12 2.04 3/184 21043
/proc/meminfo: memFree=31565504/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=6244 CPUtime=0.36 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 2248 6778 0 0 6 0 28 2 20 0 1 0 280356001 6393856 1229 33554432000 4194304 5992684 140733669156448 140733669151568 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21037/statm: 1561 1229 166 440 0 1117 0
[pid=21042] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280356039 9367552 267 33554432000 4194304 5064252 140736521423392 140736521422304 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21042/statm: 2287 267 226 213 0 72 0
[pid=21043] ppid=21042 vsize=14452 CPUtime=1.11 cores=1,3,5,7
/proc/21043/stat : 21043 (glucose) R 21042 21036 19129 0 -1 4202496 2773 0 0 0 111 0 0 0 20 0 1 0 280356040 14798848 3088 33554432000 4194304 5208918 140734901872624 140734901870472 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 3613 3088 103 248 0 3362 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38992

[startup+3.10037 s]
/proc/loadavg: 2.49 2.12 2.04 3/184 21050
/proc/meminfo: memFree=31534696/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=23560 CPUtime=2.53 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 7156 23832 0 0 28 13 203 9 20 0 1 0 280356001 24125440 5310 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 5890 5310 183 440 0 5446 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 32708

[startup+6.30047 s]
/proc/loadavg: 2.49 2.12 2.04 3/184 21071
/proc/meminfo: memFree=31542056/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=4.24 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 11317 42992 0 0 44 16 346 18 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21070] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21070/stat : 21070 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356443 9367552 266 33554432000 4194304 5064252 140735131732768 140735131731680 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21070/statm: 2287 266 226 213 0 72 0
[pid=21071] ppid=21070 vsize=27136 CPUtime=1.88 cores=1,3,5,7
/proc/21071/stat : 21071 (glucose) R 21070 21036 19129 0 -1 4202496 6034 0 0 0 187 1 0 0 20 0 1 0 280356443 27787264 5542 33554432000 4194304 5208918 140735841002752 140735841000904 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21071/statm: 6784 5542 105 248 0 6533 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 60656

[startup+12.7005 s]
/proc/loadavg: 2.42 2.12 2.04 3/184 21085
/proc/meminfo: memFree=31525304/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=25816 CPUtime=2.76 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 5868 0 0 0 275 1 0 0 20 0 1 0 280356994 26435584 5413 33554432000 4194304 5208918 140735849845312 140735849843464 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 6454 5413 102 248 0 6203 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 59336

[startup+25.5005 s]
/proc/loadavg: 2.35 2.12 2.04 3/184 21085
/proc/meminfo: memFree=31502844/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=30436 CPUtime=15.55 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 6795 0 0 0 1554 1 0 0 20 0 1 0 280356994 31166464 6147 33554432000 4194304 5208918 140735849845312 140735849843256 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 7609 6147 105 248 0 7358 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 63956

[startup+51.1005 s]
/proc/loadavg: 2.31 2.12 2.04 3/184 21085
/proc/meminfo: memFree=31473928/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=44980 CPUtime=41.15 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 7836 0 0 0 4113 2 0 0 20 0 1 0 280356994 46059520 10218 33554432000 4194304 5208918 140735849845312 140735849843304 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 11245 10218 105 248 0 10994 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 78500

[startup+102.307 s]
/proc/loadavg: 2.12 2.10 2.03 3/183 21085
/proc/meminfo: memFree=31469068/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=44976 CPUtime=92.34 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 8160 0 0 0 9231 3 0 0 20 0 1 0 280356994 46055424 10868 33554432000 4194304 5208918 140735849845312 140735849841624 4205128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 11244 10868 105 248 0 10993 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 78496

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/183 21086
/proc/meminfo: memFree=31468944/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=44976 CPUtime=152.33 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 8160 0 0 0 15230 3 0 0 20 0 1 0 280356994 46055424 10868 33554432000 4194304 5208918 140735849845312 140735849841624 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 11244 10868 105 248 0 10993 0
Current children cumulated CPU time (s) 162.09

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21097
/proc/meminfo: memFree=31412316/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1412.14 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12508 0 0 0 141207 7 0 0 20 0 1 0 280356994 97574912 21910 33554432000 4194304 5208918 140735849845312 140735849843256 4229328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 21910 105 248 0 23571 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 128808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21097
/proc/meminfo: memFree=31406004/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1472.13 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12508 0 0 0 147206 7 0 0 20 0 1 0 280356994 97574912 21910 33554432000 4194304 5208918 140735849845312 140735849843256 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 21910 105 248 0 23571 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 128808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21097
/proc/meminfo: memFree=31403696/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1532.12 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12508 0 0 0 153205 7 0 0 20 0 1 0 280356994 97574912 21910 33554432000 4194304 5208918 140735849845312 140735849843256 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 21910 105 248 0 23571 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 128808

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 21097
/proc/meminfo: memFree=31400008/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1592.11 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12509 0 0 0 159204 7 0 0 20 0 1 0 280356994 97574912 22422 33554432000 4194304 5208918 140735849845312 140735849841688 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 22422 105 248 0 23571 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 128808

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 21097
/proc/meminfo: memFree=31403060/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1652.1 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12509 0 0 0 165203 7 0 0 20 0 1 0 280356994 97574912 22422 33554432000 4194304 5208918 140735849845312 140735849841688 4229710 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 22422 105 248 0 23571 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 128808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21101
/proc/meminfo: memFree=31404332/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1712.09 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12510 0 0 0 171202 7 0 0 20 0 1 0 280356994 97574912 22934 33554432000 4194304 5208918 140735849845312 140735849841688 4229424 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 22934 105 248 0 23571 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 128808

[startup+1782.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 21146
/proc/meminfo: memFree=31473864/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1772.08 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12510 0 0 0 177201 7 0 0 20 0 1 0 280356994 97574912 22934 33554432000 4194304 5208918 140735849845312 140735849841688 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 22934 105 248 0 23571 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 128808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 21146
/proc/meminfo: memFree=31471196/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1790.28 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12510 0 0 0 179021 7 0 0 20 0 1 0 280356994 97574912 22934 33554432000 4194304 5208918 140735849845312 140735849841688 4213176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 22934 105 248 0 23571 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 128808

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 21146
/proc/meminfo: memFree=31471196/32873844 swapFree=6872/6872
[pid=21036] ppid=21034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21036/stat : 21036 (npSolver-pbo.sh) S 21034 21036 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280356001 9367552 274 33554432000 4194304 5064252 140734502812656 140734502811568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21036/statm: 2287 274 233 213 0 72 0
[pid=21037] ppid=21036 vsize=15224 CPUtime=9.76 cores=1,3,5,7
/proc/21037/stat : 21037 (npSolver-pbo) S 21036 21036 19129 0 -1 4202496 14802 60897 0 0 57 17 876 26 20 0 1 0 280356001 15589376 3461 33554432000 4194304 5992684 140733669156448 140733669148768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21037/statm: 3806 3461 183 440 0 3362 0
[pid=21084] ppid=21037 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21084/stat : 21084 (satsolver.sh) S 21037 21036 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280356994 9367552 266 33554432000 4194304 5064252 140735739542512 140735739541424 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21084/statm: 2287 266 226 213 0 72 0
[pid=21085] ppid=21084 vsize=95288 CPUtime=1790.28 cores=1,3,5,7
/proc/21085/stat : 21085 (glucose) R 21084 21036 19129 0 -1 4202496 12510 0 0 0 179021 7 0 0 20 0 1 0 280356994 97574912 22934 33554432000 4194304 5208918 140735849845312 140735849841688 4213176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21085/statm: 23822 22934 105 248 0 23571 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 128808

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.56
CPU system time (s): 0.527919
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 140304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.527919
maximum resident set size= 91736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 476
involuntary context switches= 1925

runsolver used 2.94555 second user time and 8.5217 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 20:21:30
IDJOB=3700949
IDBENCH=92771
IDSOLVER=2277
FILE ID=node105/3700949-1338142890
RUNJOBID= node105-1338123980-19146
PBS_JOBID= 14624503
Free space on /tmp= 71576 MiB

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

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

MD5SUM BENCH= e22d6f041383ef534a8e372ffa21db5d
RANDOM SEED=1044051791

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31586032 kB
Buffers:          263756 kB
Cached:            78464 kB
SwapCached:         1720 kB
Active:           394440 kB
Inactive:          54788 kB
Active(anon):     101976 kB
Inactive(anon):     6036 kB
Active(file):     292464 kB
Inactive(file):    48752 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100436 kB
Dirty:             10216 kB
Writeback:             0 kB
AnonPages:        111228 kB
Mapped:            10032 kB
Shmem:                 0 kB
Slab:             699852 kB
SReclaimable:     140768 kB
SUnreclaim:       559084 kB
KernelStack:        1496 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     239252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71560 MiB
End job on node105 at 2012-05-27 20:51:31