Trace number 461748

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 NameAnswerCPU timeWall clock time
minicirc 2007-05-17UNSAT 10.5084 10.5127

General information on the benchmark

Nameadditional-aig/tip-k-ind-aigs-o1234g/
O1/ken.oop^1.C.aig
MD5SUMc049458e430d6f0239d6b10b612ce234
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5084
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

3.39/3.42	c ____________________________________________________________________________________
3.39/3.42	c !! Parsing                         :    65855 ANDs   1452 PIs   (CPU-Time    0.03 s)
3.39/3.42	c ____________________________________________________________________________________
3.39/3.42	c !! Initial simplification          :    64256 ANDs   1452 PIs   (CPU-Time    0.05 s)
3.39/3.42	c >>     Top conjunction: 1600 POs
3.39/3.42	c ____________________________________________________________________________________
3.39/3.42	c !! DAG-aware minimization begins   : 
3.39/3.42	c >>     Strashing:
3.39/3.42	c >>     Minimizing:
3.39/3.42	c >>     progress        0/   64256
>>     progress     1000/   63637
>>     progress     2000/   63150
>>     progress     3000/   62773
>>     progress     4000/   62424
>>     progress     5000/   62149
>>     progress     6000/   61892
>>     progress     7000/   61688
>>     progress     8000/   61467
>>     progress     9000/   61317
>>     progress    10000/   61133
>>     progress    11000/   60958
>>     progress    12000/   60839
>>     progress    13000/   60672
>>     progress    14000/   60526
>>     progress    15000/   60394
>>     progress    16000/   60269
>>     progress    17000/   60159
>>     progress    18000/   60004
>>     progress    19000/   59924
>>     progress    20000/   59771
>>     progress    21000/   59689
>>     progress    22000/   59586
>>     progress    23000/   59467
>>     progress    24000/   59351
>>     progress    25000/   59266
>>     progress    26000/   59194
>>     progress    27000/   59053
>>     progress    28000/   58984
>>     progress    29000/   58881
>>     progress    30000/   58792
>>     progress    31000/   58724
>>     progress    32000/   58593
>>     progress    33000/   58520
>>     progress    34000/   58412
>>     progress    35000/   58347
>>     progress    36000/   58279
>>     progress    37000/   58176
>>     progress    38000/   58108
>>     progress    39000/   58044
>>     progress    40000/   57941
>>     progress    41000/   57873
>>     progress    42000/   57809
>>     progress    43000/   57706
>>     progress    44000/   57638
>>     progress    45000/   57574
>>     progress    46000/   57489
>>     progress    47000/   57415
>>     progress    48000/   57369
>>     progress    49000/   57316
>>     progress    50000/   57236
>>     progress    51000/   57155
>>     progress    52000/   57104
>>     progress    53000/   57001
>>     progress    54000/   56938
>>     progress    55000/   56882
>>     progress    56000/   56844
>>     progress    57000/   56766
>>     progress    58000/   56689
>>     progress    59000/   56634
>>     progress    60000/   56532
>>     progress    61000/   56477
>>     progress    62000/   56395
>>     progress    63000/   56350
>>     progress    64000/   56315
>>     progress    65000/   56277
>>     progress    66000/   56185
>>     progress    67000/   56185
>>     progress    68000/   56113
>>     progress    69000/   55956
>>     Reduction in #ANDs: 12.92 %
3.39/3.42	c >>     Core shrink time  : 0.92 s
3.39/3.42	c >>     Globally redundant: 0
3.39/3.42	c >> DAG-aware minimization completed:    55956 ANDs   1452 PIs   (CPU-Time    0.96 s)
3.39/3.42	c ____________________________________________________________________________________
3.39/3.42	c !! Tech-mapping for CNF begins     : 
3.39/3.42	c >>     Cut statistics:  (total = 196699, avg = 3.5, max = 16)          
3.39/3.42	c >>        0:    79761 clauses   (CPU Time 0.30)
3.39/3.42	c >>        1:    72276 clauses   (CPU Time 0.31)
3.39/3.42	c >>        2:    72240 clauses   (CPU Time 0.62)
3.39/3.42	c >>        3:    72128 clauses   (CPU Time 0.62)
3.39/3.42	c >>     Core techmap time: 1.91 s
3.39/3.42	c >> Tech-mapping for CNF completed  :    14344 LUTs   1452 PIs   (CPU-Time    1.92 s)
3.39/3.42	c ____________________________________________________________________________________
3.39/3.42	c !! Producing initial SAT-problem   :    71660 clauses           (CPU-Time    0.00 s)
3.39/3.42	c ____________________________________________________________________________________
3.39/3.42	c !! Running SAT...
3.39/3.42	c 
3.39/3.42	c ============================[After Simplification]=============================
10.49/10.50	c |  Number of variables:  7853                                                 |
10.49/10.50	c |  Number of clauses:    57204                                                |
10.49/10.50	c ============================[ Search Statistics ]==============================
10.49/10.50	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.49/10.50	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.49/10.50	c ===============================================================================
10.49/10.50	c |         0 |    7853    57204   236813 |    19068        0    nan |  0.000 % |
10.49/10.50	c |       100 |    7821    57204   236813 |    20974       86      5 | 10.819 % |
10.49/10.50	c |       250 |    7791    57204   236813 |    23072      225      5 | 11.249 % |
10.49/10.50	c |       476 |    7593    57204   236813 |    25379      405      5 | 12.262 % |
10.49/10.50	c |       813 |    7560    57204   236813 |    27917      733      8 | 12.464 % |
10.49/10.50	c |      1319 |    7499    57204   236813 |    30709     1099     12 | 12.604 % |
10.49/10.50	c |      2078 |    7496    57204   236813 |    33780     1857     15 | 12.610 % |
10.49/10.51	c |      3219 |    7474    57204   236813 |    37158     2964     15 | 12.838 % |
10.49/10.51	c |      4929 |    7422    57204   236813 |    40873     4628     19 | 13.281 % |
10.49/10.51	c |      7492 |    7359    57204   236813 |    44961     7054     20 | 13.471 % |
10.49/10.51	c |     11337 |    7343    57204   236813 |    49457    10847     19 | 13.636 % |
10.49/10.51	c |     17104 |    7287    57204   236813 |    54403    16298     19 | 13.927 % |
10.49/10.51	c |     25753 |    7263    57204   236813 |    59843    24846     19 | 14.079 % |
10.49/10.51	c ===============================================================================
10.49/10.51	c restarts         : 13
10.49/10.51	c conflicts        : 26641       
10.49/10.51	c decisions        : 118871       (1.13 % random)
10.49/10.51	c propagations     : 9455653     
10.49/10.51	c conflict literals: 477427       (36.43 % deleted)
10.49/10.51	s UNSATISFIABLEc 
10.49/10.51	c Total CPU time: 10.42

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-461748-1179402751 -o ROOT/results/node51/solver-461748-1179402751 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461748-1179402751/instance-461748-1179402751.aig 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.55 0.84 0.67 3/64 26145
/proc/meminfo: memFree=1335736/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=10260 CPUtime=0
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 345 0 0 0 0 0 0 0 18 0 1 0 295120251 10506240 287 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 2565 287 71 274 0 2080 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 295120251 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26147/statm: 3067 337 262 3 0 167 0

