Trace number 461724

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 6.95394 6.99915

General information on the benchmark

Nameadditional-aig/tip-k-ind-aigs-o1234g/
O2/vis.prodcell^18.E.aig
MD5SUM1c0ec7582956c3689bf7da2e91fddd5f
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.36264
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

6.59/6.61	c ____________________________________________________________________________________
6.59/6.61	c !! Parsing                         :    61385 ANDs     61 PIs   (CPU-Time    0.03 s)
6.59/6.61	c ____________________________________________________________________________________
6.59/6.61	c !! Initial simplification          :    61293 ANDs     61 PIs   (CPU-Time    0.05 s)
6.59/6.61	c >>     Top conjunction: 93 POs
6.59/6.61	c ____________________________________________________________________________________
6.59/6.61	c !! DAG-aware minimization begins   : 
6.59/6.61	c >>     Strashing:
6.59/6.61	c >>     Minimizing:
6.59/6.61	c >>     progress        0/   61293
>>     progress     1000/   60830
>>     progress     2000/   60323
>>     progress     3000/   59823
>>     progress     4000/   59335
>>     progress     5000/   58719
>>     progress     6000/   58184
>>     progress     7000/   57703
>>     progress     8000/   57120
>>     progress     9000/   56651
>>     progress    10000/   56222
>>     progress    11000/   55691
>>     progress    12000/   55256
>>     progress    13000/   54836
>>     progress    14000/   54297
>>     progress    15000/   53892
>>     progress    16000/   53478
>>     progress    17000/   52987
>>     progress    18000/   52485
>>     progress    19000/   51933
>>     progress    20000/   51521
>>     progress    21000/   51087
>>     progress    22000/   50645
>>     progress    23000/   50178
>>     progress    24000/   49642
>>     progress    25000/   49247
>>     progress    26000/   48860
>>     progress    27000/   48390
>>     progress    28000/   47963
>>     progress    29000/   47513
>>     progress    30000/   46984
>>     progress    31000/   46621
>>     progress    32000/   46219
>>     progress    33000/   45779
>>     progress    34000/   45395
>>     progress    35000/   44953
>>     progress    36000/   44431
>>     progress    37000/   44081
>>     progress    38000/   43689
>>     progress    39000/   43265
>>     progress    40000/   42940
>>     progress    41000/   42489
>>     progress    42000/   41991
>>     progress    43000/   41628
>>     progress    44000/   41288
>>     progress    45000/   40810
>>     progress    46000/   40512
>>     progress    47000/   40173
>>     progress    48000/   39688
>>     progress    49000/   39214
>>     progress    50000/   38883
>>     progress    51000/   38513
>>     progress    52000/   38132
>>     progress    53000/   37886
>>     progress    54000/   37441
>>     progress    55000/   36985
>>     progress    56000/   36603
>>     progress    57000/   36292
>>     progress    58000/   35856
>>     progress    59000/   35595
>>     progress    60000/   35299
>>     progress    61000/   34880
>>     progress    62000/   34400
>>     progress    63000/   34018
>>     progress    64000/   33755
>>     progress    65000/   33559
>>     progress    66000/   33126
>>     progress    67000/   32748
>>     progress    68000/   32534
>>     progress    69000/   32208
>>     progress    70000/   31885
>>     progress    71000/   31707
>>     progress    72000/   31470
>>     progress    73000/   31269
>>     progress    74000/   31056
>>     progress    75000/   30866
>>     progress    76000/   30662
>>     progress    77000/   30634
>>     Reduction in #ANDs: 50.03 %
6.59/6.61	c >>     Core shrink time  : 3.70 s
6.59/6.61	c >>     Globally redundant: 0
6.59/6.61	c >> DAG-aware minimization completed:    30629 ANDs     61 PIs   (CPU-Time    3.73 s)
6.59/6.61	c ____________________________________________________________________________________
6.59/6.61	c !! Tech-mapping for CNF begins     : 
6.59/6.61	c >>     Cut statistics:  (total = 308612, avg = 10.1, max = 37)          
6.59/6.61	c >>        0:    66706 clauses   (CPU Time 0.83)
6.59/6.61	c >>        1:    45496 clauses   (CPU Time 0.40)
6.59/6.61	c >>        2:    44264 clauses   (CPU Time 0.65)
6.59/6.61	c >>        3:    44073 clauses   (CPU Time 0.68)
6.59/6.61	c >>     Core techmap time: 2.59 s
6.59/6.61	c >> Tech-mapping for CNF completed  :     9265 LUTs     61 PIs   (CPU-Time    2.60 s)
6.59/6.61	c ____________________________________________________________________________________
6.59/6.61	c !! Producing initial SAT-problem   :    44073 clauses           (CPU-Time -267895651322745919672383866668501671504898970053115327620328188327662200908645662720.00 s)
6.89/6.95	c ____________________________________________________________________________________
6.89/6.95	c !! Running SAT...
6.89/6.95	c 
6.89/6.95	c ============================[After Simplification]=============================
6.89/6.95	c |  Number of variables:  5451                                                 |
6.89/6.95	c |  Number of clauses:    37521                                                |
6.89/6.95	c ============================[ Search Statistics ]==============================
6.89/6.95	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/6.95	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/6.95	c ===============================================================================
6.89/6.95	c |         0 |    5451    37521   143404 |    12507        0    nan |  0.000 % |
6.89/6.95	c |       100 |    5451    37521   143404 |    13757      100      8 |  1.008 % |
6.89/6.95	c |       251 |    5451    37521   143404 |    15133      251      7 |  1.008 % |
6.89/6.95	c |       476 |    5451    37521   143404 |    16646      476      6 |  1.008 % |
6.89/6.95	c |       813 |    5451    37521   143404 |    18311      813      7 |  1.008 % |
6.89/6.95	c |      1320 |    5451    37521   143404 |    20142     1320      7 |  1.008 % |
6.89/6.95	c ===============================================================================
6.89/6.95	c restarts         : 6
6.89/6.95	c conflicts        : 1824        
6.89/6.95	c decisions        : 8868         (1.56 % random)
6.89/6.95	c propagations     : 312286      
6.89/6.95	c conflict literals: 12181        (26.52 % deleted)
6.89/6.95	s UNSATISFIABLEc 
6.89/6.95	c Total CPU time: 6.88

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/node60/watcher-461724-1179402704 -o ROOT/results/node60/solver-461724-1179402704 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461724-1179402704/instance-461724-1179402704.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.56 0.85 0.67 3/64 18694
/proc/meminfo: memFree=1056728/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=9840 CPUtime=0
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 113 0 0 0 0 0 0 0 20 0 1 0 388180396 10076160 88 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969324 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 2460 88 41 274 0 1975 0
[pid=18696] ppid=18694 vsize=6268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) R 18694 18694 18519 0 -1 4194304 71 0 0 0 0 0 0 0 21 0 1 0 388180396 6418432 47 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271891625353 0 0 4096 0 0 0 0 17 1 0 0
/proc/18696/statm: 1567 47 36 3 0 8 0

