Trace number 352829

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)61 1802.12 1802.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-e64.b.opb
MD5SUM4a444f89cff56050e88660d23e3d8694
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 47
Optimality of the best value was proved NO
Number of variables607
Total number of constraints1022
Number of constraints which are clauses1022
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 constraint3
Maximum length of a constraint32
Number of terms in the objective function 607
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 607
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 607
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.14/0.20	o 68
0.19/0.31	o 67
0.19/0.37	o 66
0.29/0.49	o 64
0.42/0.73	o 62
0.65/0.86	o 61
1800.07/1800.80	sh: line 1: 28090 Done                    cat /tmp/evaluation/352829-1176642639/temp/instance-352829-1176642639.opb.op
1800.07/1800.80	     28091 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/352829-1176642639/temp/instance-352829-1176642639.opb.clasp
1800.07/1800.81	c Somebody sent me a SIGTERM
1800.07/1800.81	s SATISFIABLE
1800.07/1800.81	v x3 x5 x8 x11 x33 x52 x64 x65 x92 x93 x110 x122 x133 x136 x154 x170 x183 x195 x207 x219 x231 x243 x245 x261 x263 x280 x305 x317 x319
1800.07/1800.81	v x336 x341 x378 x392 x413 x424 x428 x442 x454 x463 x469 x474 x477 x481 x487 x492 x502 x507 x511 x519 x523 x527 x531 x535 x541 x548
1800.07/1800.81	v x553 x557 x586 x589 x597 x603
1800.07/1800.82	pb2clasp1: no process killed
1800.07/1800.82	clasp-1.0: no process killed
1802.07/1802.82	sh: line 1: 28103 Done                    cat /tmp/evaluation/352829-1176642639/temp/instance-352829-1176642639.opb.op
1802.07/1802.82	     28104 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/352829-1176642639/temp/instance-352829-1176642639.opb.clasp

Verifier Data (download as text)

OK	61

Conversion Script Data (download as text)

/tmp/evaluation/352829-1176642639/instance-352829-1176642639.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/node23/watcher-352829-1176642639 -o ROOT/results/node23/solver-352829-1176642639 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-352829-1176642639.opb /tmp/evaluation/352829-1176642639/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.99 1.00 1.00 3/77 28033
/proc/meminfo: memFree=1832832/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12268 CPUtime=0
/proc/28033/stat : 28033 (pbclasp) R 28031 28033 27216 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 112181004 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496562174 0 0 4224 0 0 0 0 17 1 0 0
/proc/28033/statm: 3067 317 242 3 0 167 0

