Trace number 461857

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-17SAT 13.022 13.0272

General information on the benchmark

Nameadditional-aig/minisat+/
l152lav.unsat.aig
MD5SUM2a8be506100beee3474db63c0dde4edd
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.8505
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

6.89/6.91	c ____________________________________________________________________________________
6.89/6.91	c !! Parsing                         :    76850 ANDs   1989 PIs   (CPU-Time    0.04 s)
6.89/6.91	c ____________________________________________________________________________________
6.89/6.91	c !! Initial simplification          :    76643 ANDs   1989 PIs   (CPU-Time    0.07 s)
6.89/6.91	c >>     Top conjunction: 208 POs
6.89/6.91	c ____________________________________________________________________________________
6.89/6.91	c !! DAG-aware minimization begins   : 
6.89/6.91	c >>     Strashing:
6.89/6.91	c >>     Minimizing:
6.89/6.91	c >>     progress        0/   76643
>>     progress     1000/   76322
>>     progress     2000/   76037
>>     progress     3000/   75718
>>     progress     4000/   75416
>>     progress     5000/   75091
>>     progress     6000/   74792
>>     progress     7000/   74467
>>     progress     8000/   74159
>>     progress     9000/   73837
>>     progress    10000/   73532
>>     progress    11000/   73210
>>     progress    12000/   72890
>>     progress    13000/   72572
>>     progress    14000/   72263
>>     progress    15000/   71975
>>     progress    16000/   71683
>>     progress    17000/   71378
>>     progress    18000/   71090
>>     progress    19000/   70817
>>     progress    20000/   70541
>>     progress    21000/   70232
>>     progress    22000/   69920
>>     progress    23000/   69605
>>     progress    24000/   69292
>>     progress    25000/   68984
>>     progress    26000/   68684
>>     progress    27000/   68387
>>     progress    28000/   68065
>>     progress    29000/   67769
>>     progress    30000/   67493
>>     progress    31000/   67217
>>     progress    32000/   66968
>>     progress    33000/   66774
>>     progress    34000/   66646
>>     progress    35000/   66404
>>     progress    36000/   66187
>>     progress    37000/   65950
>>     progress    38000/   65731
>>     progress    39000/   65500
>>     progress    40000/   65314
>>     progress    41000/   65159
>>     progress    42000/   65054
>>     progress    43000/   64972
>>     progress    44000/   64827
>>     progress    45000/   64596
>>     progress    46000/   64331
>>     progress    47000/   64067
>>     progress    48000/   63796
>>     progress    49000/   63503
>>     progress    50000/   63271
>>     progress    51000/   63028
>>     progress    52000/   62778
>>     progress    53000/   62618
>>     progress    54000/   62525
>>     progress    55000/   62353
>>     progress    56000/   62060
>>     progress    57000/   61808
>>     progress    58000/   61560
>>     progress    59000/   61334
>>     progress    60000/   61136
>>     progress    61000/   60898
>>     progress    62000/   60624
>>     progress    63000/   60376
>>     progress    64000/   60275
>>     progress    65000/   60128
>>     progress    66000/   60039
>>     progress    67000/   59890
>>     progress    68000/   59743
>>     progress    69000/   59471
>>     progress    70000/   59260
>>     progress    71000/   59090
>>     progress    72000/   58904
>>     progress    73000/   58709
>>     progress    74000/   58520
>>     progress    75000/   58378
>>     progress    76000/   58291
>>     progress    77000/   58062
>>     progress    78000/   57806
>>     progress    79000/   57566
>>     progress    80000/   57320
>>     progress    81000/   57065
>>     progress    82000/   56805
>>     progress    83000/   56562
>>     progress    84000/   56312
>>     progress    85000/   56055
>>     Reduction in #ANDs: 26.92 %
6.89/6.91	c >>     Core shrink time  : 3.37 s
6.89/6.91	c >>     Globally redundant: 0
6.89/6.91	c >> DAG-aware minimization completed:    56007 ANDs   1989 PIs   (CPU-Time    3.41 s)
6.89/6.91	c ____________________________________________________________________________________
6.89/6.91	c !! Tech-mapping for CNF begins     : 
6.89/6.91	c >>     Cut statistics:  (total = 477147, avg = 8.5, max = 19)          
6.89/6.91	c >>        0:   117232 clauses   (CPU Time 1.25)
6.89/6.91	c >>        1:   100721 clauses   (CPU Time 0.61)
6.89/6.91	c >>        2:    98680 clauses   (CPU Time 0.68)
6.89/6.91	c >>        3:    98563 clauses   (CPU Time 0.68)
12.98/13.02	c >>     Core techmap time: 3.29 s
12.98/13.02	c >> Tech-mapping for CNF completed  :    20983 LUTs   1989 PIs   (CPU-Time    3.30 s)
12.98/13.02	c ____________________________________________________________________________________
12.98/13.02	c !! Producing initial SAT-problem   :    98563 clauses           (CPU-Time   -0.00 s)
12.98/13.02	c ____________________________________________________________________________________
12.98/13.02	c !! Running SAT...
12.98/13.02	c 
12.98/13.02	c ============================[After Simplification]=============================
12.98/13.02	c |  Number of variables:  16050                                                |
12.98/13.02	c |  Number of clauses:    89389                                                |
12.98/13.02	c ============================[ Search Statistics ]==============================
12.98/13.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.98/13.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.98/13.02	c ===============================================================================
12.98/13.02	c |         0 |   16050    89389   376391 |    29796        0    nan |  0.000 % |
12.98/13.02	c |       100 |   16048    89389   376391 |    32775       98     51 |  1.354 % |
12.98/13.02	c |       252 |   15961    89389   376391 |    36053      206     27 |  2.020 % |
12.98/13.02	c |       477 |   15899    89389   376391 |    39658      398     22 |  2.294 % |
12.98/13.02	c |       814 |   15775    89389   376391 |    43624      647     20 |  2.599 % |
12.98/13.02	c |      1321 |   15726    89389   376391 |    47987     1085     29 |  2.773 % |
12.98/13.02	c |      2082 |   15678    89389   376391 |    52786     1796     24 |  2.969 % |
12.98/13.02	c |      3221 |   15626    89389   376391 |    58064     2841     21 |  3.208 % |
12.98/13.02	c |      4929 |   15581    89389   376391 |    63871     4484     19 |  3.387 % |
12.98/13.02	c |      7491 |   15520    89389   376391 |    70258     6955     19 |  3.652 % |
12.98/13.02	c |     11337 |   15506    89389   376391 |    77284    10772     26 |  3.713 % |
12.98/13.02	c ===============================================================================
12.98/13.02	c Verified 54960 eliminated clauses.
12.98/13.02	c restarts         : 11
12.98/13.02	c conflicts        : 14401       
12.98/13.02	c decisions        : 68205        (1.38 % random)
12.98/13.02	c propagations     : 9717238     
12.98/13.02	c conflict literals: 362796       (14.04 % deleted)
12.98/13.02	c Verified model on the AIG.
12.98/13.02	s SATISFIABLEc 
12.98/13.02	c Total CPU time: 12.93

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/node17/watcher-461857-1179403028 -o ROOT/results/node17/solver-461857-1179403028 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461857-1179403028/instance-461857-1179403028.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.69 0.55 0.59 3/77 27949
/proc/meminfo: memFree=1638104/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=9972 CPUtime=0
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 388220364 10211328 133 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 2493 133 45 274 0 2008 0
[pid=27951] ppid=27949 vsize=5356 CPUtime=0
/proc/27951/stat : 27951 (minicirc.bash) R 27949 27949 27569 0 -1 4194368 24 0 0 0 0 0 0 0 21 0 1 0 388220364 5484544 229 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482712359 0 0 4096 0 0 0 0 17 1 0 0
/proc/27951/statm: 1339 229 191 169 0 50 0

