Trace number 3715609

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
MD5SUMa7f6c0c06b26873046d2d80874a938bb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark77.2733
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1868
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c run usual solver
0.00/0.18	o 611
0.00/0.18	c starting approximation
0.00/0.18	c factor = 2
0.00/0.18	c factor still to low - shrinking to 3.48637
0.00/0.18	c approx number of clauses: 1e+06
0.00/0.18	c current bound: 305
108.33/108.64	c current bound: 305
217.99/218.32	c current bound: 305
327.31/327.65	c current bound: 305
436.22/436.58	c current bound: 305
543.24/543.62	c current bound: 305
651.68/652.07	c current bound: 305
760.68/761.09	c current bound: 305
870.01/870.25	c current bound: 305
977.16/977.62	c current bound: 305
1085.48/1085.99	c current bound: 305
1194.33/1194.83	c current bound: 305
1304.28/1304.79	c current bound: 305
1413.25/1413.78	c current bound: 305
1521.12/1521.68	c current bound: 305
1626.94/1627.50	c current bound: 305
1734.34/1734.93	c current bound: 305
1800.06/1800.40	./satsolver.sh: line 5: 28705 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/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-3715609-1338196620/watcher-3715609-1338196620 -o /tmp/evaluation-result-3715609-1338196620/solver-3715609-1338196620 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715609-1338196620.wbo 1348095567 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.85 1.92 1.81 3/179 6739
/proc/meminfo: memFree=29247740/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0

[startup+0.062203 s]
/proc/loadavg: 1.85 1.92 1.81 3/179 6739
/proc/meminfo: memFree=29247740/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 1.85 1.92 1.81 3/179 6739
/proc/meminfo: memFree=29247740/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300126 s]
/proc/loadavg: 1.85 1.92 1.81 3/179 6739
/proc/meminfo: memFree=29247740/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 1.85 1.92 1.81 3/179 6739
/proc/meminfo: memFree=29247740/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.85 1.92 1.81 3/183 6763
/proc/meminfo: memFree=29222192/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=48140 CPUtime=1.2 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 10513 0 0 0 118 2 0 0 20 0 1 0 285789354 49295360 10655 33554432000 4194304 5208918 140734190192112 140734190190520 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 12035 10655 95 248 0 11784 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 78280

[startup+3.10033 s]
/proc/loadavg: 1.85 1.92 1.81 3/183 6774
/proc/meminfo: memFree=29211544/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=48140 CPUtime=2.8 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 10597 0 0 0 278 2 0 0 20 0 1 0 285789354 49295360 10736 33554432000 4194304 5208918 140734190192112 140734190190520 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 12035 10736 95 248 0 11784 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 78280

[startup+6.30033 s]
/proc/loadavg: 1.87 1.93 1.81 3/184 6798
/proc/meminfo: memFree=29223816/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=48272 CPUtime=6 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 10774 0 0 0 598 2 0 0 20 0 1 0 285789354 49430528 10912 33554432000 4194304 5208918 140734190192112 140734190189960 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 12068 10912 95 248 0 11817 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 78412

[startup+12.7003 s]
/proc/loadavg: 1.88 1.93 1.82 3/183 6851
/proc/meminfo: memFree=29184492/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=52828 CPUtime=12.4 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 10979 0 0 0 1238 2 0 0 20 0 1 0 285789354 54095872 11625 33554432000 4194304 5208918 140734190192112 140734190190264 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 13207 11625 95 248 0 12956 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 82968

[startup+25.5003 s]
/proc/loadavg: 1.90 1.93 1.82 3/183 6963
/proc/meminfo: memFree=29187164/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=48672 CPUtime=25.19 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 11350 0 0 0 2517 2 0 0 20 0 1 0 285789354 49840128 11017 33554432000 4194304 5208918 140734190192112 140734190190200 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 12168 11017 96 248 0 11917 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 78812

[startup+51.1003 s]
/proc/loadavg: 1.88 1.92 1.82 3/183 7322
/proc/meminfo: memFree=29223584/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=60484 CPUtime=50.8 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 12222 0 0 0 5077 3 0 0 20 0 1 0 285789354 61935616 11873 33554432000 4194304 5208918 140734190192112 140734190190056 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 15121 11873 96 248 0 14870 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 90624

[startup+102.306 s]
/proc/loadavg: 1.94 1.93 1.82 3/183 7977
/proc/meminfo: memFree=29179044/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=11844 CPUtime=0.26 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 3686 5959 0 0 11 2 11 2 20 0 1 0 285789325 12128256 2070 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 2961 2070 176 439 0 2518 0
[pid=6755] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6755/stat : 6755 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285789354 9367552 267 33554432000 4194304 5064252 140736728897264 140736728896176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6755/statm: 2287 267 226 213 0 72 0
[pid=6756] ppid=6755 vsize=83940 CPUtime=101.99 cores=0,2,4,6
/proc/6756/stat : 6756 (glucose) R 6755 6739 1843 0 -1 4202496 13638 0 0 0 10196 3 0 0 20 0 1 0 285789354 85954560 15962 33554432000 4194304 5208918 140734190192112 140734190190056 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 20985 15962 96 248 0 20734 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114080