[startup+0.0348111 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 28033
/proc/meminfo: memFree=1832832/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12532 CPUtime=0.01
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 527 0 0 0 1 0 0 0 16 0 1 0 112181004 12832768 479 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 3133 479 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.102822 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 28033
/proc/meminfo: memFree=1832832/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12532 CPUtime=0.01
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 527 0 0 0 1 0 0 0 16 0 1 0 112181004 12832768 479 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 3133 479 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.302864 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 28033
/proc/meminfo: memFree=1832832/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.19
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 786 3450 0 1 1 0 16 2 16 0 1 0 112181004 12963840 515 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 3165 515 343 3 0 265 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12660

[startup+0.701938 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 28033
/proc/meminfo: memFree=1832832/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.42
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1184 9105 0 1 2 0 34 6 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 12660

[startup+1.50109 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1830360/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=3876 CPUtime=0.61
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 623 0 0 0 61 0 0 0 22 0 1 0 112181091 3969024 585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782680 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 969 585 249 81 0 343 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 21888

[startup+3.1014 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1829592/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=4268 CPUtime=2.21
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 716 0 0 0 221 0 0 0 25 0 1 0 112181091 4370432 678 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1067 678 249 81 0 441 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 22280

[startup+6.30202 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1829016/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=4644 CPUtime=5.41
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 820 0 0 0 541 0 0 0 25 0 1 0 112181091 4755456 782 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1161 782 249 81 0 535 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 22656

[startup+12.7013 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1828520/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=5028 CPUtime=11.81
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 922 0 0 0 1181 0 0 0 25 0 1 0 112181091 5148672 884 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741884 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1257 884 249 81 0 631 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 23040

[startup+25.5027 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1827944/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=5696 CPUtime=24.6
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 1077 0 0 0 2460 0 0 0 25 0 1 0 112181091 5832704 1039 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1424 1039 249 81 0 798 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 23708

[startup+51.1027 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1827304/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=6336 CPUtime=50.19
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 1227 0 0 0 5019 0 0 0 25 0 1 0 112181091 6488064 1189 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715808 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1584 1189 249 81 0 958 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 24348

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1826344/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=7248 CPUtime=101.38
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 1465 0 0 0 10137 1 0 0 25 0 1 0 112181091 7421952 1427 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784673 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1812 1427 249 81 0 1186 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 25260

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1825768/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=7804 CPUtime=161.36
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 1607 0 0 0 16134 2 0 0 25 0 1 0 112181091 7991296 1569 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741032 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 1951 1569 249 81 0 1325 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 25816

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1825128/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=8516 CPUtime=221.33
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 1761 0 0 0 22131 2 0 0 25 0 1 0 112181091 8720384 1723 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715300 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 2129 1723 249 81 0 1503 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 26528

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1824680/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0

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


[startup+1482.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1819176/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13500 CPUtime=1480.89
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3024 0 0 0 148075 14 0 0 25 0 1 0 112181091 13824000 2949 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3375 2949 249 81 0 2749 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 31512

[startup+1542.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1819048/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13640 CPUtime=1540.88
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3049 0 0 0 154073 15 0 0 25 0 1 0 112181091 13967360 2974 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3410 2974 249 81 0 2784 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 31652

[startup+1602.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28091
/proc/meminfo: memFree=1818920/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13748 CPUtime=1600.86
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3067 0 0 0 160070 16 0 0 25 0 1 0 112181091 14077952 2992 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784714 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3437 2992 249 81 0 2811 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 31760

[startup+1662.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28093
/proc/meminfo: memFree=1818536/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13748 CPUtime=1660.83
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3075 0 0 0 166067 16 0 0 25 0 1 0 112181091 14077952 3000 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616350 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3437 3000 249 81 0 2811 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 31760

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28093
/proc/meminfo: memFree=1818536/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13748 CPUtime=1720.82
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3077 0 0 0 172065 17 0 0 25 0 1 0 112181091 14077952 3002 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3437 3002 249 81 0 2811 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 31760

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28093
/proc/meminfo: memFree=1818536/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13896 CPUtime=1780.79
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3101 0 0 0 178062 17 0 0 25 0 1 0 112181091 14229504 3026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3474 3026 249 81 0 2848 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 31908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 0.99 1.00 1.00 2/80 28093
/proc/meminfo: memFree=1818472/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=0.78
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1455 12950 0 1 2 0 67 9 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28089] ppid=28033 vsize=5352 CPUtime=0
/proc/28089/stat : 28089 (sh) S 28033 28033 27216 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 112181091 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28089/statm: 1338 224 188 169 0 49 0
[pid=28091] ppid=28089 vsize=13896 CPUtime=1799.29
/proc/28091/stat : 28091 (clasp-1.0) R 28089 28033 27216 0 -1 4194304 3101 0 0 0 179912 17 0 0 25 0 1 0 112181091 14229504 3026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 2612337 0 0 4096 0 0 0 0 17 1 0 0
/proc/28091/statm: 3474 3026 249 81 0 2848 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 31908

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 1.00 1.00 2/80 28093
/proc/meminfo: memFree=1818472/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=1800.11
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1622 17849 0 1 2 1 179980 28 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 12660

[startup+1802.2 s]
/proc/loadavg: 0.99 1.00 1.00 2/81 28104
/proc/meminfo: memFree=1827992/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=1800.11
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1622 17849 0 1 2 1 179980 28 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28102] ppid=28033 vsize=5352 CPUtime=0
/proc/28102/stat : 28102 (sh) S 28033 28033 27216 0 -1 4194304 289 121 0 0 0 0 0 0 16 0 1 0 112361087 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28102/statm: 1338 224 188 169 0 49 0
[pid=28104] ppid=28102 vsize=4140 CPUtime=1.36
/proc/28104/stat : 28104 (clasp-1.0) R 28102 28033 27216 0 -1 4194304 678 0 0 0 136 0 0 0 25 0 1 0 112361087 4239360 640 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715257 0 0 4096 0 0 0 0 17 1 0 0
/proc/28104/statm: 1035 640 249 81 0 409 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 22152

[startup+1802.6 s]
/proc/loadavg: 0.99 1.00 1.00 2/81 28104
/proc/meminfo: memFree=1827992/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=1800.11
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1622 17849 0 1 2 1 179980 28 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28102] ppid=28033 vsize=5352 CPUtime=0
/proc/28102/stat : 28102 (sh) S 28033 28033 27216 0 -1 4194304 289 121 0 0 0 0 0 0 16 0 1 0 112361087 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28102/statm: 1338 224 188 169 0 49 0
[pid=28104] ppid=28102 vsize=4268 CPUtime=1.76
/proc/28104/stat : 28104 (clasp-1.0) R 28102 28033 27216 0 -1 4194304 707 0 0 0 176 0 0 0 25 0 1 0 112361087 4370432 669 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 2930299 0 0 4096 0 0 0 0 17 1 0 0
/proc/28104/statm: 1067 669 249 81 0 441 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 22280

[startup+1802.8 s]
/proc/loadavg: 0.99 1.00 1.00 2/81 28104
/proc/meminfo: memFree=1827736/2055920 swapFree=4169480/4192956
[pid=28033] ppid=28031 vsize=12660 CPUtime=1800.11
/proc/28033/stat : 28033 (pbclasp) S 28031 28033 27216 0 -1 4194304 1622 17849 0 1 2 1 179980 28 16 0 1 0 112181004 12963840 516 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 3165 516 343 3 0 265 0
[pid=28102] ppid=28033 vsize=5352 CPUtime=0
/proc/28102/stat : 28102 (sh) S 28033 28033 27216 0 -1 4194304 289 121 0 0 0 0 0 0 16 0 1 0 112361087 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28102/statm: 1338 224 188 169 0 49 0
[pid=28104] ppid=28102 vsize=4268 CPUtime=1.96
/proc/28104/stat : 28104 (clasp-1.0) R 28102 28033 27216 0 -1 4194304 711 0 0 0 196 0 0 0 25 0 1 0 112361087 4370432 673 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715266 0 0 4096 0 0 0 0 17 1 0 0
/proc/28104/statm: 1067 673 249 81 0 441 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 22280

Child status: 0
Real time (s): 1802.82
CPU time (s): 1802.12
CPU user time (s): 1801.81
CPU system time (s): 0.305953
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 31908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.81
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20729
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 640
involuntary context switches= 2079

runsolver used 1.74073 second user time and 4.82827 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Apr 15 13:10:39 UTC 2007

IDJOB= 352829
IDBENCH= 2053
IDSOLVER= 167
FILE ID= node23/352829-1176642639

PBS_JOBID= 4559814

Free space on /tmp= 66564 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-e64.b.opb
COMMAND LINE= pbclasp instance-352829-1176642639.opb /tmp/evaluation/352829-1176642639/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-352829-1176642639 -o ROOT/results/node23/conversion-352829-1176642639 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/352829-1176642639/instance-352829-1176642639.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  4a444f89cff56050e88660d23e3d8694

RANDOM SEED= 889063592

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1833240 kB
Buffers:         33996 kB
Cached:          94388 kB
SwapCached:       2584 kB
Active:          82380 kB
Inactive:        71188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833240 kB
SwapTotal:     4192956 kB
SwapFree:      4169480 kB
Dirty:             644 kB
Writeback:           0 kB
Mapped:          39992 kB
Slab:            54644 kB
Committed_AS:  1431412 kB
PageTables:       1800 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= 66564 MiB

End job on node23 on Sun Apr 15 13:40:42 UTC 2007