[startup+0.080348 s]
/proc/loadavg: 0.55 0.84 0.67 3/64 26145
/proc/meminfo: memFree=1335736/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=10260 CPUtime=0.07
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 1844 0 0 0 7 0 0 0 18 0 1 0 295120251 10506240 1786 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 2565 1787 71 274 0 2080 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 295120251 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26147/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27880

[startup+0.102349 s]
/proc/loadavg: 0.55 0.84 0.67 3/64 26145
/proc/meminfo: memFree=1335736/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=10448 CPUtime=0.09
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 2147 0 0 0 9 0 0 0 18 0 1 0 295120251 10698752 2089 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 2612 2089 71 274 0 2127 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 295120251 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26147/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.302368 s]
/proc/loadavg: 0.55 0.84 0.67 3/64 26145
/proc/meminfo: memFree=1335736/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=16924 CPUtime=0.29
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 6047 0 0 0 28 1 0 0 19 0 1 0 295120251 17330176 3642 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134648545 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 4231 3642 202 274 0 3746 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 295120251 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34544

[startup+0.702403 s]
/proc/loadavg: 0.55 0.84 0.67 3/64 26145
/proc/meminfo: memFree=1335736/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=17912 CPUtime=0.69
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 6359 0 0 0 68 1 0 0 23 0 1 0 295120251 18341888 3947 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 4478 3947 208 274 0 3993 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 295120251 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35532

