Trace number 349198

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
PB-clasp 2007-03-23? (TO) 1802.02 1802.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-5-c.opb
MD5SUM47657fb6d35516304c5b4897d4fb805d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2678
Total number of constraints6689
Number of constraints which are clauses6689
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2678
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2678
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2678
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

1800.02/1800.82	c Somebody sent me a SIGTERM
1800.02/1800.82	s UNKNOWN
1800.02/1800.82	pb2clasp1: no process killed
1800.02/1800.83	clasp: no process killed
2.53/1802.82	sh: line 1: 18653 Done                    cat /tmp/evaluation/349198-1176657456/temp/instance-349198-1176657456.opb.op
2.53/1802.82	     18654 Killed                  | clasp >/tmp/evaluation/349198-1176657456/temp/instance-349198-1176657456.opb.clasp

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/349198-1176657456/instance-349198-1176657456.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node33/watcher-349198-1176657456 -o ROOT/results/node33/solver-349198-1176657456 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-349198-1176657456.opb /tmp/evaluation/349198-1176657456/temp 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18631
/proc/meminfo: memFree=1474104/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=12268 CPUtime=0
/proc/18631/stat : 18631 (pbclasp) R 18629 18631 17931 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 113661141 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210824297061 0 0 4224 0 0 0 0 17 1 0 0
/proc/18631/statm: 3067 317 242 3 0 167 0

