Trace number 366543

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)51 1802.1 1802.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-fout.r.opb
MD5SUM40b50d0e4bc3f1ba5675c1e65f55a1d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark0.036994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables431
Total number of constraints177
Number of constraints which are clauses177
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 constraint26
Number of terms in the objective function 431
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 431
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 431
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.03/0.12	o 69
0.03/0.16	o 56
0.12/0.23	o 55
0.12/0.27	o 52
2.21/2.32	o 51
1800.06/1800.80	sh: line 1: 24250 Done                    cat /tmp/evaluation/366543-1177062658/temp/instance-366543-1177062658.opb.op
1800.06/1800.80	     24251 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/366543-1177062658/temp/instance-366543-1177062658.opb.clasp
1800.06/1800.82	c Somebody sent me a SIGTERM
1800.06/1800.82	s SATISFIABLE
1800.06/1800.82	v x6 x11 x24 x29 x32 x33 x35 x43 x54 x56 x57 x68 x72 x77 x85 x115 x118 x133 x143 x155 x173 x176 x183 x207 x210 x216 x219 x234 x240 x251
1800.06/1800.82	v x261 x262 x282 x292 x314 x315 x325 x334 x337 x338 x350 x355 x360 x369 x377 x385 x400 x410 x420 x423 x429
1800.06/1800.82	pb2clasp1: no process killed
1800.06/1800.82	clasp-1.0: no process killed
1802.05/1802.82	sh: line 1: 24461 Done                    cat /tmp/evaluation/366543-1177062658/temp/instance-366543-1177062658.opb.op
1802.05/1802.82	     24462 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/366543-1177062658/temp/instance-366543-1177062658.opb.clasp

Verifier Data (download as text)

OK	51

Conversion Script Data (download as text)

/tmp/evaluation/366543-1177062658/instance-366543-1177062658.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/node3/watcher-366543-1177062658 -o ROOT/results/node3/solver-366543-1177062658 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366543-1177062658.opb /tmp/evaluation/366543-1177062658/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 24201
/proc/meminfo: memFree=1861664/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12268 CPUtime=0
/proc/24201/stat : 24201 (pbclasp) R 24199 24201 23152 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 182303537 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233632922213 0 0 4224 0 0 0 0 17 1 0 0
/proc/24201/statm: 3067 317 242 3 0 167 0

