Trace number 354704

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)44 1802.11 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-apex7.b.opb
MD5SUMa226ce89d775a348c35d29e51d9044b6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1108
Total number of constraints2313
Number of constraints which are clauses2313
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 constraint1
Maximum length of a constraint295
Number of terms in the objective function 1108
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 1108
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1108
Number of bits of the biggest sum of numbers11
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.95/1.09	o 54
1.06/1.28	o 53
1.25/1.48	o 52
1.45/1.69	o 47
1.67/1.91	o 44
1800.07/1800.61	sh: line 1: 11754 Done                    cat /tmp/evaluation/354704-1176722583/temp/instance-354704-1176722583.opb.op
1800.07/1800.61	     11755 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/354704-1176722583/temp/instance-354704-1176722583.opb.clasp
1800.07/1800.62	c Somebody sent me a SIGTERM
1800.07/1800.62	s SATISFIABLE
1800.07/1800.62	v x238 x332 x428 x451 x453 x466 x471 x475 x527 x592 x595 x613 x639 x670 x728 x751 x761 x841 x863 x902 x913 x914 x928 x936 x946 x951
1800.07/1800.62	v x955 x956 x958 x966 x969 x997 x1006 x1015 x1049 x1051 x1064 x1086 x1091 x1096 x1097 x1100 x1103 x1107
1800.07/1800.62	pb2clasp1: no process killed
1800.07/1800.63	clasp-1.0: no process killed
1802.05/1802.62	sh: line 1: 11767 Done                    cat /tmp/evaluation/354704-1176722583/temp/instance-354704-1176722583.opb.op
1802.05/1802.62	     11768 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/354704-1176722583/temp/instance-354704-1176722583.opb.clasp

Verifier Data (download as text)

OK	44

Conversion Script Data (download as text)

/tmp/evaluation/354704-1176722583/instance-354704-1176722583.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/node43/watcher-354704-1176722583 -o ROOT/results/node43/solver-354704-1176722583 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-354704-1176722583.opb /tmp/evaluation/354704-1176722583/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 0.97 0.97 3/77 11705
/proc/meminfo: memFree=1472520/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12268 CPUtime=0
/proc/11705/stat : 11705 (pbclasp) R 11703 11705 11378 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 120170104 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858147838 0 0 4224 0 0 0 0 17 1 0 0
/proc/11705/statm: 3067 317 242 3 0 167 0

