Trace number 3715542

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 inc-topdown-quickBound? (TO) 1800.05 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap73_wcsp.wbo
MD5SUM6884eb16d9ca5647137a605a0e2a2e0d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9939840
Best CPU time to get the best result obtained on this benchmark1800.08
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 57243026
Min constraint cost 1
Max constraint cost 57243026
Sum of constraints costs 46149905826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.01	c run usual solver
0.00/0.06	o 19132135
0.00/0.06	c starting approximation
0.00/0.06	c factor = 2
0.00/0.06	c factor still to low - shrinking to 92637.8
0.00/0.06	c approx number of clauses: 1e+06
0.00/0.06	c current bound: 9566068
468.79/468.92	c leaving approximation
468.79/468.92	c finished approximation
468.79/468.92	c fallback to adder encoding
547.57/547.74	o 19131687
547.57/547.74	c fallback to adder encoding
843.17/843.43	o 19131363
843.17/843.43	c fallback to adder encoding
1073.75/1074.07	o 19130022
1073.75/1074.07	c fallback to adder encoding
1248.38/1248.72	o 19129396
1248.38/1248.72	c fallback to adder encoding
1481.92/1482.32	o 19128393
1481.92/1482.32	c fallback to adder encoding
1712.73/1713.19	o 19127845
1712.73/1713.19	c fallback to adder encoding
1800.02/1800.40	./satsolver.sh: line 5: 13038 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.40	c error: unexpected solver exit code
1800.02/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715542-1338249834/watcher-3715542-1338249834 -o /tmp/evaluation-result-3715542-1338249834/solver-3715542-1338249834 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715542-1338249834.wbo 1988373678 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 12935
/proc/meminfo: memFree=29502132/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0

