Trace number 3714845

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap44_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10336274
Best CPU time to get the best result obtained on this benchmark1800.07
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 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
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 19207135
0.00/0.06	c fallback to adder encoding
291.90/292.09	o 19204987
291.90/292.09	c fallback to adder encoding
451.68/451.88	o 19204464
451.68/451.88	c fallback to adder encoding
554.79/555.04	o 19204443
554.79/555.04	c fallback to adder encoding
846.93/847.23	o 19202248
846.93/847.23	c fallback to adder encoding
1148.15/1148.50	o 19202078
1148.15/1148.50	c fallback to adder encoding
1205.32/1205.69	o 19200927
1205.32/1205.69	c fallback to adder encoding
1427.47/1427.87	o 19200107
1427.47/1427.87	c fallback to adder encoding
1663.85/1664.23	o 19199495
1663.85/1664.23	c fallback to adder encoding
1704.08/1704.52	o 19199462
1704.08/1704.52	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5:  8701 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714845-1338240611/watcher-3714845-1338240611 -o /tmp/evaluation-result-3714845-1338240611/solver-3714845-1338240611 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714845-1338240611.wbo 4566597 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: 2.00 2.00 1.94 2/182 8548
/proc/meminfo: memFree=29120280/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0

[startup+0.0211249 s]
/proc/loadavg: 2.00 2.00 1.94 2/182 8548
/proc/meminfo: memFree=29120280/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 1.94 2/182 8548
/proc/meminfo: memFree=29120280/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 2.00 2.00 1.94 2/182 8548
/proc/meminfo: memFree=29120280/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 2.00 2.00 1.94 2/182 8548
/proc/meminfo: memFree=29120280/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.94 3/186 8562
/proc/meminfo: memFree=29077740/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=27256 CPUtime=1.31 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 6320 0 0 0 130 1 0 0 20 0 1 0 290185919 27910144 5875 33554432000 4194304 5208918 140733351189680 140733351187432 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 6814 5875 105 248 0 6563 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 57092

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.94 3/186 8562
/proc/meminfo: memFree=29076124/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=35212 CPUtime=2.91 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 7003 0 0 0 290 1 0 0 20 0 1 0 290185919 36057088 7937 33554432000 4194304 5208918 140733351189680 140733351187512 4215351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 8803 7937 105 248 0 8552 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65048

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.94 3/186 8562
/proc/meminfo: memFree=29050932/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=46704 CPUtime=6.1 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 7105 0 0 0 609 1 0 0 20 0 1 0 290185919 47824896 8969 33554432000 4194304 5208918 140733351189680 140733351187624 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 11676 8969 105 248 0 11425 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 76540

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/186 8562
/proc/meminfo: memFree=29050140/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=46704 CPUtime=12.5 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 7428 0 0 0 1249 1 0 0 20 0 1 0 290185919 47824896 10814 33554432000 4194304 5208918 140733351189680 140733351185448 4229288 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 11676 10814 105 248 0 11425 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 76540

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 8602
/proc/meminfo: memFree=29070988/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=58308 CPUtime=25.3 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 8346 0 0 0 2528 2 0 0 20 0 1 0 290185919 59707392 13740 33554432000 4194304 5208918 140733351189680 140733351185992 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 14577 13740 105 248 0 14326 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 88144

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 8612
/proc/meminfo: memFree=27207424/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=103112 CPUtime=50.89 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 10111 0 0 0 5086 3 0 0 20 0 1 0 290185919 105586688 22750 33554432000 4194304 5208918 140733351189680 140733351186056 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 25778 22750 105 248 0 25527 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 132948

