Trace number 366417

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)101 1802.08 1802.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-exps.r.opb
MD5SUM37869a33fb7d76f12c52d22950a4fb50
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark0.037993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 76
Optimality of the best value was proved YES
Number of variables696
Total number of constraints680
Number of constraints which are clauses680
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 696
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 696
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 696
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.01/0.16	o 120
0.15/0.21	o 119
0.15/0.27	o 104
0.26/0.50	o 103
5.66/5.74	o 102
1010.64/1011.20	o 101
1800.04/1800.81	sh: line 1:  6179 Done                    cat /tmp/evaluation/366417-1177061157/temp/instance-366417-1177061157.opb.op
1800.04/1800.81	      6180 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/366417-1177061157/temp/instance-366417-1177061157.opb.clasp
1800.04/1800.82	c Somebody sent me a SIGTERM
1800.04/1800.82	s SATISFIABLE
1800.04/1800.82	v x2 x4 x5 x27 x28 x34 x35 x73 x74 x95 x107 x108 x118 x126 x155 x156 x157 x158 x172 x197 x200 x201 x210 x218 x220 x232 x233 x252 x257
1800.04/1800.82	v x265 x272 x274 x275 x277 x285 x290 x295 x313 x314 x322 x337 x340 x346 x353 x354 x358 x369 x374 x378 x389 x395 x400 x414 x415 x429
1800.04/1800.82	v x448 x459 x463 x465 x470 x484 x495 x501 x509 x513 x522 x530 x531 x537 x553 x555 x559 x564 x579 x588 x590 x591 x601 x602 x607 x613
1800.04/1800.82	v x615 x618 x625 x636 x645 x649 x652 x655 x657 x667 x670 x672 x673 x676 x681 x687 x688 x691 x695 x696
1800.04/1800.82	pb2clasp1: no process killed
1800.04/1800.83	clasp-1.0: no process killed
1802.01/1802.82	sh: line 1:  6190 Done                    cat /tmp/evaluation/366417-1177061157/temp/instance-366417-1177061157.opb.op
1802.01/1802.82	      6191 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/366417-1177061157/temp/instance-366417-1177061157.opb.clasp

Verifier Data (download as text)

OK	101

Conversion Script Data (download as text)

/tmp/evaluation/366417-1177061157/instance-366417-1177061157.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/node10/watcher-366417-1177061157 -o ROOT/results/node10/solver-366417-1177061157 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366417-1177061157.opb /tmp/evaluation/366417-1177061157/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.97 0.99 3/77 6120
/proc/meminfo: memFree=1657432/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12268 CPUtime=0
/proc/6120/stat : 6120 (pbclasp) R 6118 6120 5329 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 182153213 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214920034917 0 0 4224 0 0 0 0 17 1 0 0
/proc/6120/statm: 3067 317 242 3 0 167 0

[startup+0.0448639 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6120
/proc/meminfo: memFree=1657432/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12532 CPUtime=0.01
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 530 0 0 0 1 0 0 0 16 0 1 0 182153213 12832768 484 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6120/statm: 3133 484 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.101867 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6120
/proc/meminfo: memFree=1657432/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12532 CPUtime=0.01
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 530 0 0 0 1 0 0 0 16 0 1 0 182153213 12832768 484 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6120/statm: 3133 484 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.301916 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6120
/proc/meminfo: memFree=1657432/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=0.26
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1047 7034 0 0 2 0 20 4 17 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 12664

[startup+0.701997 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6120
/proc/meminfo: memFree=1657432/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=0.49
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1181 8925 0 0 2 0 41 6 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 12664

[startup+1.50117 s]
/proc/loadavg: 0.92 0.97 0.99 2/80 6162
/proc/meminfo: memFree=1655040/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=0.49
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1181 8925 0 0 2 0 41 6 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6160] ppid=6120 vsize=5352 CPUtime=0
/proc/6160/stat : 6160 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153264 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6160/statm: 1338 224 188 169 0 49 0
[pid=6162] ppid=6160 vsize=3876 CPUtime=0.98
/proc/6162/stat : 6162 (clasp-1.0) R 6160 6120 5329 0 -1 4194304 631 0 0 0 98 0 0 0 25 0 1 0 182153264 3969024 593 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 969 593 249 81 0 343 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21892

[startup+3.10151 s]
/proc/loadavg: 0.92 0.97 0.99 2/80 6162
/proc/meminfo: memFree=1654464/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=0.49
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1181 8925 0 0 2 0 41 6 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6160] ppid=6120 vsize=5352 CPUtime=0
/proc/6160/stat : 6160 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153264 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6160/statm: 1338 224 188 169 0 49 0
[pid=6162] ppid=6160 vsize=4276 CPUtime=2.57
/proc/6162/stat : 6162 (clasp-1.0) R 6160 6120 5329 0 -1 4194304 714 0 0 0 257 0 0 0 25 0 1 0 182153264 4378624 676 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 1069 676 249 81 0 443 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 22292