[startup+0.0143511 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 12935
/proc/meminfo: memFree=29502132/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10025 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 12935
/proc/meminfo: memFree=29502132/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30033 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 12935
/proc/meminfo: memFree=29502132/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700327 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 12935
/proc/meminfo: memFree=29502132/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 12949
/proc/meminfo: memFree=29472320/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=26512 CPUtime=1.37 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 5684 0 0 0 137 0 0 0 20 0 1 0 291107543 27148288 6016 33554432000 4194304 5208918 140734944147760 140734944145592 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 6628 6016 103 248 0 6377 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 51852

[startup+3.10041 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 12949
/proc/meminfo: memFree=29471080/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=29824 CPUtime=2.98 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 6082 0 0 0 297 1 0 0 20 0 1 0 291107543 30539776 6403 33554432000 4194304 5208918 140734944147760 140734944145608 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 7456 6403 103 248 0 7205 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 55164

[startup+6.30041 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 12949
/proc/meminfo: memFree=29469724/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=30196 CPUtime=6.18 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 6891 0 0 0 617 1 0 0 20 0 1 0 291107543 30920704 6501 33554432000 4194304 5208918 140734944147760 140734944145592 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 7549 6501 105 248 0 7298 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 55536

[startup+12.7004 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 12949
/proc/meminfo: memFree=29459156/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=38832 CPUtime=12.57 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 8114 0 0 0 1256 1 0 0 20 0 1 0 291107543 39763968 9012 33554432000 4194304 5208918 140734944147760 140734944145624 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 9708 9012 105 248 0 9457 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64172

[startup+25.5004 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 12949
/proc/meminfo: memFree=29451348/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=45972 CPUtime=25.36 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 8436 0 0 0 2535 1 0 0 20 0 1 0 291107543 47075328 10850 33554432000 4194304 5208918 140734944147760 140734944144136 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 11493 10850 105 248 0 11242 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 71312

[startup+51.1004 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 12950
/proc/meminfo: memFree=29451180/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=45972 CPUtime=50.96 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 8661 0 0 0 5095 1 0 0 20 0 1 0 291107543 47075328 11072 33554432000 4194304 5208918 140734944147760 140734944144072 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 11493 11072 105 248 0 11242 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 71312

[startup+102.307 s]
/proc/loadavg: 2.06 1.99 1.98 3/183 12950
/proc/meminfo: memFree=29400548/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291107543 9367552 267 33554432000 4194304 5064252 140734604854208 140734604853120 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12948/statm: 2287 267 226 213 0 72 0
[pid=12949] ppid=12948 vsize=69524 CPUtime=102.16 cores=0,2,4,6
/proc/12949/stat : 12949 (glucose) R 12948 12935 7669 0 -1 4202496 11316 0 0 0 10213 3 0 0 20 0 1 0 291107543 71192576 13922 33554432000 4194304 5208918 140734944147760 140734944143528 4229169 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12949/statm: 17381 13922 105 248 0 17130 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 94864

[startup+162.3 s]
/proc/loadavg: 2.02 1.99 1.98 3/183 12950
/proc/meminfo: memFree=29395908/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 2421 5664 0 0 5 1 2 1 20 0 1 0 291107532 7213056 1092 33554432000 4194304 5990268 140736165239648 140736165231056 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 1761 1092 174 439 0 1318 0
[pid=12948] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/12993/statm: 2287 267 226 213 0 72 0
[pid=12994] ppid=12993 vsize=96224 CPUtime=53.44 cores=0,2,4,6
/proc/12994/stat : 12994 (glucose) R 12993 12935 7669 0 -1 4202496 10229 0 0 0 5341 3 0 0 20 0 1 0 291232417 98533376 20696 33554432000 4194304 5208918 140735590434400 140735590432392 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12994/statm: 24056 20696 105 248 0 23805 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 134248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12995
/proc/meminfo: memFree=29332408/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1248.58 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 13712 86573 0 0 59 8 124738 53 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=12993] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12993/stat : 12993 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291232417 9367552 267 33554432000 4194304 5064252 140736912564016 140736912562928 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12993/statm: 2287 267 226 213 0 72 0
[pid=12994] ppid=12993 vsize=96220 CPUtime=113.42 cores=0,2,4,6
/proc/12994/stat : 12994 (glucose) R 12993 12935 7669 0 -1 4202496 10725 0 0 0 11338 4 0 0 20 0 1 0 291232417 98529280 23301 33554432000 4194304 5208918 140735590434400 140735590430712 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12994/statm: 24055 23301 105 248 0 23804 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 134244

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12995
/proc/meminfo: memFree=29341984/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1248.58 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 13712 86573 0 0 59 8 124738 53 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=12993] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12993/stat : 12993 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291232417 9367552 267 33554432000 4194304 5064252 140736912564016 140736912562928 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12993/statm: 2287 267 226 213 0 72 0
[pid=12994] ppid=12993 vsize=96220 CPUtime=173.41 cores=0,2,4,6
/proc/12994/stat : 12994 (glucose) R 12993 12935 7669 0 -1 4202496 10926 0 0 0 17335 6 0 0 20 0 1 0 291232417 98529280 23301 33554432000 4194304 5208918 140735590434400 140735590430168 4212463 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12994/statm: 24055 23301 105 248 0 23804 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 134244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12995
/proc/meminfo: memFree=29245120/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1481.92 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 13718 98757 0 0 59 8 148063 62 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165230560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 28876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13002
/proc/meminfo: memFree=29348512/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1482.14 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 15905 101382 0 0 70 10 148068 66 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=13001] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13001/stat : 13001 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291255776 9367552 267 33554432000 4194304 5064252 140736142333552 140736142332464 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13001/statm: 2287 267 226 213 0 72 0
[pid=13002] ppid=13001 vsize=65988 CPUtime=59.82 cores=0,2,4,6
/proc/13002/stat : 13002 (glucose) R 13001 12935 7669 0 -1 4202496 12466 0 0 0 5979 3 0 0 20 0 1 0 291255777 67571712 15742 33554432000 4194304 5208918 140735712313664 140735712310040 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13002/statm: 16497 15742 105 248 0 16246 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 104012

[startup+1602.3 s]
/proc/loadavg: 1.40 1.83 1.94 2/175 13031
/proc/meminfo: memFree=29500608/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1482.14 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 15905 101382 0 0 70 10 148068 66 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=13001] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13001/stat : 13001 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291255776 9367552 267 33554432000 4194304 5064252 140736142333552 140736142332464 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13001/statm: 2287 267 226 213 0 72 0
[pid=13002] ppid=13001 vsize=96336 CPUtime=119.81 cores=0,2,4,6
/proc/13002/stat : 13002 (glucose) R 13001 12935 7669 0 -1 4202496 13328 0 0 0 11976 5 0 0 20 0 1 0 291255777 98648064 23331 33554432000 4194304 5208918 140735712313664 140735712311752 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13002/statm: 24084 23331 105 248 0 23833 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 134360

[startup+1662.3 s]
/proc/loadavg: 1.14 1.68 1.88 2/174 13031
/proc/meminfo: memFree=29500948/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1482.14 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 15905 101382 0 0 70 10 148068 66 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=13001] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13001/stat : 13001 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291255776 9367552 267 33554432000 4194304 5064252 140736142333552 140736142332464 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13001/statm: 2287 267 226 213 0 72 0
[pid=13002] ppid=13001 vsize=96336 CPUtime=179.8 cores=0,2,4,6
/proc/13002/stat : 13002 (glucose) R 13001 12935 7669 0 -1 4202496 14590 0 0 0 17974 6 0 0 20 0 1 0 291255777 98648064 23331 33554432000 4194304 5208918 140735712313664 140735712309432 4211623 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13002/statm: 24084 23331 105 248 0 23833 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 134360

[startup+1722.3 s]
/proc/loadavg: 1.05 1.55 1.82 2/174 13038
/proc/meminfo: memFree=29552424/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1712.96 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 18098 120562 0 0 81 11 171125 79 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=13037] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13037/stat : 13037 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291278863 9367552 267 33554432000 4194304 5064252 140736359634576 140736359633488 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13037/statm: 2287 267 226 213 0 72 0
[pid=13038] ppid=13037 vsize=46628 CPUtime=8.97 cores=0,2,4,6
/proc/13038/stat : 13038 (glucose) R 13037 12935 7669 0 -1 4202496 9202 0 0 0 895 2 0 0 20 0 1 0 291278863 47747072 10685 33554432000 4194304 5208918 140736429449072 140736429445448 4212457 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13038/statm: 11657 10685 105 248 0 11406 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 84652