[startup+0.0136489 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 11705
/proc/meminfo: memFree=1472520/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12536 CPUtime=0
/proc/11705/stat : 11705 (pbclasp) R 11703 11705 11378 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 120170104 12836864 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216849126970 0 0 4224 16384 0 0 0 17 1 0 0
/proc/11705/statm: 3134 465 320 3 0 234 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12536

[startup+0.101658 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 11705
/proc/meminfo: memFree=1472520/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12668 CPUtime=0.02
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 565 0 0 0 2 0 0 0 16 0 1 0 120170104 12972032 516 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858144866 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11705/statm: 3167 516 324 3 0 267 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12668

[startup+0.301674 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 11705
/proc/meminfo: memFree=1472520/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12668 CPUtime=0.02
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 565 0 0 0 2 0 0 0 16 0 1 0 120170104 12972032 516 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858144866 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11705/statm: 3167 516 324 3 0 267 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12668

[startup+0.701709 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 11705
/proc/meminfo: memFree=1472520/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12668 CPUtime=0.02
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 565 0 0 0 2 0 0 0 16 0 1 0 120170104 12972032 516 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858144866 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11705/statm: 3167 516 324 3 0 267 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12668

[startup+1.50179 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 11715
/proc/meminfo: memFree=1469088/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.45
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1102 8748 0 0 2 1 135 7 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 12800

[startup+3.10292 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1467048/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=5824 CPUtime=1.15
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 1103 0 0 0 115 0 0 0 25 0 1 0 120170297 5963776 1065 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784798 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 1456 1065 249 81 0 830 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 23976

[startup+6.3012 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1466216/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=6476 CPUtime=4.35
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 1278 0 0 0 435 0 0 0 25 0 1 0 120170297 6631424 1240 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 1619 1240 249 81 0 993 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 24628

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1465264/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=7256 CPUtime=10.75
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 1485 0 0 0 1074 1 0 0 25 0 1 0 120170297 7430144 1447 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782172 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 1814 1447 249 81 0 1188 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 25408

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1464752/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=7560 CPUtime=23.55
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 1549 0 0 0 2354 1 0 0 25 0 1 0 120170297 7741440 1511 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616350 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 1890 1511 249 81 0 1264 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 25712

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1463024/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=9272 CPUtime=49.13
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 1980 0 0 0 4912 1 0 0 25 0 1 0 120170297 9494528 1942 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784622 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 2318 1942 249 81 0 1692 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 27424

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1461040/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=11372 CPUtime=100.33
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 2479 0 0 0 10031 2 0 0 25 0 1 0 120170297 11644928 2441 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 2843 2441 249 81 0 2217 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 29524

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1460592/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=11760 CPUtime=160.3
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 2688 0 0 0 16028 2 0 0 25 0 1 0 120170297 12042240 2543 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715322 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 2940 2543 249 81 0 2314 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 29912

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1460592/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=11760 CPUtime=220.29
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 2688 0 0 0 22026 3 0 0 25 0 1 0 120170297 12042240 2543 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 2940 2543 249 81 0 2314 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 29912

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11755
/proc/meminfo: memFree=1458800/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=13424 CPUtime=280.27
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 3116 0 0 0 28024 3 0 0 25 0 1 0 120170297 13746176 2971 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 3356 2971 249 81 0 2730 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 31576


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

/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=18104 CPUtime=1419.97
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5214 0 0 0 141984 13 0 0 25 0 1 0 120170297 18538496 4129 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715300 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 4526 4129 249 81 0 3900 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 36256

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/80 11757
/proc/meminfo: memFree=1453424/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=18424 CPUtime=1479.95
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5291 0 0 0 147982 13 0 0 25 0 1 0 120170297 18866176 4206 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 4606 4206 249 81 0 3980 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 36576

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/80 11757
/proc/meminfo: memFree=1452976/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=18828 CPUtime=1539.94
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5398 0 0 0 153980 14 0 0 25 0 1 0 120170297 19279872 4308 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 4707 4308 249 81 0 4081 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 36980

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/80 11757
/proc/meminfo: memFree=1452912/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=18960 CPUtime=1599.92
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5411 0 0 0 159978 14 0 0 25 0 1 0 120170297 19415040 4321 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616825 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 4740 4321 249 81 0 4114 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 37112

[startup+1662.3 s]
/proc/loadavg: 1.04 1.00 0.99 2/80 11757
/proc/meminfo: memFree=1452912/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=18960 CPUtime=1659.91
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5412 0 0 0 165976 15 0 0 25 0 1 0 120170297 19415040 4322 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 4740 4322 249 81 0 4114 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 37112

[startup+1722.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/80 11757
/proc/meminfo: memFree=1451568/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=20276 CPUtime=1719.89
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5746 0 0 0 171974 15 0 0 25 0 1 0 120170297 20762624 4656 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 5069 4656 249 81 0 4443 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 38428

[startup+1782.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/80 11757
/proc/meminfo: memFree=1451504/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=20404 CPUtime=1779.88
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5766 0 0 0 177972 16 0 0 25 0 1 0 120170297 20893696 4676 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715290 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 5101 4676 249 81 0 4475 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 38556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.05 1.03 1.00 2/80 11757
/proc/meminfo: memFree=1451184/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1.89
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1382 13522 0 0 3 1 175 10 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11753] ppid=11705 vsize=5352 CPUtime=0
/proc/11753/stat : 11753 (sh) S 11705 11705 11378 0 -1 4194304 286 121 0 0 0 0 0 0 15 0 1 0 120170297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11753/statm: 1338 224 188 169 0 49 0
[pid=11755] ppid=11753 vsize=20452 CPUtime=1798.18
/proc/11755/stat : 11755 (clasp-1.0) R 11753 11705 11378 0 -1 4194304 5843 0 0 0 179802 16 0 0 25 0 1 0 120170297 20942848 4712 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616626 0 0 4096 0 0 0 0 17 1 0 0
/proc/11755/statm: 5113 4712 249 81 0 4487 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 38604

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 1.05 1.03 1.00 2/80 11757
/proc/meminfo: memFree=1451184/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1800.11
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1551 21048 0 0 3 1 179978 29 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 12800

[startup+1802.2 s]
/proc/loadavg: 1.05 1.03 1.00 2/82 11768
/proc/meminfo: memFree=1466016/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1800.11
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1551 21048 0 0 3 1 179978 29 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11758] ppid=11705 vsize=0 CPUtime=0
/proc/11758/stat : 11758 (rm) Z 11705 11705 11378 0 -1 4194316 117 0 0 0 0 0 0 0 18 0 1 0 120350165 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/11758/statm: 0 0 0 0 0 0 0
[pid=11766] ppid=11705 vsize=5352 CPUtime=0
/proc/11766/stat : 11766 (sh) S 11705 11705 11378 0 -1 4194304 287 121 0 0 0 0 0 0 15 0 1 0 120350168 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11766/statm: 1338 224 188 169 0 49 0
[pid=11768] ppid=11766 vsize=5824 CPUtime=1.54
/proc/11768/stat : 11768 (clasp-1.0) R 11766 11705 11378 0 -1 4194304 1103 0 0 0 154 0 0 0 25 0 1 0 120350168 5963776 1065 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715278 0 0 4096 0 0 0 0 17 1 0 0
/proc/11768/statm: 1456 1065 249 81 0 830 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 23976

[startup+1802.6 s]
/proc/loadavg: 1.05 1.03 1.00 2/82 11768
/proc/meminfo: memFree=1466016/2055920 swapFree=4191892/4192956
[pid=11705] ppid=11703 vsize=12800 CPUtime=1800.11
/proc/11705/stat : 11705 (pbclasp) S 11703 11705 11378 0 -1 4194304 1551 21048 0 0 3 1 179978 29 16 0 1 0 120170104 13107200 563 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 216858148756 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11705/statm: 3200 563 343 3 0 300 0
[pid=11758] ppid=11705 vsize=0 CPUtime=0
/proc/11758/stat : 11758 (rm) Z 11705 11705 11378 0 -1 4194316 117 0 0 0 0 0 0 0 18 0 1 0 120350165 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/11758/statm: 0 0 0 0 0 0 0
[pid=11766] ppid=11705 vsize=5352 CPUtime=0
/proc/11766/stat : 11766 (sh) S 11705 11705 11378 0 -1 4194304 287 121 0 0 0 0 0 0 15 0 1 0 120350168 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11766/statm: 1338 224 188 169 0 49 0
[pid=11768] ppid=11766 vsize=5956 CPUtime=1.94
/proc/11768/stat : 11768 (clasp-1.0) R 11766 11705 11378 0 -1 4194304 1132 0 0 0 194 0 0 0 25 0 1 0 120350168 6098944 1094 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/11768/statm: 1489 1094 249 81 0 863 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 24108

Child status: 0
Real time (s): 1802.63
CPU time (s): 1802.11
CPU user time (s): 1801.79
CPU system time (s): 0.319951
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 38812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.79
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24315
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= 1244
involuntary context switches= 4271

runsolver used 1.71574 second user time and 4.84826 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Apr 16 11:23:03 UTC 2007

IDJOB= 354704
IDBENCH= 2883
IDSOLVER= 167
FILE ID= node43/354704-1176722583

PBS_JOBID= 4559497

Free space on /tmp= 66553 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-apex7.b.opb
COMMAND LINE= pbclasp instance-354704-1176722583.opb /tmp/evaluation/354704-1176722583/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node43/convwatcher-354704-1176722583 -o ROOT/results/node43/conversion-354704-1176722583 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/354704-1176722583/instance-354704-1176722583.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  a226ce89d775a348c35d29e51d9044b6

RANDOM SEED= 742289471

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1472928 kB
Buffers:         65180 kB
Cached:         292504 kB
SwapCached:        268 kB
Active:         285600 kB
Inactive:       224452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472928 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:         169128 kB
Slab:            58448 kB
Committed_AS:  1718752 kB
PageTables:       1848 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= 66552 MiB

End job on node43 on Mon Apr 16 11:53:06 UTC 2007