Trace number 461821

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.91195 6.91429

General information on the benchmark

Nameadditional-aig/pico-java/
prop05_len40_base.aig
MD5SUM3d0dfbcb017aab59c66282f069c39730
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.91195
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

4.29/4.35	c ____________________________________________________________________________________
4.29/4.35	c !! Parsing                         :    51624 ANDs   5023 PIs   (CPU-Time    0.02 s)
4.29/4.35	c ____________________________________________________________________________________
4.29/4.35	c !! Initial simplification          :    51458 ANDs   5023 PIs   (CPU-Time    0.05 s)
4.29/4.35	c >>     Top conjunction: 167 POs
4.29/4.35	c ____________________________________________________________________________________
4.29/4.35	c !! DAG-aware minimization begins   : 
4.29/4.35	c >>     Strashing:
4.29/4.35	c >>     Minimizing:
4.29/4.35	c >>     progress        0/   51458
>>     progress     1000/   50053
>>     progress     2000/   48984
>>     progress     3000/   48331
>>     progress     4000/   47697
>>     progress     5000/   47253
>>     progress     6000/   46801
>>     progress     7000/   46298
>>     progress     8000/   45805
>>     progress     9000/   45389
>>     progress    10000/   44950
>>     progress    11000/   44465
>>     progress    12000/   44035
>>     progress    13000/   43586
>>     progress    14000/   43086
>>     progress    15000/   42610
>>     progress    16000/   42172
>>     progress    17000/   41725
>>     progress    18000/   41247
>>     progress    19000/   40827
>>     progress    20000/   40362
>>     progress    21000/   39907
>>     progress    22000/   39446
>>     progress    23000/   39011
>>     progress    24000/   38509
>>     progress    25000/   37998
>>     progress    26000/   37597
>>     progress    27000/   37158
>>     progress    28000/   36666
>>     progress    29000/   36249
>>     progress    30000/   35798
>>     progress    31000/   35324
>>     progress    32000/   34848
>>     progress    33000/   34442
>>     progress    34000/   33935
>>     progress    35000/   33442
>>     progress    36000/   33027
>>     progress    37000/   32590
>>     progress    38000/   32103
>>     progress    39000/   31674
>>     progress    40000/   31225
>>     progress    41000/   30723
>>     progress    42000/   30235
>>     progress    43000/   29817
>>     progress    44000/   29364
>>     progress    45000/   28884
>>     progress    46000/   28464
>>     progress    47000/   28001
>>     progress    48000/   27544
>>     progress    49000/   27083
>>     progress    50000/   26648
>>     progress    51000/   26147
>>     progress    52000/   25635
>>     progress    53000/   25233
>>     progress    54000/   24804
>>     progress    55000/   24305
>>     Reduction in #ANDs: 53.05 %
4.29/4.35	c >>     Core shrink time  : 1.82 s
4.29/4.35	c >>     Globally redundant: 0
4.29/4.35	c >> DAG-aware minimization completed:    24162 ANDs   5023 PIs   (CPU-Time    1.85 s)
4.29/4.35	c ____________________________________________________________________________________
4.29/4.35	c !! Tech-mapping for CNF begins     : 
4.29/4.35	c >>     Cut statistics:  (total = 199209, avg = 8.2, max = 23)          
4.29/4.35	c >>        0:    54821 clauses   (CPU Time 0.43)
4.29/4.35	c >>        1:    42366 clauses   (CPU Time 0.53)
4.29/4.35	c >>        2:    41372 clauses   (CPU Time 0.54)
4.29/4.35	c >>        3:    41194 clauses   (CPU Time 0.54)
4.29/4.35	c >>     Core techmap time: 2.08 s
4.29/4.35	c >> Tech-mapping for CNF completed  :     9690 LUTs   5023 PIs   (CPU-Time    2.09 s)
4.29/4.35	c ____________________________________________________________________________________
4.29/4.35	c !! Producing initial SAT-problem   :    40399 clauses           (CPU-Time -6424244397119335200507665259691513565504914796476209160415139092552281073994972206934720781517617545109493206085490181633961575032607938057486914471584227527253666055412458610639701175592730942412031000576.00 s)
4.29/4.35	c ____________________________________________________________________________________
4.29/4.35	c !! Running SAT...
4.29/4.35	c 
4.29/4.35	c ============================[After Simplification]=============================
4.29/4.35	c |  Number of variables:  4427                                                 |
4.29/4.35	c |  Number of clauses:    23686                                                |
4.29/4.35	c ============================[ Search Statistics ]==============================
4.29/4.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/6.91	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/6.91	c ===============================================================================
6.89/6.91	c |         0 |    4427    23686   100657 |     7895        0    nan |  0.000 % |
6.89/6.91	c |       100 |    4427    23686   100657 |     8684      100      7 |  3.228 % |
6.89/6.91	c |       251 |    4427    23686   100657 |     9553      251      6 |  3.228 % |
6.89/6.91	c |       477 |    4427    23686   100657 |    10508      477      7 |  3.228 % |
6.89/6.91	c |       814 |    4427    23686   100657 |    11559      814      6 |  3.228 % |
6.89/6.91	c |      1320 |    4427    23686   100657 |    12715     1320      7 |  3.228 % |
6.89/6.91	c |      2079 |    4427    23686   100657 |    13987     2079      9 |  3.228 % |
6.89/6.91	c |      3218 |    4426    23686   100657 |    15385     3217     11 |  3.235 % |
6.89/6.91	c |      4926 |    4426    23686   100657 |    16924     4925     13 |  3.235 % |
6.89/6.91	c |      7488 |    4425    23686   100657 |    18616     7476     15 |  3.242 % |
6.89/6.91	c |     11333 |    4425    23686   100657 |    20478    11321     17 |  3.242 % |
6.89/6.91	c |     17099 |    4425    23686   100657 |    22526    17087     20 |  3.242 % |
6.89/6.91	c ===============================================================================
6.89/6.91	c restarts         : 12
6.89/6.91	c conflicts        : 22269       
6.89/6.91	c decisions        : 50073        (1.63 % random)
6.89/6.91	c propagations     : 4194353     
6.89/6.91	c conflict literals: 439934       (29.81 % deleted)
6.89/6.91	s UNSATISFIABLEc 
6.89/6.91	c Total CPU time: 6.85

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/node76/watcher-461821-1179402934 -o ROOT/results/node76/solver-461821-1179402934 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461821-1179402934/instance-461821-1179402934.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.27 0.68 0.69 3/68 26135
/proc/meminfo: memFree=813376/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) R 26133 26135 26015 0 -1 4194304 266 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 220 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843736463 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26135/statm: 1340 220 183 169 0 50 0
[pid=26136] ppid=26135 vsize=9972 CPUtime=0
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 388208002 10211328 159 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 2493 162 54 274 0 2008 0
[pid=26137] ppid=26135 vsize=5360 CPUtime=0
/proc/26137/stat : 26137 (minicirc.bash) R 26135 26135 26015 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 388208002 5488640 220 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843736463 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26137/statm: 1340 220 183 169 0 50 0