[startup+162.3 s]
/proc/loadavg: 1.93 1.92 1.82 3/183 8736
/proc/meminfo: memFree=29186776/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=108.7 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 5986 24764 0 0 20 3 10829 18 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=8069] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 1.94 2.00 1.92 3/182 23963
/proc/meminfo: memFree=29203060/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1304.65 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 31275 234777 0 0 114 19 130153 179 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=23248] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285919815 9367552 266 33554432000 4194304 5064252 140737038093232 140737038092144 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23248/statm: 2287 266 226 213 0 72 0
[pid=23249] ppid=23248 vsize=60484 CPUtime=57.38 cores=0,2,4,6
/proc/23249/stat : 23249 (glucose) R 23248 6739 1843 0 -1 4202496 13147 0 0 0 5736 2 0 0 20 0 1 0 285919815 61935616 12185 33554432000 4194304 5208918 140734552707024 140734552704968 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23249/statm: 15121 12185 96 248 0 14870 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 98688

[startup+1422.31 s]
/proc/loadavg: 1.90 1.98 1.92 3/184 24737
/proc/meminfo: memFree=29188304/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1413.6 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 33574 253861 0 0 122 20 141023 195 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=24631] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24631/stat : 24631 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285930713 9367552 267 33554432000 4194304 5064252 140737257189664 140737257188576 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24631/statm: 2287 267 226 213 0 72 0
[pid=24632] ppid=24631 vsize=52828 CPUtime=8.42 cores=0,2,4,6
/proc/24632/stat : 24632 (glucose) R 24631 6739 1843 0 -1 4202496 10729 0 0 0 840 2 0 0 20 0 1 0 285930713 54095872 11345 33554432000 4194304 5208918 140733676630192 140733676628344 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24632/statm: 13207 11345 95 248 0 12956 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 91032

[startup+1482.3 s]
/proc/loadavg: 1.96 1.98 1.92 3/183 25489
/proc/meminfo: memFree=29206828/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1413.6 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 33574 253861 0 0 122 20 141023 195 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=24631] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24631/stat : 24631 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285930713 9367552 267 33554432000 4194304 5064252 140737257189664 140737257188576 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24631/statm: 2287 267 226 213 0 72 0
[pid=24632] ppid=24631 vsize=60484 CPUtime=68.39 cores=0,2,4,6
/proc/24632/stat : 24632 (glucose) R 24631 6739 1843 0 -1 4202496 13337 0 0 0 6837 2 0 0 20 0 1 0 285930713 61935616 12832 33554432000 4194304 5208918 140733676630192 140733676628136 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24632/statm: 15121 12832 96 248 0 14870 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 98688

[startup+1542.3 s]
/proc/loadavg: 2.22 2.05 1.94 3/183 26256
/proc/meminfo: memFree=29183716/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1521.5 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 35873 273402 0 0 131 22 151787 210 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=25999] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25999/stat : 25999 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285941503 9367552 267 33554432000 4194304 5064252 140736246954384 140736246953296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25999/statm: 2287 267 226 213 0 72 0
[pid=26000] ppid=25999 vsize=52960 CPUtime=20.5 cores=0,2,4,6
/proc/26000/stat : 26000 (glucose) R 25999 6739 1843 0 -1 4202496 11207 0 0 0 2049 1 0 0 20 0 1 0 285941503 54231040 12331 33554432000 4194304 5208918 140735884632912 140735884630760 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26000/statm: 13240 12331 95 248 0 12989 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 91164

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/183 27005
/proc/meminfo: memFree=29171380/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1521.5 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 35873 273402 0 0 131 22 151787 210 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=25999] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25999/stat : 25999 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285941503 9367552 267 33554432000 4194304 5064252 140736246954384 140736246953296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25999/statm: 2287 267 226 213 0 72 0
[pid=26000] ppid=25999 vsize=65264 CPUtime=80.49 cores=0,2,4,6
/proc/26000/stat : 26000 (glucose) R 25999 6739 1843 0 -1 4202496 13579 0 0 0 8047 2 0 0 20 0 1 0 285941503 66830336 14839 33554432000 4194304 5208918 140735884632912 140735884630856 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26000/statm: 16316 14839 96 248 0 16065 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 103468

[startup+1662.3 s]
/proc/loadavg: 1.97 2.01 1.93 3/181 27773
/proc/meminfo: memFree=29232056/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1627.3 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 38172 292003 0 0 139 23 162342 226 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=27340] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27340/stat : 27340 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285952085 9367552 267 33554432000 4194304 5064252 140736627202080 140736627200992 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27340/statm: 2287 267 226 213 0 72 0
[pid=27341] ppid=27340 vsize=53224 CPUtime=34.68 cores=0,2,4,6
/proc/27341/stat : 27341 (glucose) R 27340 6739 1843 0 -1 4202496 11247 0 0 0 3466 2 0 0 20 0 1 0 285952085 54501376 12204 33554432000 4194304 5208918 140734071871600 140734071869448 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27341/statm: 13306 12204 96 248 0 13055 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 91428

