Trace number 366632

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
PB-clasp 2007-03-23SAT (TO)11 1802.13 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_15.r.opb
MD5SUM7e1b8a9f40a52781f7629bf04a2d5793
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark6.47102
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10
Optimality of the best value was proved YES
Number of variables100
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 constraint15
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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.00/0.06	o 48
0.05/0.12	o 19
0.05/0.17	o 18
0.16/0.21	o 17
0.16/0.26	o 16
0.26/0.32	o 15
0.31/0.72	o 14
0.71/0.85	o 13
18.36/18.43	o 12
88.33/88.43	o 11
1800.07/1800.61	sh: line 1:  7474 Done                    cat /tmp/evaluation/366632-1177064337/temp/instance-366632-1177064337.opb.op
1800.07/1800.61	      7475 Terminated              | clasp >/tmp/evaluation/366632-1177064337/temp/instance-366632-1177064337.opb.clasp
1800.07/1800.62	c Somebody sent me a SIGTERM
1800.07/1800.62	s SATISFIABLE
1800.07/1800.62	v x5 x15 x25 x29 x31 x39 x40 x73 x74 x83 x98
1800.07/1800.62	pb2clasp1: no process killed
1800.07/1800.63	clasp: no process killed
1802.06/1802.62	sh: line 1:  7487 Done                    cat /tmp/evaluation/366632-1177064337/temp/instance-366632-1177064337.opb.op
1802.06/1802.62	      7488 Killed                  | clasp >/tmp/evaluation/366632-1177064337/temp/instance-366632-1177064337.opb.clasp

Verifier Data (download as text)

OK	11

Conversion Script Data (download as text)

/tmp/evaluation/366632-1177064337/instance-366632-1177064337.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/node74/watcher-366632-1177064337 -o ROOT/results/node74/solver-366632-1177064337 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366632-1177064337.opb /tmp/evaluation/366632-1177064337/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.91 0.95 0.98 3/66 7385
/proc/meminfo: memFree=1740128/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12268 CPUtime=0
/proc/7385/stat : 7385 (pbclasp) R 7383 7385 7007 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 154348487 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783602686 0 0 4224 0 0 0 0 17 1 0 0
/proc/7385/statm: 3067 317 242 3 0 167 0

[startup+0.0163279 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 7385
/proc/meminfo: memFree=1740128/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 493 0 0 0 0 0 0 0 16 0 1 0 154348487 12697600 444 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783599714 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/7385/statm: 3100 444 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101336 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 7385
/proc/meminfo: memFree=1740128/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.05
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 710 3236 0 0 0 0 3 2 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.30136 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 7385
/proc/meminfo: memFree=1740128/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.26
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1192 11527 0 0 0 1 17 8 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 12400

[startup+0.701403 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 7385
/proc/meminfo: memFree=1740128/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.31
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1315 13515 0 0 0 1 21 9 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 12400

[startup+1.5015 s]
/proc/loadavg: 0.91 0.95 0.98 2/69 7459
/proc/meminfo: memFree=1737712/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.84
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1554 17538 0 0 0 1 70 13 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7457] ppid=7385 vsize=5352 CPUtime=0
/proc/7457/stat : 7457 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154348573 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7457/statm: 1338 224 188 169 0 49 0
[pid=7459] ppid=7457 vsize=4064 CPUtime=0.62
/proc/7459/stat : 7459 (clasp) R 7457 7385 7007 0 -1 4194304 703 0 0 0 62 0 0 0 25 0 1 0 154348573 4161536 666 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746398 0 0 4096 0 0 0 0 17 1 0 0
/proc/7459/statm: 1016 666 196 154 0 486 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 21816

[startup+3.10168 s]
/proc/loadavg: 0.91 0.95 0.98 2/69 7459
/proc/meminfo: memFree=1736816/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.84
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1554 17538 0 0 0 1 70 13 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7457] ppid=7385 vsize=5352 CPUtime=0
/proc/7457/stat : 7457 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154348573 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7457/statm: 1338 224 188 169 0 49 0
[pid=7459] ppid=7457 vsize=4592 CPUtime=2.22
/proc/7459/stat : 7459 (clasp) R 7457 7385 7007 0 -1 4194304 841 0 0 0 222 0 0 0 25 0 1 0 154348573 4702208 804 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740623 0 0 4096 0 0 0 0 17 1 0 0
/proc/7459/statm: 1148 804 196 154 0 618 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 22344

