Trace number 366655

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-04-10SAT (TO)34 1802.14 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_10.r.opb
MD5SUM7594cbd1c9783d8ed9b0ac9dcb03739f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark2.70659
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved YES
Number of variables293
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 293
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 293
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 293
Number of bits of the biggest sum of numbers9
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 (download as text)

0.02/0.06	o 48
0.02/0.09	o 45
0.06/0.12	o 44
0.06/0.15	o 42
0.06/0.18	o 41
0.16/0.26	o 35
167.21/167.35	o 34
1800.09/1800.61	sh: line 1: 20593 Done                    cat /tmp/evaluation/366655-1177064745/temp/instance-366655-1177064745.opb.op
1800.09/1800.61	     20594 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/366655-1177064745/temp/instance-366655-1177064745.opb.clasp
1800.09/1800.62	c Somebody sent me a SIGTERM
1800.09/1800.62	s SATISFIABLE
1800.09/1800.62	v x7 x20 x28 x39 x47 x53 x62 x73 x80 x87 x91 x98 x126 x139 x147 x149 x156 x162 x166 x170 x176 x180 x186 x190 x202 x205 x234 x236 x249
1800.09/1800.62	v x254 x256 x269 x271 x278
1800.09/1800.62	pb2clasp1: no process killed
1800.09/1800.63	clasp-1.0: no process killed
1802.09/1802.62	sh: line 1: 20606 Done                    cat /tmp/evaluation/366655-1177064745/temp/instance-366655-1177064745.opb.op
1802.09/1802.62	     20607 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/366655-1177064745/temp/instance-366655-1177064745.opb.clasp

Verifier Data (download as text)

OK	34

Conversion Script Data (download as text)

/tmp/evaluation/366655-1177064745/instance-366655-1177064745.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/node70/watcher-366655-1177064745 -o ROOT/results/node70/solver-366655-1177064745 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366655-1177064745.opb /tmp/evaluation/366655-1177064745/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.97 0.96 0.98 3/64 20528
/proc/meminfo: memFree=1682488/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12268 CPUtime=0
/proc/20528/stat : 20528 (pbclasp) R 20526 20528 20094 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 146011892 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233402235493 0 0 4224 0 0 0 0 17 1 0 0
/proc/20528/statm: 3067 317 242 3 0 167 0

[startup+0.0546811 s]
/proc/loadavg: 0.97 0.96 0.98 3/64 20528
/proc/meminfo: memFree=1682488/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.02
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 608 1588 0 0 0 0 2 0 16 0 1 0 146011892 12832768 484 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 484 343 3 0 233 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12532

[startup+0.102685 s]
/proc/loadavg: 0.97 0.96 0.98 3/64 20528
/proc/meminfo: memFree=1682488/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.06
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 868 4599 0 0 0 0 4 2 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410965602 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12532

[startup+0.301704 s]
/proc/loadavg: 0.97 0.96 0.98 3/64 20528
/proc/meminfo: memFree=1682488/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 12532

[startup+0.70174 s]
/proc/loadavg: 0.97 0.96 0.98 3/64 20528
/proc/meminfo: memFree=1682488/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 12532

[startup+1.50282 s]
/proc/loadavg: 0.97 0.96 0.98 2/67 20586
/proc/meminfo: memFree=1680776/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=3084 CPUtime=1.21
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 421 0 0 0 121 0 0 0 25 0 1 0 146011921 3158016 383 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134742224 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 771 383 249 81 0 145 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 20968