[startup+0.067994 s]
/proc/loadavg: 0.69 0.55 0.59 3/77 27949
/proc/meminfo: memFree=1638104/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=10260 CPUtime=0.05
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 1524 0 0 0 5 0 0 0 20 0 1 0 388220364 10506240 1467 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 2565 1468 71 274 0 2080 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388220364 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27951/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27884

[startup+0.102994 s]
/proc/loadavg: 0.69 0.55 0.59 3/77 27949
/proc/meminfo: memFree=1638104/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=10448 CPUtime=0.09
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 2172 0 0 0 9 0 0 0 20 0 1 0 388220364 10698752 2114 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695567 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 2612 2114 71 274 0 2127 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388220364 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27951/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28072

[startup+0.302017 s]
/proc/loadavg: 0.69 0.55 0.59 3/77 27949
/proc/meminfo: memFree=1638104/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=17708 CPUtime=0.29
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 6679 0 0 0 27 2 0 0 21 0 1 0 388220364 18132992 3920 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134906102 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 4427 3920 182 274 0 3942 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388220364 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27951/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35332

[startup+0.701057 s]
/proc/loadavg: 0.69 0.55 0.59 3/77 27949
/proc/meminfo: memFree=1638104/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=18376 CPUtime=0.69
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 6849 0 0 0 67 2 0 0 24 0 1 0 388220364 18817024 4089 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134972187 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 4594 4089 182 274 0 4109 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388220364 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27951/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36000

