Trace number 461647

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 20.5499 20.5511

General information on the benchmark

Nameindustrial-aig/jarvisalo/
eq.atree.braun.8.unsat.aig
MD5SUMa24edd22ff4f88e555819c50c868c3a0
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.5499
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

20.48/20.54	c ____________________________________________________________________________________
20.48/20.54	c !! Parsing                         :     3133 ANDs    233 PIs   (CPU-Time    0.00 s)
20.48/20.54	c ____________________________________________________________________________________
20.48/20.54	c !! Initial simplification          :     2263 ANDs    233 PIs   (CPU-Time    0.00 s)
20.48/20.54	c >>     Top conjunction: 871 POs
20.48/20.54	c ____________________________________________________________________________________
20.48/20.54	c !! DAG-aware minimization begins   : 
20.48/20.54	c >>     Strashing:
20.48/20.54	c >>     Minimizing:
20.48/20.54	c >>     progress        0/    2263
>>     progress     1000/    2218
>>     progress     2000/    2088
>>     Reduction in #ANDs: 10.69 %
20.48/20.54	c >>     Core shrink time  : 0.02 s
20.48/20.54	c >>     Globally redundant: 0
20.48/20.54	c >> DAG-aware minimization completed:     2021 ANDs    233 PIs   (CPU-Time    0.02 s)
20.48/20.54	c ____________________________________________________________________________________
20.48/20.54	c !! Tech-mapping for CNF begins     : 
20.48/20.54	c >>     Cut statistics:  (total = 6545, avg = 3.2, max = 9)          
20.48/20.54	c >>        0:     5221 clauses   (CPU Time 0.01)
20.48/20.54	c >>        1:     4638 clauses   (CPU Time 0.01)
20.48/20.54	c >>        2:     4558 clauses   (CPU Time 0.01)
20.48/20.54	c >>        3:     4556 clauses   (CPU Time 0.00)
20.48/20.54	c >>     Core techmap time: 0.03 s
20.48/20.54	c >> Tech-mapping for CNF completed  :     1129 LUTs    233 PIs   (CPU-Time    0.03 s)
20.48/20.54	c ____________________________________________________________________________________
20.48/20.54	c !! Producing initial SAT-problem   :     4556 clauses           (CPU-Time 1426222415156305126314157536952058729136541658197567597398503797919429323335001238599737240654740229908376943814142685487725770012241791044623437970002560755227462819905536.00 s)
20.48/20.54	c ____________________________________________________________________________________
20.48/20.54	c !! Running SAT...
20.48/20.54	c 
20.48/20.54	c ============================[After Simplification]=============================
20.48/20.54	c |  Number of variables:  439                                                  |
20.48/20.54	c |  Number of clauses:    1866                                                 |
20.48/20.54	c ============================[ Search Statistics ]==============================
20.48/20.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.48/20.54	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.48/20.54	c ===============================================================================
20.48/20.54	c |         0 |     439     1866     5579 |      622        0    nan |  0.000 % |
20.48/20.54	c |       103 |     439     1866     5579 |      684      103     16 | 63.978 % |
20.48/20.54	c |       254 |     437     1866     5579 |      752      253     14 | 64.123 % |
20.48/20.54	c |       482 |     437     1866     5579 |      827      481     12 | 64.123 % |
20.48/20.54	c |       819 |     437     1866     5579 |      910      818     21 | 64.123 % |
20.48/20.54	c |      1327 |     437     1866     5579 |     1001     1326     23 | 64.123 % |
20.48/20.54	c |      2087 |     436     1866     5579 |     1101     1885     24 | 64.197 % |
20.48/20.54	c |      3227 |     436     1866     5579 |     1212     2006     21 | 64.197 % |
20.48/20.54	c |      4935 |     436     1866     5579 |     1333     1525     20 | 64.198 % |
20.48/20.54	c |      7498 |     436     1866     5579 |     1466     1777     20 | 64.197 % |
20.48/20.54	c |     11343 |     436     1866     5579 |     1613     1921     16 | 64.198 % |
20.48/20.54	c |     17110 |     436     1866     5579 |     1774     1394     10 | 64.197 % |
20.48/20.54	c |     25760 |     436     1866     5579 |     1952     1953     14 | 64.197 % |
20.48/20.54	c |     38734 |     435     1866     5579 |     2147     2757     19 | 64.272 % |
20.48/20.54	c |     58196 |     435     1866     5579 |     2362     1990     15 | 64.270 % |
20.48/20.54	c |     87388 |     435     1866     5579 |     2598     3169     13 | 64.270 % |
20.48/20.54	c |    131177 |     435     1866     5579 |     2858     2100     15 | 64.271 % |
20.48/20.54	c |    196861 |     432     1866     5579 |     3143     2971     14 | 64.490 % |
20.48/20.54	c ===============================================================================
20.48/20.54	c restarts         : 18
20.48/20.54	c conflicts        : 253190      
20.48/20.54	c decisions        : 289614       (1.22 % random)
20.48/20.54	c propagations     : 25680840    
20.48/20.54	c conflict literals: 4835570      (44.87 % deleted)
20.48/20.54	s UNSATISFIABLEc 
20.48/20.54	c Total CPU time: 20.53

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/node14/watcher-461647-1179402482 -o ROOT/results/node14/solver-461647-1179402482 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461647-1179402482/instance-461647-1179402482.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.85 0.94 0.70 3/77 3741
/proc/meminfo: memFree=1713448/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=10260 CPUtime=0
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 388165951 10506240 272 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2565 272 71 274 0 2080 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388165951 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 337 262 3 0 167 0