[startup+6.30205 s]
/proc/loadavg: 0.92 0.95 0.98 2/69 7459
/proc/meminfo: memFree=1735856/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.84
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1554 17538 0 0 0 1 70 13 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7457] ppid=7385 vsize=5352 CPUtime=0
/proc/7457/stat : 7457 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154348573 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7457/statm: 1338 224 188 169 0 49 0
[pid=7459] ppid=7457 vsize=5272 CPUtime=5.42
/proc/7459/stat : 7459 (clasp) R 7457 7385 7007 0 -1 4194304 1003 0 0 0 542 0 0 0 25 0 1 0 154348573 5398528 966 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769233 0 0 4096 0 0 0 0 17 1 0 0
/proc/7459/statm: 1318 966 196 154 0 788 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23024

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.98 2/69 7459
/proc/meminfo: memFree=1735040/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=0.84
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1554 17538 0 0 0 1 70 13 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7457] ppid=7385 vsize=5352 CPUtime=0
/proc/7457/stat : 7457 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154348573 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7457/statm: 1338 224 188 169 0 49 0
[pid=7459] ppid=7457 vsize=6100 CPUtime=11.82
/proc/7459/stat : 7459 (clasp) R 7457 7385 7007 0 -1 4194304 1208 0 0 0 1182 0 0 0 25 0 1 0 154348573 6246400 1171 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769152 0 0 4096 0 0 0 0 17 1 0 0
/proc/7459/statm: 1525 1171 196 154 0 995 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 23852

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/69 7467
/proc/meminfo: memFree=1735688/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=18.4
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1672 20234 0 0 0 1 1825 14 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7465] ppid=7385 vsize=5352 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154350331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7465/statm: 1338 224 188 169 0 49 0
[pid=7467] ppid=7465 vsize=5456 CPUtime=7.05
/proc/7467/stat : 7467 (clasp) R 7465 7385 7007 0 -1 4194304 1033 0 0 0 705 0 0 0 25 0 1 0 154350331 5586944 996 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134620728 0 0 4096 0 0 0 0 17 1 0 0
/proc/7467/statm: 1364 996 196 154 0 834 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23208

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.98 2/69 7467
/proc/meminfo: memFree=1733768/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=18.4
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1672 20234 0 0 0 1 1825 14 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7465] ppid=7385 vsize=5352 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154350331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7465/statm: 1338 224 188 169 0 49 0
[pid=7467] ppid=7465 vsize=7392 CPUtime=32.64
/proc/7467/stat : 7467 (clasp) R 7465 7385 7007 0 -1 4194304 1510 0 0 0 3264 0 0 0 25 0 1 0 154350331 7569408 1473 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/7467/statm: 1848 1473 196 154 0 1318 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 25144

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/69 7475
/proc/meminfo: memFree=1734920/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=6016 CPUtime=13.84
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 1184 0 0 0 1384 0 0 0 25 0 1 0 154357332 6160384 1147 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 1504 1147 196 154 0 974 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 23768

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7475
/proc/meminfo: memFree=1732680/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=8420 CPUtime=73.82
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 1747 0 0 0 7381 1 0 0 25 0 1 0 154357332 8622080 1710 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 2105 1710 196 154 0 1575 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 26172

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7475
/proc/meminfo: memFree=1731336/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=9688 CPUtime=133.81
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 2083 0 0 0 13380 1 0 0 25 0 1 0 154357332 9920512 2046 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134753589 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 2422 2046 196 154 0 1892 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 27440

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7475
/proc/meminfo: memFree=1730696/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0

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