[startup+1.50114 s]
/proc/loadavg: 0.69 0.55 0.59 2/80 27952
/proc/meminfo: memFree=1621120/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=19920 CPUtime=1.49
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 7226 0 0 0 147 2 0 0 25 0 1 0 388220364 20398080 4462 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134963477 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 4980 4462 182 274 0 4495 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388220364 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27951/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37544

[startup+3.10131 s]
/proc/loadavg: 0.71 0.56 0.60 2/80 27952
/proc/meminfo: memFree=1618560/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=23264 CPUtime=3.08
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 8273 0 0 0 306 2 0 0 25 0 1 0 388220364 23822336 5389 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 5816 5389 191 274 0 5331 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388220364 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27951/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40888

[startup+6.30164 s]
/proc/loadavg: 0.71 0.56 0.60 2/80 27952
/proc/meminfo: memFree=1618000/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=21400 CPUtime=6.29
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 9219 0 0 0 626 3 0 0 25 0 1 0 388220364 21913600 5022 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134840093 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 5350 5022 221 274 0 4865 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388220364 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27951/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39024

[startup+12.7013 s]
/proc/loadavg: 0.76 0.57 0.60 2/80 27952
/proc/meminfo: memFree=1609632/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=30428 CPUtime=12.68
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 11659 0 0 0 1264 4 0 0 25 0 1 0 388220364 31158272 7156 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 7607 7156 240 274 0 7122 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388220364 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27951/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48052

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

[startup+12.9013 s]
/proc/loadavg: 0.76 0.57 0.60 2/80 27952
/proc/meminfo: memFree=1609632/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=30560 CPUtime=12.88
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 11677 0 0 0 1284 4 0 0 25 0 1 0 388220364 31293440 7174 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 7640 7174 240 274 0 7155 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388220364 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27951/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 48184

[startup+13.0013 s]
/proc/loadavg: 0.76 0.57 0.60 2/80 27952
/proc/meminfo: memFree=1609632/2055920 swapFree=4140660/4192956
[pid=27949] ppid=27947 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (minicirc.bash) S 27947 27949 27569 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388220364 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 224 186 169 0 50 0
[pid=27950] ppid=27949 vsize=27556 CPUtime=12.98
/proc/27950/stat : 27950 (minicirc.linux3) R 27949 27949 27569 0 -1 4194304 11711 0 0 0 1294 4 0 0 25 0 1 0 388220364 28217344 6474 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135249108 0 0 4096 17507 0 0 0 17 1 0 0
/proc/27950/statm: 6889 6474 242 274 0 6404 0
[pid=27951] ppid=27949 vsize=12268 CPUtime=0
/proc/27951/stat : 27951 (miniadapter.pl) S 27949 27949 27569 0 -1 4194304 399 0 0 0 0 0 0 0 16 0 1 0 388220364 12562432 358 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27951/statm: 3067 358 282 3 0 167 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 45180

Child status: 0
Real time (s): 13.0272
CPU time (s): 13.022
CPU user time (s): 12.966
CPU system time (s): 0.055991
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 48184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.966
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12411
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= 153
involuntary context switches= 104

runsolver used 0.018997 second user time and 0.035994 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Thu May 17 11:57:08 UTC 2007

IDJOB= 461857
IDBENCH= 48720
IDSOLVER= 205
FILE ID= node17/461857-1179403028

PBS_JOBID= 5292470

Free space on /tmp= 66543 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/l152lav.unsat.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461857-1179403028/instance-461857-1179403028.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-461857-1179403028 -o ROOT/results/node17/solver-461857-1179403028 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461857-1179403028/instance-461857-1179403028.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  2a8be506100beee3474db63c0dde4edd

RANDOM SEED= 787122959

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1638448 kB
Buffers:         54336 kB
Cached:         267384 kB
SwapCached:      14812 kB
Active:         143380 kB
Inactive:       202776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638448 kB
SwapTotal:     4192956 kB
SwapFree:      4140660 kB
Dirty:            4992 kB
Writeback:           0 kB
Mapped:          30148 kB
Slab:            56852 kB
Committed_AS: 11307748 kB
PageTables:       1796 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= 66543 MiB

End job on node17 on Thu May 17 11:57:22 UTC 2007