[startup+0.10156 s]
/proc/loadavg: 0.27 0.68 0.69 3/68 26135
/proc/meminfo: memFree=813376/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=10384 CPUtime=0.08
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 2215 0 0 0 8 0 0 0 19 0 1 0 388208002 10633216 2157 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695778 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 2596 2157 71 274 0 2111 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 377 0 0 0 0 0 0 0 20 0 1 0 388208002 12566528 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 1 0 0
/proc/26137/statm: 3068 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28016

[startup+0.201577 s]
/proc/loadavg: 0.27 0.68 0.69 3/68 26135
/proc/meminfo: memFree=813376/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=15212 CPUtime=0.19
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 4910 0 0 0 18 1 0 0 20 0 1 0 388208002 15577088 3404 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135265949 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 3803 3404 170 274 0 3318 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) R 26135 26135 26015 0 -1 4194304 385 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 345 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206864151690 0 0 4224 0 0 0 0 17 1 0 0
/proc/26137/statm: 3068 345 269 3 0 167 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32844

[startup+0.301596 s]
/proc/loadavg: 0.27 0.68 0.69 3/68 26135
/proc/meminfo: memFree=813376/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=15480 CPUtime=0.29
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 5058 0 0 0 28 1 0 0 21 0 1 0 388208002 15851520 3495 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134938938 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 3870 3495 216 274 0 3385 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 385 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 345 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 1 0 0
/proc/26137/statm: 3068 345 269 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33112

[startup+0.701672 s]
/proc/loadavg: 0.27 0.68 0.69 3/68 26135
/proc/meminfo: memFree=813376/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=16692 CPUtime=0.69
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 5420 0 0 0 68 1 0 0 24 0 1 0 388208002 17092608 3793 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134972214 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 4173 3793 217 274 0 3688 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 385 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 345 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 1 0 0
/proc/26137/statm: 3068 345 269 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34324