[startup+1722.3 s]
/proc/loadavg: 1.87 1.97 1.92 3/183 28525
/proc/meminfo: memFree=29171428/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1627.3 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 38172 292003 0 0 139 23 162342 226 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=27340] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27340/stat : 27340 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285952085 9367552 267 33554432000 4194304 5064252 140736627202080 140736627200992 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27340/statm: 2287 267 226 213 0 72 0
[pid=27341] ppid=27340 vsize=65264 CPUtime=94.67 cores=0,2,4,6
/proc/27341/stat : 27341 (glucose) R 27340 6739 1843 0 -1 4202496 12541 0 0 0 9464 3 0 0 20 0 1 0 285952085 66830336 15406 33554432000 4194304 5208918 140734071871600 140734071869544 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27341/statm: 16316 15406 96 248 0 16065 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 103468

[startup+1782.3 s]
/proc/loadavg: 1.95 1.97 1.92 3/181 29293
/proc/meminfo: memFree=29225008/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1734.72 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 40471 309530 0 0 148 24 173057 243 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=28704] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28704/stat : 28704 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285962829 9367552 267 33554432000 4194304 5064252 140733227263216 140733227262128 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28704/statm: 2287 267 226 213 0 72 0
[pid=28705] ppid=28704 vsize=48996 CPUtime=47.24 cores=0,2,4,6
/proc/28705/stat : 28705 (glucose) R 28704 6739 1843 0 -1 4202496 13692 0 0 0 4722 2 0 0 20 0 1 0 285962829 50171904 11425 33554432000 4194304 5208918 140735797876384 140735797874472 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28705/statm: 12249 11425 96 248 0 11998 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 87200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.96 1.97 1.92 3/184 29529
/proc/meminfo: memFree=29208232/32873648 swapFree=7116/7116
[pid=6739] ppid=6737 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6739/stat : 6739 (npSolver-wbo-It) S 6737 6739 1843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 285789325 9367552 274 33554432000 4194304 5064252 140736235891632 140736235890544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6739/statm: 2287 274 233 213 0 72 0
[pid=6740] ppid=6739 vsize=19908 CPUtime=1734.72 cores=0,2,4,6
/proc/6740/stat : 6740 (npSolver-wbo) S 6739 6739 1843 0 -1 4202496 40471 309530 0 0 148 24 173057 243 20 0 1 0 285789325 20385792 4067 33554432000 4194304 5990268 140736703862512 140736703853920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6740/statm: 4977 4067 177 439 0 4534 0
[pid=28704] ppid=6740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28704/stat : 28704 (satsolver.sh) S 6740 6739 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285962829 9367552 267 33554432000 4194304 5064252 140733227263216 140733227262128 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28704/statm: 2287 267 226 213 0 72 0
[pid=28705] ppid=28704 vsize=60488 CPUtime=65.34 cores=0,2,4,6
/proc/28705/stat : 28705 (glucose) R 28704 6739 1843 0 -1 4202496 13927 0 0 0 6532 2 0 0 20 0 1 0 285962829 61939712 12680 33554432000 4194304 5208918 140735797876384 140735797874328 4211712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28705/statm: 15122 12680 96 248 0 14871 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 98692

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.1
CPU user time (s): 1797.39
CPU system time (s): 2.71459
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 122148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 2.71459
maximum resident set size= 68440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 236624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4514
involuntary context switches= 2081

runsolver used 2.82257 second user time and 7.00893 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 11:17:00
IDJOB=3715609
IDBENCH=78942
IDSOLVER=2297
FILE ID=node114/3715609-1338196620
RUNJOBID= node114-1338194810-1859
PBS_JOBID= 14624601
Free space on /tmp= 71452 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715609-1338196620/watcher-3715609-1338196620 -o /tmp/evaluation-result-3715609-1338196620/solver-3715609-1338196620 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715609-1338196620.wbo 1348095567 HOME HOME

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

MD5SUM BENCH= a7f6c0c06b26873046d2d80874a938bb
RANDOM SEED=1348095567

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        29248384 kB
Buffers:          597780 kB
Cached:          2078456 kB
SwapCached:         2108 kB
Active:          1396584 kB
Inactive:        1348540 kB
Active(anon):      61892 kB
Inactive(anon):     7892 kB
Active(file):    1334692 kB
Inactive(file):  1340648 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103912 kB
Dirty:             13972 kB
Writeback:             0 kB
AnonPages:         78072 kB
Mapped:            15372 kB
Shmem:               116 kB
Slab:             741120 kB
SReclaimable:     182840 kB
SUnreclaim:       558280 kB
KernelStack:        1528 kB
PageTables:         4040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     194844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71436 MiB
End job on node114 at 2012-05-28 11:47:00