[startup+1782.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/174 13038
/proc/meminfo: memFree=29508568/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1712.96 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 18098 120562 0 0 81 11 171125 79 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=13037] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13037/stat : 13037 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291278863 9367552 267 33554432000 4194304 5064252 140736359634576 140736359633488 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13037/statm: 2287 267 226 213 0 72 0
[pid=13038] ppid=13037 vsize=89320 CPUtime=68.95 cores=0,2,4,6
/proc/13038/stat : 13038 (glucose) R 13037 12935 7669 0 -1 4202496 12496 0 0 0 6891 4 0 0 20 0 1 0 291278863 91463680 21577 33554432000 4194304 5208918 140736429449072 140736429445448 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13038/statm: 22330 21577 105 248 0 22079 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 127344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.01 1.42 1.75 2/174 13038
/proc/meminfo: memFree=29508944/32873648 swapFree=7368/7368
[pid=12935] ppid=12933 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12935/stat : 12935 (npSolver-wbo-It) S 12933 12935 7669 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 291107532 9367552 275 33554432000 4194304 5064252 140735119828416 140735119827328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12935/statm: 2287 275 233 213 0 72 0
[pid=12936] ppid=12935 vsize=19728 CPUtime=1712.96 cores=0,2,4,6
/proc/12936/stat : 12936 (npSolver-wbo) S 12935 12935 7669 0 -1 4202496 18098 120562 0 0 81 11 171125 79 20 0 1 0 291107532 20201472 4441 33554432000 4194304 5990268 140736165239648 140736165231072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12936/statm: 4932 4441 182 439 0 4489 0
[pid=13037] ppid=12936 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13037/stat : 13037 (satsolver.sh) S 12936 12935 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291278863 9367552 267 33554432000 4194304 5064252 140736359634576 140736359633488 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13037/statm: 2287 267 226 213 0 72 0
[pid=13038] ppid=13037 vsize=89320 CPUtime=87.06 cores=0,2,4,6
/proc/13038/stat : 13038 (glucose) R 13037 12935 7669 0 -1 4202496 12496 0 0 0 8702 4 0 0 20 0 1 0 291278863 91463680 21577 33554432000 4194304 5208918 140736429449072 140736429445448 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13038/statm: 22330 21577 105 248 0 22079 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 127344

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1799.09
CPU system time (s): 0.963853
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 195612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 0.963853
maximum resident set size= 148396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 950
involuntary context switches= 1942

runsolver used 2.75658 second user time and 7.41087 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:03:54
IDJOB=3715542
IDBENCH=79498
IDSOLVER=2297
FILE ID=node149/3715542-1338249834
RUNJOBID= node149-1338217256-7685
PBS_JOBID= 14624618
Free space on /tmp= 71688 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap73_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715542-1338249834/watcher-3715542-1338249834 -o /tmp/evaluation-result-3715542-1338249834/solver-3715542-1338249834 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715542-1338249834.wbo 1988373678 HOME HOME

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=1988373678

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29503148 kB
Buffers:          640548 kB
Cached:          1767140 kB
SwapCached:         2476 kB
Active:          1245860 kB
Inactive:        1285272 kB
Active(anon):     106428 kB
Inactive(anon):     9368 kB
Active(file):    1139432 kB
Inactive(file):  1275904 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:         34164 kB
Mapped:            15380 kB
Shmem:                96 kB
Slab:             701528 kB
SReclaimable:     144748 kB
SUnreclaim:       556780 kB
KernelStack:        1520 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     232660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node149 at 2012-05-29 02:33:55