[startup+3.10198 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 20586
/proc/meminfo: memFree=1680712/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=3208 CPUtime=2.81
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 445 0 0 0 281 0 0 0 25 0 1 0 146011921 3284992 407 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782610 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 802 407 249 81 0 176 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 21092

[startup+6.3013 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 20586
/proc/meminfo: memFree=1680520/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=3336 CPUtime=6.01
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 475 0 0 0 601 0 0 0 25 0 1 0 146011921 3416064 437 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 834 437 249 81 0 208 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 21220

[startup+12.7019 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 20586
/proc/meminfo: memFree=1680344/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=3468 CPUtime=12.41
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 511 0 0 0 1241 0 0 0 25 0 1 0 146011921 3551232 473 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 867 473 249 81 0 241 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 21352

[startup+25.5012 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 20586
/proc/meminfo: memFree=1680096/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=3600 CPUtime=25.2
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 553 0 0 0 2520 0 0 0 25 0 1 0 146011921 3686400 515 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741036 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 900 515 249 81 0 274 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 21484

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20586
/proc/meminfo: memFree=1679840/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=3856 CPUtime=50.8
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 619 0 0 0 5080 0 0 0 25 0 1 0 146011921 3948544 581 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 964 581 249 81 0 338 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 21740

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20586
/proc/meminfo: memFree=1679584/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=4116 CPUtime=101.99
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 674 0 0 0 10199 0 0 0 25 0 1 0 146011921 4214784 636 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784643 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 1029 636 249 81 0 403 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22000

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20586
/proc/meminfo: memFree=1679392/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=0.24
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1397 11892 0 0 1 0 15 8 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20584] ppid=20528 vsize=5352 CPUtime=0
/proc/20584/stat : 20584 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146011920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20584/statm: 1338 224 188 169 0 49 0
[pid=20586] ppid=20584 vsize=4240 CPUtime=161.97
/proc/20586/stat : 20586 (clasp-1.0) R 20584 20528 20094 0 -1 4194304 717 0 0 0 16197 0 0 0 25 0 1 0 146011921 4341760 679 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714112 0 0 4096 0 0 0 0 17 1 0 0
/proc/20586/statm: 1060 679 249 81 0 434 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 22124

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20594
/proc/meminfo: memFree=1679712/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=3872 CPUtime=54.91
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 614 0 0 0 5491 0 0 0 25 0 1 0 146028630 3964928 576 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784803 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 968 576 249 81 0 342 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 21756

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20594
/proc/meminfo: memFree=1679456/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0

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


[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20594
/proc/meminfo: memFree=1677664/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5572 CPUtime=1254.61
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1055 0 0 0 125459 2 0 0 25 0 1 0 146028630 5705728 1017 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784637 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1393 1017 249 81 0 767 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 23456

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20594
/proc/meminfo: memFree=1677664/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5572 CPUtime=1314.59
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1058 0 0 0 131457 2 0 0 25 0 1 0 146028630 5705728 1020 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1393 1020 249 81 0 767 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 23456

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20594
/proc/meminfo: memFree=1677664/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5572 CPUtime=1374.57
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1064 0 0 0 137455 2 0 0 25 0 1 0 146028630 5705728 1026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1393 1026 249 81 0 767 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 23456

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20594
/proc/meminfo: memFree=1677728/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5572 CPUtime=1434.56
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1064 0 0 0 143454 2 0 0 25 0 1 0 146028630 5705728 1026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715808 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1393 1026 249 81 0 767 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 23456

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20594
/proc/meminfo: memFree=1677728/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5712 CPUtime=1494.54
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1071 0 0 0 149452 2 0 0 25 0 1 0 146028630 5849088 1033 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782572 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1428 1033 249 81 0 802 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 23596

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20594
/proc/meminfo: memFree=1677664/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5712 CPUtime=1554.53
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1071 0 0 0 155451 2 0 0 25 0 1 0 146028630 5849088 1033 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784608 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1428 1033 249 81 0 802 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 23596

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20596
/proc/meminfo: memFree=1677664/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5712 CPUtime=1614.51
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1071 0 0 0 161449 2 0 0 25 0 1 0 146028630 5849088 1033 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1428 1033 249 81 0 802 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 23596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20596
/proc/meminfo: memFree=1677536/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=167.28
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1530 13976 0 0 1 0 16718 9 16 0 1 0 146011892 12832768 486 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/20528/statm: 3133 486 343 3 0 233 0
[pid=20592] ppid=20528 vsize=5352 CPUtime=0
/proc/20592/stat : 20592 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 146028629 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20592/statm: 1338 224 188 169 0 49 0
[pid=20594] ppid=20592 vsize=5712 CPUtime=1632.81
/proc/20594/stat : 20594 (clasp-1.0) R 20592 20528 20094 0 -1 4194304 1100 0 0 0 163279 2 0 0 25 0 1 0 146028630 5849088 1062 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784651 0 0 4096 0 0 0 0 17 1 0 0
/proc/20594/statm: 1428 1062 249 81 0 802 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 23596

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20596
/proc/meminfo: memFree=1677536/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=1800.14
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1709 16868 0 0 1 1 179998 14 16 0 1 0 146011892 12832768 487 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 487 343 3 0 233 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 12532

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20607
/proc/meminfo: memFree=1680280/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=1800.14
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1709 16868 0 0 1 1 179998 14 16 0 1 0 146011892 12832768 487 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 487 343 3 0 233 0
[pid=20605] ppid=20528 vsize=5352 CPUtime=0
/proc/20605/stat : 20605 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 146191956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20605/statm: 1338 224 188 169 0 49 0
[pid=20607] ppid=20605 vsize=3080 CPUtime=1.55
/proc/20607/stat : 20607 (clasp-1.0) R 20605 20528 20094 0 -1 4194304 432 0 0 0 155 0 0 0 25 0 1 0 146191956 3153920 394 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715393 0 0 4096 0 0 0 0 17 1 0 0
/proc/20607/statm: 770 394 249 81 0 144 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 20964

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20607
/proc/meminfo: memFree=1680280/2055920 swapFree=4183764/4192956
[pid=20528] ppid=20526 vsize=12532 CPUtime=1800.14
/proc/20528/stat : 20528 (pbclasp) S 20526 20528 20094 0 -1 4194304 1709 16868 0 0 1 1 179998 14 16 0 1 0 146011892 12832768 487 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 233410969492 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/20528/statm: 3133 487 343 3 0 233 0
[pid=20605] ppid=20528 vsize=5352 CPUtime=0
/proc/20605/stat : 20605 (sh) S 20528 20528 20094 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 146191956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20605/statm: 1338 224 188 169 0 49 0
[pid=20607] ppid=20605 vsize=3080 CPUtime=1.95
/proc/20607/stat : 20607 (clasp-1.0) R 20605 20528 20094 0 -1 4194304 434 0 0 0 195 0 0 0 25 0 1 0 146191956 3153920 396 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715250 0 0 4096 0 0 0 0 17 1 0 0
/proc/20607/statm: 770 396 249 81 0 144 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 20964

Child status: 0
Real time (s): 1802.63
CPU time (s): 1802.14
CPU user time (s): 1801.98
CPU system time (s): 0.161975
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 23596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.98
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19529
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= 605
involuntary context switches= 3971

runsolver used 1.76173 second user time and 4.18236 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Fri Apr 20 10:25:46 UTC 2007

IDJOB= 366655
IDBENCH= 2875
IDSOLVER= 167
FILE ID= node70/366655-1177064745

PBS_JOBID= 4640238

Free space on /tmp= 66477 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_10.r.opb
COMMAND LINE= pbclasp instance-366655-1177064745.opb /tmp/evaluation/366655-1177064745/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node70/convwatcher-366655-1177064745 -o ROOT/results/node70/conversion-366655-1177064745 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366655-1177064745/instance-366655-1177064745.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  7594cbd1c9783d8ed9b0ac9dcb03739f

RANDOM SEED= 781095442

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1682896 kB
Buffers:         29688 kB
Cached:         282280 kB
SwapCached:       3076 kB
Active:          95912 kB
Inactive:       225772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682896 kB
SwapTotal:     4192956 kB
SwapFree:      4183764 kB
Dirty:             664 kB
Writeback:           0 kB
Mapped:          15508 kB
Slab:            37392 kB
Committed_AS:  3376128 kB
PageTables:       1396 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= 66477 MiB

End job on node70 on Fri Apr 20 10:55:48 UTC 2007