[startup+1.50183 s]
/proc/loadavg: 0.27 0.68 0.69 2/71 26138
/proc/meminfo: memFree=797160/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=19816 CPUtime=1.49
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 6545 0 0 0 148 1 0 0 25 0 1 0 388208002 20291584 4383 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134963516 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 4954 4383 217 274 0 4469 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 385 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 345 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 1 0 0
/proc/26137/statm: 3068 345 269 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37448

[startup+3.10113 s]
/proc/loadavg: 0.27 0.68 0.69 2/71 26138
/proc/meminfo: memFree=797928/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=17420 CPUtime=3.08
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 7060 0 0 0 307 1 0 0 25 0 1 0 388208002 17838080 3927 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134927733 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 4355 3927 234 274 0 3870 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 385 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 345 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 1 0 0
/proc/26137/statm: 3068 345 269 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35052

[startup+6.30175 s]
/proc/loadavg: 0.33 0.68 0.69 2/71 26138
/proc/meminfo: memFree=793832/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=22508 CPUtime=6.29
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 8313 0 0 0 626 3 0 0 25 0 1 0 388208002 23048192 5086 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050209 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 5627 5086 253 274 0 5142 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 386 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/26137/statm: 3068 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40140

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

[startup+6.40177 s]
/proc/loadavg: 0.33 0.68 0.69 2/71 26138
/proc/meminfo: memFree=793832/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=22508 CPUtime=6.39
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 8321 0 0 0 636 3 0 0 25 0 1 0 388208002 23048192 5094 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052135 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 5627 5094 253 274 0 5142 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 386 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/26137/statm: 3068 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 40140

[startup+6.80185 s]
/proc/loadavg: 0.33 0.68 0.69 2/71 26138
/proc/meminfo: memFree=792808/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=22772 CPUtime=6.79
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 8402 0 0 0 676 3 0 0 25 0 1 0 388208002 23318528 5175 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 5693 5175 253 274 0 5208 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 386 0 0 0 0 0 0 0 16 0 1 0 388208002 12566528 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/26137/statm: 3068 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 40404

[startup+6.90187 s]
/proc/loadavg: 0.33 0.68 0.69 2/71 26138
/proc/meminfo: memFree=792808/2055888 swapFree=4087296/4096564
[pid=26135] ppid=26133 vsize=5360 CPUtime=0
/proc/26135/stat : 26135 (minicirc.bash) S 26133 26135 26015 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 388208001 5488640 221 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/26135/statm: 1340 221 184 169 0 50 0
[pid=26136] ppid=26135 vsize=19744 CPUtime=6.89
/proc/26136/stat : 26136 (minicirc.linux3) R 26135 26135 26015 0 -1 4194304 8414 0 0 0 686 3 0 0 25 0 1 0 388208002 20217856 4618 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135249108 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26136/statm: 4936 4618 256 274 0 4451 0
[pid=26137] ppid=26135 vsize=12272 CPUtime=0
/proc/26137/stat : 26137 (miniadapter.pl) S 26135 26135 26015 0 -1 4194304 399 0 0 0 0 0 0 0 15 0 1 0 388208002 12566528 359 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/26137/statm: 3068 359 283 3 0 167 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 37376

Child status: 0
Real time (s): 6.91429
CPU time (s): 6.91195
CPU user time (s): 6.87096
CPU system time (s): 0.040993
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 40404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.87096
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9112
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= 110
involuntary context switches= 42

runsolver used 0.011998 second user time and 0.016997 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Thu May 17 11:55:34 UTC 2007

IDJOB= 461821
IDBENCH= 48684
IDSOLVER= 205
FILE ID= node76/461821-1179402934

PBS_JOBID= 5292756

Free space on /tmp= 66632 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/pico-java/prop05_len40_base.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461821-1179402934/instance-461821-1179402934.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-461821-1179402934 -o ROOT/results/node76/solver-461821-1179402934 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461821-1179402934/instance-461821-1179402934.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  3d0dfbcb017aab59c66282f069c39730

RANDOM SEED= 209951882

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        813592 kB
Buffers:         54404 kB
Cached:        1035172 kB
SwapCached:       3116 kB
Active:         521068 kB
Inactive:       578548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        813592 kB
SwapTotal:     4096564 kB
SwapFree:      4087296 kB
Dirty:            5056 kB
Writeback:           0 kB
Mapped:          15656 kB
Slab:           129120 kB
Committed_AS:  5850076 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66632 MiB

End job on node76 on Thu May 17 11:55:42 UTC 2007