[startup+0.075932 s]
/proc/loadavg: 0.56 0.85 0.67 3/64 18694
/proc/meminfo: memFree=1056728/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=10260 CPUtime=0.06
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 1822 0 0 0 6 0 0 0 20 0 1 0 388180396 10506240 1764 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 2565 1765 71 274 0 2080 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388180396 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27880

[startup+0.101931 s]
/proc/loadavg: 0.56 0.85 0.67 3/64 18694
/proc/meminfo: memFree=1056728/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=10448 CPUtime=0.09
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 2177 0 0 0 8 1 0 0 20 0 1 0 388180396 10698752 2119 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 2612 2119 71 274 0 2127 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388180396 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301952 s]
/proc/loadavg: 0.56 0.85 0.67 3/64 18694
/proc/meminfo: memFree=1056728/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=16832 CPUtime=0.29
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 5939 0 0 0 27 2 0 0 20 0 1 0 388180396 17235968 3590 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134964116 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 4208 3590 227 274 0 3723 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388180396 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34452

[startup+0.701992 s]
/proc/loadavg: 0.56 0.85 0.67 3/64 18694
/proc/meminfo: memFree=1056728/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=17832 CPUtime=0.69
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 6207 0 0 0 67 2 0 0 24 0 1 0 388180396 18259968 3852 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134979250 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 4458 3852 236 274 0 3973 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388180396 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35452