[startup+0.019933 s]
/proc/loadavg: 0.85 0.94 0.70 3/77 3741
/proc/meminfo: memFree=1713448/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=10260 CPUtime=0.01
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 535 0 0 0 1 0 0 0 18 0 1 0 388165951 10506240 477 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2565 478 71 274 0 2080 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388165951 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27884

[startup+0.102939 s]
/proc/loadavg: 0.85 0.94 0.70 3/77 3741
/proc/meminfo: memFree=1713448/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=10448 CPUtime=0.09
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2156 0 0 0 9 0 0 0 18 0 1 0 388165951 10698752 2098 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2612 2098 71 274 0 2127 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388165951 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28072

[startup+0.302959 s]
/proc/loadavg: 0.85 0.94 0.70 3/77 3741
/proc/meminfo: memFree=1713448/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11264 CPUtime=0.29
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2604 0 0 0 29 0 0 0 18 0 1 0 388165951 11534336 2507 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043968 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2816 2507 204 274 0 2331 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28888

[startup+0.702996 s]
/proc/loadavg: 0.85 0.94 0.70 3/77 3741
/proc/meminfo: memFree=1713448/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11396 CPUtime=0.69
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2630 0 0 0 69 0 0 0 21 0 1 0 388165951 11669504 2533 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043594 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2849 2533 204 274 0 2364 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29020

[startup+1.50207 s]
/proc/loadavg: 0.85 0.94 0.70 2/80 3744
/proc/meminfo: memFree=1703312/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11396 CPUtime=1.49
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2646 0 0 0 149 0 0 0 25 0 1 0 388165951 11669504 2549 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135044086 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2849 2549 204 274 0 2364 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29020

[startup+3.10122 s]
/proc/loadavg: 0.85 0.94 0.70 2/80 3744
/proc/meminfo: memFree=1703120/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11528 CPUtime=3.08
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2674 0 0 0 308 0 0 0 25 0 1 0 388165951 11804672 2577 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2882 2577 204 274 0 2397 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29152

[startup+6.30152 s]
/proc/loadavg: 0.86 0.94 0.70 2/80 3744
/proc/meminfo: memFree=1702800/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11660 CPUtime=6.28
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2692 0 0 0 628 0 0 0 25 0 1 0 388165951 11939840 2595 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043555 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2915 2595 204 274 0 2430 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29284