[startup+102.307 s]
/proc/loadavg: 2.16 2.06 1.96 3/185 8615
/proc/meminfo: memFree=25469456/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8561/stat : 8561 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290185919 9367552 267 33554432000 4194304 5064252 140736542877936 140736542876848 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8561/statm: 2287 267 226 213 0 72 0
[pid=8562] ppid=8561 vsize=91616 CPUtime=102.1 cores=0,2,4,6
/proc/8562/stat : 8562 (glucose) R 8561 8548 6321 0 -1 4202496 10713 0 0 0 10206 4 0 0 20 0 1 0 290185919 93814784 22106 33554432000 4194304 5208918 140733351189680 140733351185992 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8562/statm: 22904 22106 105 248 0 22653 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 121452

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/185 8615
/proc/meminfo: memFree=25457480/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=11540 CPUtime=0.15 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 3053 5677 0 0 11 2 2 0 20 0 1 0 290185901 11816960 2314 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 2885 2314 164 439 0 2442 0
[pid=8561] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/185 8668
/proc/meminfo: memFree=25448736/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1205.54 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 16487 104026 0 0 76 10 120394 74 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8666] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8666/stat : 8666 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290306483 9367552 266 33554432000 4194304 5064252 140736068967968 140736068966880 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8666/statm: 2287 266 226 213 0 72 0
[pid=8667] ppid=8666 vsize=145436 CPUtime=156.44 cores=0,2,4,6
/proc/8667/stat : 8667 (glucose) R 8666 8548 6321 0 -1 4202496 11910 0 0 0 15638 6 0 0 20 0 1 0 290306483 148926464 30945 33554432000 4194304 5208918 140735062173584 140735062169896 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8667/statm: 36359 30945 105 248 0 36108 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 183460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/186 8679
/proc/meminfo: memFree=25406528/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1205.54 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 16487 104026 0 0 76 10 120394 74 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8666] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8666/stat : 8666 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290306483 9367552 266 33554432000 4194304 5064252 140736068967968 140736068966880 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8666/statm: 2287 266 226 213 0 72 0
[pid=8667] ppid=8666 vsize=157116 CPUtime=216.44 cores=0,2,4,6
/proc/8667/stat : 8667 (glucose) R 8666 8548 6321 0 -1 4202496 12431 0 0 0 21635 9 0 0 20 0 1 0 290306483 160886784 33869 33554432000 4194304 5208918 140735062173584 140735062169960 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8667/statm: 39279 33869 105 248 0 39028 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 195140

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/185 8686
/proc/meminfo: memFree=25473052/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1427.7 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 18726 119690 0 0 88 12 142582 88 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8685] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8685/stat : 8685 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290328701 9367552 267 33554432000 4194304 5064252 140733592280416 140733592279328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8685/statm: 2287 267 226 213 0 72 0
[pid=8686] ppid=8685 vsize=88652 CPUtime=54.28 cores=0,2,4,6
/proc/8686/stat : 8686 (glucose) R 8685 8548 6321 0 -1 4202496 9624 0 0 0 5425 3 0 0 20 0 1 0 290328701 90779648 17181 33554432000 4194304 5208918 140736514631792 140736514629736 4229374 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8686/statm: 22163 17181 105 248 0 21912 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 126676

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/185 8686
/proc/meminfo: memFree=25442012/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1427.7 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 18726 119690 0 0 88 12 142582 88 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8685] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8685/stat : 8685 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290328701 9367552 267 33554432000 4194304 5064252 140733592280416 140733592279328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8685/statm: 2287 267 226 213 0 72 0
[pid=8686] ppid=8685 vsize=119572 CPUtime=114.27 cores=0,2,4,6
/proc/8686/stat : 8686 (glucose) R 8685 8548 6321 0 -1 4202496 10308 0 0 0 11423 4 0 0 20 0 1 0 290328701 122441728 24861 33554432000 4194304 5208918 140736514631792 140736514628104 4211871 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8686/statm: 29893 24861 105 248 0 29642 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 157596

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/185 8686
/proc/meminfo: memFree=25442108/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1427.7 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 18726 119690 0 0 88 12 142582 88 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8685] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8685/stat : 8685 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290328701 9367552 267 33554432000 4194304 5064252 140733592280416 140733592279328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8685/statm: 2287 267 226 213 0 72 0
[pid=8686] ppid=8685 vsize=168892 CPUtime=174.26 cores=0,2,4,6
/proc/8686/stat : 8686 (glucose) R 8685 8548 6321 0 -1 4202496 10898 0 0 0 17419 7 0 0 20 0 1 0 290328701 172945408 32671 33554432000 4194304 5208918 140736514631792 140736514628104 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8686/statm: 42223 32671 105 248 0 41972 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 206916

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/185 8687
/proc/meminfo: memFree=25442040/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1427.7 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 18726 119690 0 0 88 12 142582 88 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8685] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8685/stat : 8685 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290328701 9367552 267 33554432000 4194304 5064252 140733592280416 140733592279328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8685/statm: 2287 267 226 213 0 72 0
[pid=8686] ppid=8685 vsize=119572 CPUtime=234.25 cores=0,2,4,6
/proc/8686/stat : 8686 (glucose) R 8685 8548 6321 0 -1 4202496 11208 0 0 0 23416 9 0 0 20 0 1 0 290328701 122441728 24861 33554432000 4194304 5208918 140736514631792 140736514627560 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8686/statm: 29893 24861 105 248 0 29642 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 157596

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/185 8701
/proc/meminfo: memFree=25499304/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1704.28 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 23204 148935 0 0 109 14 170196 109 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8700] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8700/stat : 8700 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290356365 9367552 267 33554432000 4194304 5064252 140736976108944 140736976107856 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8700/statm: 2287 267 226 213 0 72 0
[pid=8701] ppid=8700 vsize=53900 CPUtime=17.65 cores=0,2,4,6
/proc/8701/stat : 8701 (glucose) R 8700 8548 6321 0 -1 4202496 8443 0 0 0 1762 3 0 0 20 0 1 0 290356365 55193600 12495 33554432000 4194304 5208918 140735716797296 140735716795160 4212757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8701/statm: 13475 12495 105 248 0 13224 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 91924

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.99 3/185 8701
/proc/meminfo: memFree=25449620/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1704.28 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 23204 148935 0 0 109 14 170196 109 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8700] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8700/stat : 8700 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290356365 9367552 267 33554432000 4194304 5064252 140736976108944 140736976107856 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8700/statm: 2287 267 226 213 0 72 0
[pid=8701] ppid=8700 vsize=96064 CPUtime=77.63 cores=0,2,4,6
/proc/8701/stat : 8701 (glucose) R 8700 8548 6321 0 -1 4202496 10894 0 0 0 7759 4 0 0 20 0 1 0 290356365 98369536 23180 33554432000 4194304 5208918 140735716797296 140735716793672 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8701/statm: 24016 23180 105 248 0 23765 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 134088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 1.99 3/186 8704
/proc/meminfo: memFree=25448820/32873844 swapFree=7372/7372
[pid=8548] ppid=8546 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8548/stat : 8548 (npSolver-wbo-It) S 8546 8548 6321 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290185901 9367552 274 33554432000 4194304 5064252 140736287636416 140736287635328 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8548/statm: 2287 274 233 213 0 72 0
[pid=8549] ppid=8548 vsize=19728 CPUtime=1704.28 cores=0,2,4,6
/proc/8549/stat : 8549 (npSolver-wbo) S 8548 8548 6321 0 -1 4202496 23204 148935 0 0 109 14 170196 109 20 0 1 0 290185901 20201472 4470 33554432000 4194304 5990268 140734059578528 140734059569952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8549/statm: 4932 4470 164 439 0 4489 0
[pid=8700] ppid=8549 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8700/stat : 8700 (satsolver.sh) S 8549 8548 6321 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290356365 9367552 267 33554432000 4194304 5064252 140736976108944 140736976107856 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8700/statm: 2287 267 226 213 0 72 0
[pid=8701] ppid=8700 vsize=96064 CPUtime=95.73 cores=0,2,4,6
/proc/8701/stat : 8701 (glucose) R 8700 8548 6321 0 -1 4202496 10906 0 0 0 9569 4 0 0 20 0 1 0 290356365 98369536 23192 33554432000 4194304 5208918 140735716797296 140735716793672 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8701/statm: 24016 23192 105 248 0 23765 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 134088

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.06
CPU user time (s): 1798.77
CPU system time (s): 1.2968
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 220260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.2968
maximum resident set size= 150796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 140256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1194
involuntary context switches= 2199

runsolver used 2.68359 second user time and 7.15291 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-28 23:30:11
IDJOB=3714845
IDBENCH=79526
IDSOLVER=2296
FILE ID=node133/3714845-1338240611
RUNJOBID= node133-1338237009-7749
PBS_JOBID= 14624616
Free space on /tmp= 71216 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap44_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714845-1338240611/watcher-3714845-1338240611 -o /tmp/evaluation-result-3714845-1338240611/solver-3714845-1338240611 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714845-1338240611.wbo 4566597 HOME HOME

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=4566597

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29120660 kB
Buffers:          417184 kB
Cached:          2414660 kB
SwapCached:          104 kB
Active:          1293008 kB
Inactive:        1619712 kB
Active(anon):      70216 kB
Inactive(anon):    11364 kB
Active(file):    1222792 kB
Inactive(file):  1608348 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:             14836 kB
Writeback:             0 kB
AnonPages:         88572 kB
Mapped:            15492 kB
Shmem:               212 kB
Slab:             698480 kB
SReclaimable:     140272 kB
SUnreclaim:       558208 kB
KernelStack:        1544 kB
PageTables:         4032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     198552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 70344 MiB
End job on node133 at 2012-05-29 00:00:12