[startup+1.50107 s]
/proc/loadavg: 0.56 0.85 0.67 2/67 18697
/proc/meminfo: memFree=1040832/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=19716 CPUtime=1.49
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 6738 0 0 0 147 2 0 0 25 0 1 0 388180396 20189184 4374 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134648219 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 4929 4374 236 274 0 4444 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388180396 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37336

[startup+3.10123 s]
/proc/loadavg: 0.56 0.85 0.67 2/67 18697
/proc/meminfo: memFree=1038016/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=23224 CPUtime=3.09
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 7761 0 0 0 306 3 0 0 25 0 1 0 388180396 23781376 5344 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134984592 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 5806 5345 236 274 0 5321 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388180396 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40844

[startup+6.30154 s]
/proc/loadavg: 0.59 0.85 0.67 2/67 18697
/proc/meminfo: memFree=1040064/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=18416 CPUtime=6.28
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 9797 0 0 0 624 4 0 0 25 0 1 0 388180396 18857984 4201 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134927529 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 4604 4201 247 274 0 4119 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388180396 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36036

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

[startup+6.70158 s]
/proc/loadavg: 0.59 0.85 0.67 2/67 18697
/proc/meminfo: memFree=1040064/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=20056 CPUtime=6.69
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 10440 0 0 0 664 5 0 0 25 0 1 0 388180396 20537344 4620 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 5014 4620 260 274 0 4529 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388180396 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 37676

[startup+6.9016 s]
/proc/loadavg: 0.59 0.85 0.67 2/67 18697
/proc/meminfo: memFree=1040064/2055920 swapFree=4183396/4192956
[pid=18694] ppid=18692 vsize=5352 CPUtime=0
/proc/18694/stat : 18694 (minicirc.bash) S 18692 18694 18519 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388180395 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18694/statm: 1338 223 186 169 0 49 0
[pid=18695] ppid=18694 vsize=20408 CPUtime=6.89
/proc/18695/stat : 18695 (minicirc.linux3) R 18694 18694 18519 0 -1 4194304 10522 0 0 0 684 5 0 0 25 0 1 0 388180396 20897792 4702 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/18695/statm: 5102 4702 266 274 0 4617 0
[pid=18696] ppid=18694 vsize=12268 CPUtime=0
/proc/18696/stat : 18696 (miniadapter.pl) S 18694 18694 18519 0 -1 4194304 388 0 0 0 0 0 0 0 15 0 1 0 388180396 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 271903141986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18696/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 38028

Child status: 0
Real time (s): 6.99915
CPU time (s): 6.95394
CPU user time (s): 6.89395
CPU system time (s): 0.05999
CPU usage (%): 99.3541
Max. virtual memory (cumulated for all children) (KiB): 42604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.89395
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11226
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= 128
involuntary context switches= 20

runsolver used 0.012998 second user time and 0.016997 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Thu May 17 11:51:44 UTC 2007

IDJOB= 461724
IDBENCH= 48587
IDSOLVER= 205
FILE ID= node60/461724-1179402704

PBS_JOBID= 5292678

Free space on /tmp= 66545 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/tip-k-ind-aigs-o1234g/O2/vis.prodcell^18.E.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461724-1179402704/instance-461724-1179402704.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-461724-1179402704 -o ROOT/results/node60/solver-461724-1179402704 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461724-1179402704/instance-461724-1179402704.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  1c0ec7582956c3689bf7da2e91fddd5f

RANDOM SEED= 500251790

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1057072 kB
Buffers:         48168 kB
Cached:         797344 kB
SwapCached:       3672 kB
Active:         395580 kB
Inactive:       460028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1057072 kB
SwapTotal:     4192956 kB
SwapFree:      4183396 kB
Dirty:            4804 kB
Writeback:           0 kB
Mapped:          16060 kB
Slab:           129204 kB
Committed_AS:  5397616 kB
PageTables:       1484 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= 66545 MiB

End job on node60 on Thu May 17 11:51:51 UTC 2007