[startup+6.3012 s]
/proc/loadavg: 0.92 0.97 0.99 2/80 6162
/proc/meminfo: memFree=1654024/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 12664

[startup+12.7026 s]
/proc/loadavg: 0.93 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1653840/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=4516 CPUtime=6.93
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 782 0 0 0 693 0 0 0 25 0 1 0 182153788 4624384 744 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616726 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1129 744 249 81 0 503 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 22532

[startup+25.5013 s]
/proc/loadavg: 0.94 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1653328/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=5020 CPUtime=19.72
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 925 0 0 0 1972 0 0 0 25 0 1 0 182153788 5140480 887 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782705 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1255 887 249 81 0 629 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 23036

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1652496/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=5868 CPUtime=45.31
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 1132 0 0 0 4531 0 0 0 25 0 1 0 182153788 6008832 1094 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616160 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1467 1094 249 81 0 841 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 23884

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1651984/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=6436 CPUtime=96.5
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 1260 0 0 0 9649 1 0 0 25 0 1 0 182153788 6590464 1222 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 9339075 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1609 1222 249 81 0 983 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 24452

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1651280/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=7208 CPUtime=156.47
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 1447 0 0 0 15646 1 0 0 25 0 1 0 182153788 7380992 1409 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1802 1409 249 81 0 1176 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 25224

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1650896/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=7452 CPUtime=216.45
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 1520 0 0 0 21643 2 0 0 25 0 1 0 182153788 7630848 1482 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1863 1482 249 81 0 1237 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 25468

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6170
/proc/meminfo: memFree=1650384/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=5.71
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1302 11087 0 0 2 0 562 7 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6168] ppid=6120 vsize=5352 CPUtime=0
/proc/6168/stat : 6168 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182153788 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6168/statm: 1338 224 188 169 0 49 0
[pid=6170] ppid=6168 vsize=7940 CPUtime=276.42
/proc/6170/stat : 6170 (clasp-1.0) R 6168 6120 5329 0 -1 4194304 1639 0 0 0 27640 2 0 0 25 0 1 0 182153788 8130560 1601 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713707 0 0 4096 0 0 0 0 17 1 0 0
/proc/6170/statm: 1985 1601 249 81 0 1359 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 25956


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


[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1649560/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=8752 CPUtime=470.88
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 1925 0 0 0 47084 4 0 0 25 0 1 0 182254335 8962048 1789 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782437 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2188 1789 249 81 0 1562 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 26768

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1649432/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=8752 CPUtime=530.87
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 1955 0 0 0 53082 5 0 0 25 0 1 0 182254335 8962048 1811 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2188 1811 249 81 0 1562 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 26768

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1649368/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=8836 CPUtime=590.84
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 1981 0 0 0 59079 5 0 0 25 0 1 0 182254335 9048064 1831 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713642 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2209 1831 249 81 0 1583 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 26852

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1649304/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=8968 CPUtime=650.82
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 2009 0 0 0 65076 6 0 0 25 0 1 0 182254335 9183232 1859 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616828 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2242 1859 249 81 0 1616 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 26984

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1649048/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=9180 CPUtime=710.79
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 2061 0 0 0 71073 6 0 0 25 0 1 0 182254335 9400320 1911 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737653 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2295 1911 249 81 0 1669 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 27196

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1648984/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=9268 CPUtime=770.77
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 2086 0 0 0 77070 7 0 0 25 0 1 0 182254335 9490432 1936 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784714 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2317 1936 249 81 0 1691 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 27284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6180
/proc/meminfo: memFree=1648920/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1010.77
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1419 14624 0 0 2 0 101058 17 18 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6178] ppid=6120 vsize=5352 CPUtime=0
/proc/6178/stat : 6178 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182254334 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6178/statm: 1338 224 188 169 0 49 0
[pid=6180] ppid=6178 vsize=9404 CPUtime=789.27
/proc/6180/stat : 6180 (clasp-1.0) R 6178 6120 5329 0 -1 4194304 2090 0 0 0 78920 7 0 0 25 0 1 0 182254335 9629696 1940 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782705 0 0 4096 0 0 0 0 17 1 0 0
/proc/6180/statm: 2351 1940 249 81 0 1725 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 27420

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.99 2/80 6180
/proc/meminfo: memFree=1648920/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1800.06
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1580 18508 0 0 2 0 179978 26 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 12664