[startup+0.101684 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18631
/proc/meminfo: memFree=1474104/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13092 CPUtime=0.08
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 667 0 0 0 8 0 0 0 16 0 1 0 113661141 13406208 620 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833027170 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/18631/statm: 3273 620 324 3 0 373 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13092

[startup+0.201701 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18631
/proc/meminfo: memFree=1474104/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13092 CPUtime=0.08
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 667 0 0 0 8 0 0 0 16 0 1 0 113661141 13406208 620 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833027170 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/18631/statm: 3273 620 324 3 0 373 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13092

[startup+0.301721 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18631
/proc/meminfo: memFree=1474104/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13092 CPUtime=0.08
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 667 0 0 0 8 0 0 0 16 0 1 0 113661141 13406208 620 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833027170 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/18631/statm: 3273 620 324 3 0 373 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13092

[startup+0.701806 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18631
/proc/meminfo: memFree=1474104/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13356

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 18641
/proc/meminfo: memFree=1465120/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=8616 CPUtime=0.84
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 1835 0 0 0 84 0 0 0 24 0 1 0 113661206 8822784 1798 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740587 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 2154 1798 194 154 0 1624 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 27324

[startup+3.10129 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 18641
/proc/meminfo: memFree=1465120/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=8616 CPUtime=2.44
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 1835 0 0 0 243 1 0 0 25 0 1 0 113661206 8822784 1798 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134715262 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 2154 1798 194 154 0 1624 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 27324

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 18641
/proc/meminfo: memFree=1465056/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=8884 CPUtime=5.64
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 1911 0 0 0 563 1 0 0 25 0 1 0 113661206 9097216 1874 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 2221 1874 194 154 0 1691 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27592

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 18641
/proc/meminfo: memFree=1462632/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=11160 CPUtime=12.04
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 2456 0 0 0 1203 1 0 0 25 0 1 0 113661206 11427840 2419 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740545 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 2790 2419 194 154 0 2260 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 29868

[startup+25.5019 s]
/proc/loadavg: 1.02 1.00 1.00 2/80 18641
/proc/meminfo: memFree=1460904/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=12776 CPUtime=24.83
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 2873 0 0 0 2482 1 0 0 25 0 1 0 113661206 13082624 2836 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 3194 2836 194 154 0 2664 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 31484

[startup+51.1011 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 18641
/proc/meminfo: memFree=1458280/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=15532 CPUtime=50.42
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 3531 0 0 0 5039 3 0 0 25 0 1 0 113661206 15904768 3494 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 3883 3494 194 154 0 3353 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 34240

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18641
/proc/meminfo: memFree=1455208/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=18668 CPUtime=101.61
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 4306 0 0 0 10157 4 0 0 25 0 1 0 113661206 19116032 4261 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134714576 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 4667 4261 194 154 0 4137 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 37376

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18641
/proc/meminfo: memFree=1452136/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=21848 CPUtime=161.58
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 5079 0 0 0 16153 5 0 0 25 0 1 0 113661206 22372352 5026 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 5462 5026 194 154 0 4932 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 40556

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18641
/proc/meminfo: memFree=1448552/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=25444 CPUtime=221.56
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 5987 0 0 0 22149 7 0 0 25 0 1 0 113661206 26054656 5898 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134714570 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 6361 5898 194 154 0 5831 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 44152

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18641
/proc/meminfo: memFree=1447720/2055920 swapFree=4150244/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0

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

/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=42868 CPUtime=1601.02
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 10881 0 0 0 160081 21 0 0 25 0 1 0 113661206 43896832 9898 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 10717 9898 194 154 0 10187 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 61576

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432424/2055920 swapFree=4150612/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=42988 CPUtime=1661.01
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 10907 0 0 0 166079 22 0 0 25 0 1 0 113661206 44019712 9924 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740683 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 10747 9924 194 154 0 10217 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 61696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432360/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=43132 CPUtime=1720.98
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 10933 0 0 0 172076 22 0 0 25 0 1 0 113661206 44167168 9950 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 10783 9950 194 154 0 10253 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 61840

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432296/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=43132 CPUtime=1780.96
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 10947 0 0 0 178073 23 0 0 25 0 1 0 113661206 44167168 9964 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749924 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 10783 9964 194 154 0 10253 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 61840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432232/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=43132 CPUtime=1799.46
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 10953 0 0 0 179923 23 0 0 25 0 1 0 113661206 44167168 9970 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746409 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 10783 9970 194 154 0 10253 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 61840

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432232/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.56
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 886 1593 0 0 9 0 46 1 16 0 1 0 113661141 13676544 699 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 699 343 3 0 439 0
[pid=18639] ppid=18631 vsize=5352 CPUtime=0
/proc/18639/stat : 18639 (sh) S 18631 18631 17931 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 113661206 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18639/statm: 1338 224 188 169 0 49 0
[pid=18641] ppid=18639 vsize=43132 CPUtime=1799.46
/proc/18641/stat : 18641 (clasp) R 18639 18631 17931 0 -1 4194304 10953 0 0 0 179923 23 0 0 25 0 1 0 113661206 44167168 9970 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746409 0 0 4096 0 0 0 0 17 1 0 0
/proc/18641/statm: 10783 9970 194 154 0 10253 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 61840

# WARNING:
# current cumulated CPU time (0.59 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1799.43 s) to the 'lost time'.

[startup+1800.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432232/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.59
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 1043 3370 0 0 10 0 46 3 16 0 1 0 113661141 13676544 701 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 701 343 3 0 439 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13356

Sending SIGKILL to process tree (bottom up)

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 18643
/proc/meminfo: memFree=1432232/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.59
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 1043 3370 0 0 10 0 46 3 16 0 1 0 113661141 13676544 701 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 701 343 3 0 439 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13356

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18654
/proc/meminfo: memFree=1464864/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.59
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 1043 3370 0 0 10 0 46 3 16 0 1 0 113661141 13676544 701 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 701 343 3 0 439 0
[pid=18652] ppid=18631 vsize=5352 CPUtime=0
/proc/18652/stat : 18652 (sh) S 18631 18631 17931 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 113841226 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18652/statm: 1338 224 188 169 0 49 0
[pid=18654] ppid=18652 vsize=8616 CPUtime=1.44
/proc/18654/stat : 18654 (clasp) R 18652 18631 17931 0 -1 4194304 1835 0 0 0 144 0 0 0 25 0 1 0 113841226 8822784 1798 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740807 0 0 4096 0 0 0 0 17 1 0 0
/proc/18654/statm: 2154 1798 194 154 0 1624 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 27324

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18654
/proc/meminfo: memFree=1464864/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.59
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 1043 3370 0 0 10 0 46 3 16 0 1 0 113661141 13676544 701 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 701 343 3 0 439 0
[pid=18652] ppid=18631 vsize=5352 CPUtime=0
/proc/18652/stat : 18652 (sh) S 18631 18631 17931 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 113841226 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18652/statm: 1338 224 188 169 0 49 0
[pid=18654] ppid=18652 vsize=8616 CPUtime=1.84
/proc/18654/stat : 18654 (clasp) R 18652 18631 17931 0 -1 4194304 1835 0 0 0 184 0 0 0 25 0 1 0 113841226 8822784 1798 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/18654/statm: 2154 1798 194 154 0 1624 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 27324

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18654
/proc/meminfo: memFree=1464864/2055920 swapFree=4150676/4192956
[pid=18631] ppid=18629 vsize=13356 CPUtime=0.59
/proc/18631/stat : 18631 (pbclasp) S 18629 18631 17931 0 -1 4194304 1043 3370 0 0 10 0 46 3 16 0 1 0 113661141 13676544 701 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 210833031060 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18631/statm: 3339 701 343 3 0 439 0
[pid=18652] ppid=18631 vsize=5352 CPUtime=0
/proc/18652/stat : 18652 (sh) S 18631 18631 17931 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 113841226 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18652/statm: 1338 224 188 169 0 49 0
[pid=18654] ppid=18652 vsize=8616 CPUtime=1.94
/proc/18654/stat : 18654 (clasp) R 18652 18631 17931 0 -1 4194304 1835 0 0 0 194 0 0 0 25 0 1 0 113841226 8822784 1798 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/18654/statm: 2154 1798 194 154 0 1624 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 27324

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1799.43
#  lost CPU user time (s): 1799.22
#  lost CPU system time (s): 0.21

Real time (s): 1802.83
CPU time (s): 1802.02
CPU user time (s): 1801.76
CPU system time (s): 0.262991
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 61840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.54161
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302
involuntary context switches= 29

runsolver used 1.69674 second user time and 4.87026 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Apr 15 17:17:37 UTC 2007

IDJOB= 349198
IDBENCH= 2198
IDSOLVER= 158
FILE ID= node33/349198-1176657456

PBS_JOBID= 4559871

Free space on /tmp= 66563 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5-c.opb
COMMAND LINE= pbclasp instance-349198-1176657456.opb /tmp/evaluation/349198-1176657456/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node33/convwatcher-349198-1176657456 -o ROOT/results/node33/conversion-349198-1176657456 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/349198-1176657456/instance-349198-1176657456.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-349198-1176657456 -o ROOT/results/node33/solver-349198-1176657456 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-349198-1176657456.opb /tmp/evaluation/349198-1176657456/temp

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  47657fb6d35516304c5b4897d4fb805d

RANDOM SEED= 73729177

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1474512 kB
Buffers:         66112 kB
Cached:         260064 kB
SwapCached:       2400 kB
Active:         177820 kB
Inactive:       305724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474512 kB
SwapTotal:     4192956 kB
SwapFree:      4150244 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:         153400 kB
Slab:            83132 kB
Committed_AS:  1347800 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB

End job on node33 on Sun Apr 15 17:47:40 UTC 2007