[startup+1.50248 s]
/proc/loadavg: 0.55 0.84 0.67 2/67 26148
/proc/meminfo: memFree=1319064/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=18104 CPUtime=1.49
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 8863 0 0 0 146 3 0 0 25 0 1 0 295120251 18538496 3992 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134927675 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 4526 3992 218 274 0 4041 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 295120251 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35724

[startup+3.10162 s]
/proc/loadavg: 0.55 0.84 0.67 2/67 26148
/proc/meminfo: memFree=1319320/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=16864 CPUtime=3.09
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 9126 0 0 0 306 3 0 0 25 0 1 0 295120251 17268736 3741 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134701285 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 4216 3741 221 274 0 3731 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 295120251 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34484

[startup+6.30191 s]
/proc/loadavg: 0.59 0.84 0.68 2/67 26148
/proc/meminfo: memFree=1312280/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=25536 CPUtime=6.28
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 11881 0 0 0 624 4 0 0 25 0 1 0 295120251 26148864 5852 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 6384 5852 238 274 0 5899 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295120251 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43156

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

[startup+7.90105 s]
/proc/loadavg: 0.62 0.85 0.68 2/67 26148
/proc/meminfo: memFree=1311832/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=26012 CPUtime=7.89
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 12001 0 0 0 784 5 0 0 25 0 1 0 295120251 26636288 5972 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 6503 5972 238 274 0 6018 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295120251 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 43632

[startup+9.5022 s]
/proc/loadavg: 0.62 0.85 0.68 2/67 26148
/proc/meminfo: memFree=1311576/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=26408 CPUtime=9.49
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 12105 0 0 0 944 5 0 0 25 0 1 0 295120251 27041792 6076 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043714 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 6602 6076 238 274 0 6117 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295120251 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 44028

[startup+10.3023 s]
/proc/loadavg: 0.62 0.85 0.68 2/67 26148
/proc/meminfo: memFree=1311256/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=26672 CPUtime=10.29
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 12167 0 0 0 1024 5 0 0 25 0 1 0 295120251 27312128 6138 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135041103 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 6668 6138 238 274 0 6183 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295120251 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 44292

[startup+10.5023 s]
/proc/loadavg: 0.62 0.85 0.68 2/67 26148
/proc/meminfo: memFree=1311256/2055920 swapFree=4183368/4192956
[pid=26145] ppid=26143 vsize=5352 CPUtime=0
/proc/26145/stat : 26145 (minicirc.bash) S 26143 26145 25920 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295120250 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26145/statm: 1338 223 186 169 0 49 0
[pid=26146] ppid=26145 vsize=23116 CPUtime=10.49
/proc/26146/stat : 26146 (minicirc.linux3) R 26145 26145 25920 0 -1 4194304 12178 0 0 0 1044 5 0 0 25 0 1 0 295120251 23670784 5416 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135249574 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26146/statm: 5779 5416 241 274 0 5294 0
[pid=26147] ppid=26145 vsize=12268 CPUtime=0
/proc/26147/stat : 26147 (miniadapter.pl) S 26145 26145 25920 0 -1 4194304 399 0 0 0 0 0 0 0 15 0 1 0 295120251 12562432 358 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26147/statm: 3067 358 282 3 0 167 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 40736

Child status: 0
Real time (s): 10.5127
CPU time (s): 10.5084
CPU user time (s): 10.4464
CPU system time (s): 0.06199
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 44292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4464
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12876
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= 138
involuntary context switches= 139

runsolver used 0.016997 second user time and 0.026995 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Thu May 17 11:52:31 UTC 2007

IDJOB= 461748
IDBENCH= 48611
IDSOLVER= 205
FILE ID= node51/461748-1179402751

PBS_JOBID= 5292684

Free space on /tmp= 66542 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/tip-k-ind-aigs-o1234g/O1/ken.oop^1.C.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461748-1179402751/instance-461748-1179402751.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-461748-1179402751 -o ROOT/results/node51/solver-461748-1179402751 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461748-1179402751/instance-461748-1179402751.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  c049458e430d6f0239d6b10b612ce234

RANDOM SEED= 580261930

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1335952 kB
Buffers:         32576 kB
Cached:         570836 kB
SwapCached:       3556 kB
Active:         187572 kB
Inactive:       425784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335952 kB
SwapTotal:     4192956 kB
SwapFree:      4183368 kB
Dirty:            4832 kB
Writeback:           0 kB
Mapped:          16068 kB
Slab:            92688 kB
Committed_AS:  9910248 kB
PageTables:       1408 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= 66542 MiB

End job on node51 on Thu May 17 11:52:42 UTC 2007