[startup+12.7011 s]
/proc/loadavg: 0.87 0.94 0.70 2/80 3744
/proc/meminfo: memFree=1702496/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11924 CPUtime=12.68
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2771 0 0 0 1268 0 0 0 25 0 1 0 388165951 12210176 2674 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2981 2674 204 274 0 2496 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29548

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

[startup+15.9014 s]
/proc/loadavg: 0.88 0.94 0.70 2/80 3744
/proc/meminfo: memFree=1702432/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11924 CPUtime=15.88
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2771 0 0 0 1588 0 0 0 25 0 1 0 388165951 12210176 2674 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043633 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2981 2674 204 274 0 2496 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 29548

[startup+19.1017 s]
/proc/loadavg: 0.89 0.94 0.71 2/80 3744
/proc/meminfo: memFree=1702496/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11924 CPUtime=19.08
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2783 0 0 0 1908 0 0 0 25 0 1 0 388165951 12210176 2686 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043705 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2981 2686 204 274 0 2496 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 29548

[startup+19.9018 s]
/proc/loadavg: 0.89 0.94 0.71 2/80 3744
/proc/meminfo: memFree=1702496/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11924 CPUtime=19.88
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2783 0 0 0 1988 0 0 0 25 0 1 0 388165951 12210176 2686 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2981 2686 204 274 0 2496 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 29548

[startup+20.3018 s]
/proc/loadavg: 0.89 0.94 0.71 2/80 3744
/proc/meminfo: memFree=1702496/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11924 CPUtime=20.28
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2783 0 0 0 2028 0 0 0 25 0 1 0 388165951 12210176 2686 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135062652 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2981 2686 204 274 0 2496 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 20.28
Current children cumulated vsize (KiB) 29548

[startup+20.5019 s]
/proc/loadavg: 0.89 0.94 0.71 2/80 3744
/proc/meminfo: memFree=1702496/2055920 swapFree=4145896/4192956
[pid=3741] ppid=3739 vsize=5356 CPUtime=0
/proc/3741/stat : 3741 (minicirc.bash) S 3739 3741 3618 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165951 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3741/statm: 1339 224 186 169 0 50 0
[pid=3742] ppid=3741 vsize=11924 CPUtime=20.48
/proc/3742/stat : 3742 (minicirc.linux3) R 3741 3741 3618 0 -1 4194304 2783 0 0 0 2048 0 0 0 25 0 1 0 388165951 12210176 2686 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 1 0 0
/proc/3742/statm: 2981 2686 204 274 0 2496 0
[pid=3743] ppid=3741 vsize=12268 CPUtime=0
/proc/3743/stat : 3743 (miniadapter.pl) S 3741 3741 3618 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165951 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 212243361890 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3743/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 29548

Child status: 0
Real time (s): 20.5511
CPU time (s): 20.5499
CPU user time (s): 20.5279
CPU system time (s): 0.021996
CPU usage (%): 99.994
Max. virtual memory (cumulated for all children) (KiB): 29548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5279
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3486
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= 61
involuntary context switches= 36

runsolver used 0.024996 second user time and 0.053991 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Thu May 17 11:48:02 UTC 2007

IDJOB= 461647
IDBENCH= 48510
IDSOLVER= 205
FILE ID= node14/461647-1179402482

PBS_JOBID= 5292446

Free space on /tmp= 66532 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/jarvisalo/eq.atree.braun.8.unsat.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461647-1179402482/instance-461647-1179402482.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-461647-1179402482 -o ROOT/results/node14/solver-461647-1179402482 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461647-1179402482/instance-461647-1179402482.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  a24edd22ff4f88e555819c50c868c3a0

RANDOM SEED= 200466093

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1713664 kB
Buffers:         47220 kB
Cached:         203208 kB
SwapCached:      14432 kB
Active:         114696 kB
Inactive:       159284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713664 kB
SwapTotal:     4192956 kB
SwapFree:      4145896 kB
Dirty:            4776 kB
Writeback:           0 kB
Mapped:          30348 kB
Slab:            53844 kB
Committed_AS: 10595908 kB
PageTables:       1784 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= 66532 MiB

End job on node14 on Thu May 17 11:48:23 UTC 2007