[startup+1802.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 6191
/proc/meminfo: memFree=1654288/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1800.06
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1580 18508 0 0 2 0 179978 26 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6189] ppid=6120 vsize=5352 CPUtime=0
/proc/6189/stat : 6189 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182333297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6189/statm: 1338 224 188 169 0 49 0
[pid=6191] ppid=6189 vsize=4008 CPUtime=1.35
/proc/6191/stat : 6191 (clasp-1.0) R 6189 6120 5329 0 -1 4194304 647 0 0 0 135 0 0 0 25 0 1 0 182333297 4104192 609 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/6191/statm: 1002 609 249 81 0 376 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 22024

[startup+1802.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 6191
/proc/meminfo: memFree=1654288/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1800.06
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1580 18508 0 0 2 0 179978 26 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6189] ppid=6120 vsize=5352 CPUtime=0
/proc/6189/stat : 6189 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182333297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6189/statm: 1338 224 188 169 0 49 0
[pid=6191] ppid=6189 vsize=4008 CPUtime=1.75
/proc/6191/stat : 6191 (clasp-1.0) R 6189 6120 5329 0 -1 4194304 656 0 0 0 175 0 0 0 25 0 1 0 182333297 4104192 618 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737603 0 0 4096 0 0 0 0 17 1 0 0
/proc/6191/statm: 1002 618 249 81 0 376 0
Current children cumulated CPU time (s) 1801.81
Current children cumulated vsize (KiB) 22024

[startup+1802.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 6191
/proc/meminfo: memFree=1654032/2055920 swapFree=4152380/4192956
[pid=6120] ppid=6118 vsize=12664 CPUtime=1800.06
/proc/6120/stat : 6120 (pbclasp) S 6118 6120 5329 0 -1 4194304 1580 18508 0 0 2 0 179978 26 16 0 1 0 182153213 12967936 523 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6120/statm: 3166 523 343 3 0 266 0
[pid=6189] ppid=6120 vsize=5352 CPUtime=0
/proc/6189/stat : 6189 (sh) S 6120 6120 5329 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182333297 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6189/statm: 1338 224 188 169 0 49 0
[pid=6191] ppid=6189 vsize=4008 CPUtime=1.95
/proc/6191/stat : 6191 (clasp-1.0) R 6189 6120 5329 0 -1 4194304 660 0 0 0 195 0 0 0 25 0 1 0 182333297 4104192 622 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714706 0 0 4096 0 0 0 0 17 1 0 0
/proc/6191/statm: 1002 622 249 81 0 376 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 22024

Child status: 0
Real time (s): 1802.83
CPU time (s): 1802.08
CPU user time (s): 1801.79
CPU system time (s): 0.282956
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 28128

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

runsolver used 1.67474 second user time and 4.89426 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Fri Apr 20 09:25:57 UTC 2007

IDJOB= 366417
IDBENCH= 2858
IDSOLVER= 167
FILE ID= node10/366417-1177061157

PBS_JOBID= 4640190

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

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  37869a33fb7d76f12c52d22950a4fb50

RANDOM SEED= 141931038

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1657840 kB
Buffers:         36984 kB
Cached:         285384 kB
SwapCached:       8860 kB
Active:         130244 kB
Inactive:       215172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657840 kB
SwapTotal:     4192956 kB
SwapFree:      4152380 kB
Dirty:             640 kB
Writeback:           0 kB
Mapped:          30068 kB
Slab:            38280 kB
Committed_AS:  3627440 kB
PageTables:       1708 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= 66270 MiB

End job on node10 on Fri Apr 20 09:56:00 UTC 2007