[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1722888/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=18712 CPUtime=1333.49
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4146 0 0 0 133343 6 0 0 25 0 1 0 154357332 19161088 4109 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740923 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4678 4109 196 154 0 4148 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 36464

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1722632/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=18936 CPUtime=1393.47
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4201 0 0 0 139341 6 0 0 25 0 1 0 154357332 19390464 4164 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769064 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4734 4164 196 154 0 4204 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 36688

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1722376/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=19124 CPUtime=1453.45
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4263 0 0 0 145339 6 0 0 25 0 1 0 154357332 19582976 4226 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769196 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4781 4226 196 154 0 4251 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 36876

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1722120/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=19504 CPUtime=1513.43
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4320 0 0 0 151337 6 0 0 25 0 1 0 154357332 19972096 4283 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4876 4283 196 154 0 4346 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 37256

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1722056/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=19504 CPUtime=1573.42
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4337 0 0 0 157335 7 0 0 25 0 1 0 154357332 19972096 4300 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4876 4300 196 154 0 4346 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 37256

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1721800/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=19820 CPUtime=1633.41
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4412 0 0 0 163334 7 0 0 25 0 1 0 154357332 20295680 4375 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4955 4375 196 154 0 4425 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 37572

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1721736/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=19820 CPUtime=1693.39
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4414 0 0 0 169332 7 0 0 25 0 1 0 154357332 20295680 4377 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 4955 4377 196 154 0 4425 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 37572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/69 7477
/proc/meminfo: memFree=1721608/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=88.38
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1791 23439 0 0 0 1 8821 16 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7473] ppid=7385 vsize=5352 CPUtime=0
/proc/7473/stat : 7473 (sh) S 7385 7385 7007 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 154357331 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7473/statm: 1338 224 188 169 0 49 0
[pid=7475] ppid=7473 vsize=20008 CPUtime=1711.69
/proc/7475/stat : 7475 (clasp) R 7473 7385 7007 0 -1 4194304 4446 0 0 0 171162 7 0 0 25 0 1 0 154357332 20488192 4409 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 10223187 0 0 4096 0 0 0 0 17 1 0 0
/proc/7475/statm: 5002 4409 196 154 0 4472 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 37760

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.97 0.98 2/69 7477
/proc/meminfo: memFree=1721608/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=1800.11
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1959 29680 0 0 0 1 179985 25 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 12400

[startup+1802.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 7488
/proc/meminfo: memFree=1736704/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=1800.11
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1959 29680 0 0 0 1 179985 25 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7486] ppid=7385 vsize=5352 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7385 7385 7007 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 154528550 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7486/statm: 1338 224 188 169 0 49 0
[pid=7488] ppid=7486 vsize=4148 CPUtime=1.55
/proc/7488/stat : 7488 (clasp) R 7486 7385 7007 0 -1 4194304 740 0 0 0 155 0 0 0 25 0 1 0 154528551 4247552 703 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/7488/statm: 1037 703 196 154 0 507 0
Current children cumulated CPU time (s) 1801.66
Current children cumulated vsize (KiB) 21900

[startup+1802.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 7488
/proc/meminfo: memFree=1736704/2055920 swapFree=4183056/4192956
[pid=7385] ppid=7383 vsize=12400 CPUtime=1800.11
/proc/7385/stat : 7385 (pbclasp) S 7383 7385 7007 0 -1 4194304 1959 29680 0 0 0 1 179985 25 16 0 1 0 154348487 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 228783603604 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7385/statm: 3100 469 343 3 0 200 0
[pid=7486] ppid=7385 vsize=5352 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7385 7385 7007 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 154528550 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7486/statm: 1338 224 188 169 0 49 0
[pid=7488] ppid=7486 vsize=4416 CPUtime=1.95
/proc/7488/stat : 7488 (clasp) R 7486 7385 7007 0 -1 4194304 810 0 0 0 195 0 0 0 25 0 1 0 154528551 4521984 773 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/7488/statm: 1104 773 196 154 0 574 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 22168

Child status: 0
Real time (s): 1802.63
CPU time (s): 1802.13
CPU user time (s): 1801.84
CPU system time (s): 0.284956
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 37760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.84
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32957
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= 710
involuntary context switches= 1500

runsolver used 1.79273 second user time and 4.77227 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Fri Apr 20 10:18:57 UTC 2007

IDJOB= 366632
IDBENCH= 2874
IDSOLVER= 158
FILE ID= node74/366632-1177064337

PBS_JOBID= 4640229

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

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  7e1b8a9f40a52781f7629bf04a2d5793

RANDOM SEED= 215836355

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1740536 kB
Buffers:         53088 kB
Cached:         188584 kB
SwapCached:       2992 kB
Active:          90608 kB
Inactive:       161952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740536 kB
SwapTotal:     4192956 kB
SwapFree:      4183056 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          15724 kB
Slab:            48608 kB
Committed_AS:  3880336 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103204 MiB

End job on node74 on Fri Apr 20 10:49:00 UTC 2007