[startup+0.0109349 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24201
/proc/meminfo: memFree=1861664/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12400 CPUtime=0
/proc/24201/stat : 24201 (pbclasp) R 24199 24201 23152 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 182303537 12697600 446 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233632600801 0 0 4224 16384 0 0 0 17 1 0 0
/proc/24201/statm: 3100 447 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101957 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24201
/proc/meminfo: memFree=1861664/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=0.03
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 583 784 0 0 0 0 3 0 17 0 1 0 182303537 12832768 493 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641652322 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/24201/statm: 3133 493 342 3 0 233 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12532

[startup+0.301986 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24201
/proc/meminfo: memFree=1861664/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=0.21
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1154 8543 0 0 1 1 14 5 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 12532

[startup+0.701047 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24201
/proc/meminfo: memFree=1861664/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=0.21
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1154 8543 0 0 1 1 14 5 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 12532

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 24243
/proc/meminfo: memFree=1859912/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=0.21
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1154 8543 0 0 1 1 14 5 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24241] ppid=24201 vsize=5352 CPUtime=0
/proc/24241/stat : 24241 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 182303566 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24241/statm: 1338 224 188 169 0 49 0
[pid=24243] ppid=24241 vsize=3220 CPUtime=1.2
/proc/24243/stat : 24243 (clasp-1.0) R 24241 24201 23152 0 -1 4194304 462 0 0 0 120 0 0 0 25 0 1 0 182303566 3297280 424 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617549 0 0 4096 0 0 0 0 17 1 0 0
/proc/24243/statm: 805 424 249 81 0 179 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 21104

[startup+3.10244 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 24243
/proc/meminfo: memFree=1859592/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 12532

[startup+6.30196 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1859336/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=3476 CPUtime=3.96
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 513 0 0 0 396 0 0 0 25 0 1 0 182303771 3559424 475 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616831 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 869 475 249 81 0 243 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 21360

[startup+12.703 s]
/proc/loadavg: 0.94 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1859016/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=3736 CPUtime=10.36
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 574 0 0 0 1036 0 0 0 25 0 1 0 182303771 3825664 536 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714706 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 934 536 249 81 0 308 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 21620

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1858888/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=3864 CPUtime=23.15
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 636 0 0 0 2315 0 0 0 25 0 1 0 182303771 3956736 598 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715273 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 966 598 249 81 0 340 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 21748

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1858504/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=4248 CPUtime=48.74
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 726 0 0 0 4874 0 0 0 25 0 1 0 182303771 4349952 688 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782472 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1062 688 249 81 0 436 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 22132

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1858248/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=4520 CPUtime=99.93
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 791 0 0 0 9993 0 0 0 25 0 1 0 182303771 4628480 753 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1130 753 249 81 0 504 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 22404

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1857992/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=4756 CPUtime=159.9
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 850 0 0 0 15990 0 0 0 25 0 1 0 182303771 4870144 812 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789702 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1189 812 249 81 0 563 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 22640

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1857800/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=5016 CPUtime=219.88
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 894 0 0 0 21988 0 0 0 25 0 1 0 182303771 5136384 856 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782595 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1254 856 249 81 0 628 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 22900

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24251
/proc/meminfo: memFree=1857608/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=5156 CPUtime=279.86
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 938 0 0 0 27986 0 0 0 25 0 1 0 182303771 5279744 900 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784617 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1289 900 249 81 0 663 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 23040


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


[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855880/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6328 CPUtime=1479.4
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1223 0 0 0 147937 3 0 0 25 0 1 0 182303771 6479872 1185 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134735920 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1582 1185 249 81 0 956 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 24212

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855624/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6468 CPUtime=1539.38
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1263 0 0 0 153935 3 0 0 25 0 1 0 182303771 6623232 1225 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784625 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1617 1225 249 81 0 991 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 24352

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855560/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6468 CPUtime=1599.36
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1265 0 0 0 159933 3 0 0 25 0 1 0 182303771 6623232 1227 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1617 1227 249 81 0 991 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 24352

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855560/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6468 CPUtime=1659.34
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1267 0 0 0 165931 3 0 0 25 0 1 0 182303771 6623232 1229 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1617 1229 249 81 0 991 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 24352

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855560/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6468 CPUtime=1719.32
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1268 0 0 0 171929 3 0 0 25 0 1 0 182303771 6623232 1230 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134791641 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1617 1230 249 81 0 991 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 24352

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855496/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6468 CPUtime=1779.3
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1274 0 0 0 177927 3 0 0 25 0 1 0 182303771 6623232 1236 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1617 1236 249 81 0 991 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 24352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855496/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=2.26
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1278 10392 0 0 1 1 217 7 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24249] ppid=24201 vsize=5352 CPUtime=0
/proc/24249/stat : 24249 (sh) S 24201 24201 23152 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 182303770 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24249/statm: 1338 224 188 169 0 49 0
[pid=24251] ppid=24249 vsize=6468 CPUtime=1797.8
/proc/24251/stat : 24251 (clasp-1.0) R 24249 24201 23152 0 -1 4194304 1274 0 0 0 179777 3 0 0 25 0 1 0 182303771 6623232 1236 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134742328 0 0 4096 0 0 0 0 17 1 0 0
/proc/24251/statm: 1617 1236 249 81 0 991 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 24352

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: 0.99 0.98 0.99 2/80 24451
/proc/meminfo: memFree=1855496/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=1800.09
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1440 13461 0 0 1 1 179995 12 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 12532

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 24462
/proc/meminfo: memFree=1858688/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=1800.09
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1440 13461 0 0 1 1 179995 12 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24460] ppid=24201 vsize=5352 CPUtime=0
/proc/24460/stat : 24460 (sh) S 24201 24201 23152 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182483620 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24460/statm: 1338 224 188 169 0 49 0
[pid=24462] ppid=24460 vsize=3212 CPUtime=1.36
/proc/24462/stat : 24462 (clasp-1.0) R 24460 24201 23152 0 -1 4194304 475 0 0 0 136 0 0 0 25 0 1 0 182483620 3289088 437 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715380 0 0 4096 0 0 0 0 17 1 0 0
/proc/24462/statm: 803 437 249 81 0 177 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 21096

[startup+1802.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 24462
/proc/meminfo: memFree=1858688/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=1800.09
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1440 13461 0 0 1 1 179995 12 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24460] ppid=24201 vsize=5352 CPUtime=0
/proc/24460/stat : 24460 (sh) S 24201 24201 23152 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182483620 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24460/statm: 1338 224 188 169 0 49 0
[pid=24462] ppid=24460 vsize=3344 CPUtime=1.76
/proc/24462/stat : 24462 (clasp-1.0) R 24460 24201 23152 0 -1 4194304 480 0 0 0 176 0 0 0 25 0 1 0 182483620 3424256 442 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715280 0 0 4096 0 0 0 0 17 1 0 0
/proc/24462/statm: 836 442 249 81 0 210 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 21228

[startup+1802.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 24462
/proc/meminfo: memFree=1858560/2055920 swapFree=4140768/4192956
[pid=24201] ppid=24199 vsize=12532 CPUtime=1800.09
/proc/24201/stat : 24201 (pbclasp) S 24199 24201 23152 0 -1 4194304 1440 13461 0 0 1 1 179995 12 16 0 1 0 182303537 12832768 498 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 3133 498 343 3 0 233 0
[pid=24460] ppid=24201 vsize=5352 CPUtime=0
/proc/24460/stat : 24460 (sh) S 24201 24201 23152 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182483620 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24460/statm: 1338 224 188 169 0 49 0
[pid=24462] ppid=24460 vsize=3344 CPUtime=1.96
/proc/24462/stat : 24462 (clasp-1.0) R 24460 24201 23152 0 -1 4194304 484 0 0 0 196 0 0 0 25 0 1 0 182483620 3424256 446 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784657 0 0 4096 0 0 0 0 17 1 0 0
/proc/24462/statm: 836 446 249 81 0 210 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 21228

Child status: 0
Real time (s): 1802.83
CPU time (s): 1802.1
CPU user time (s): 1801.95
CPU system time (s): 0.147977
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 24352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.95
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15914
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= 472
involuntary context switches= 4872

runsolver used 1.71874 second user time and 4.84926 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 20 09:50:58 UTC 2007

IDJOB= 366543
IDBENCH= 2867
IDSOLVER= 167
FILE ID= node3/366543-1177062658

PBS_JOBID= 4640211

Free space on /tmp= 66358 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-fout.r.opb
COMMAND LINE= pbclasp instance-366543-1177062658.opb /tmp/evaluation/366543-1177062658/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-366543-1177062658 -o ROOT/results/node3/conversion-366543-1177062658 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366543-1177062658/instance-366543-1177062658.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  40b50d0e4bc3f1ba5675c1e65f55a1d7

RANDOM SEED= 978321622

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1862072 kB
Buffers:         43052 kB
Cached:          85640 kB
SwapCached:      15128 kB
Active:          61528 kB
Inactive:        90828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862072 kB
SwapTotal:     4192956 kB
SwapFree:      4140768 kB
Dirty:             492 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            27020 kB
Committed_AS:  5990928 kB
PageTables:       1780 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= 66358 MiB

End job on node3 on Fri Apr 20 10:21:01 UTC 2007