Trace number 461855

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 57.6342 57.653

General information on the benchmark

Nameadditional-aig/minisat+/
lseu.sat_opt.aig
MD5SUMe3704fc365af044332966a55c9b8dd3c
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.6342
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

57.57/57.63	c ____________________________________________________________________________________
57.57/57.63	c !! Parsing                         :    17518 ANDs     89 PIs   (CPU-Time    0.01 s)
57.57/57.63	c ____________________________________________________________________________________
57.57/57.63	c !! Initial simplification          :    17467 ANDs     89 PIs   (CPU-Time    0.02 s)
57.57/57.63	c >>     Top conjunction: 52 POs
57.57/57.63	c ____________________________________________________________________________________
57.57/57.63	c !! DAG-aware minimization begins   : 
57.57/57.63	c >>     Strashing:
57.57/57.63	c >>     Minimizing:
57.57/57.63	c >>     progress        0/   17467
>>     progress     1000/   17019
>>     progress     2000/   16860
>>     progress     3000/   16673
>>     progress     4000/   16620
>>     progress     5000/   16605
>>     progress     6000/   16605
>>     progress     7000/   16579
>>     progress     8000/   16552
>>     progress     9000/   16518
>>     progress    10000/   16474
>>     progress    11000/   16435
>>     progress    12000/   16413
>>     progress    13000/   16395
>>     progress    14000/   16371
>>     progress    15000/   16371
>>     progress    16000/   16371
>>     progress    17000/   16359
>>     Reduction in #ANDs:  6.34 %
57.57/57.63	c >>     Core shrink time  : 0.42 s
57.57/57.63	c >>     Globally redundant: 0
57.57/57.63	c >> DAG-aware minimization completed:    16359 ANDs     89 PIs   (CPU-Time    0.43 s)
57.57/57.63	c ____________________________________________________________________________________
57.57/57.63	c !! Tech-mapping for CNF begins     : 
57.57/57.63	c >>     Cut statistics:  (total = 126528, avg = 7.7, max = 16)          
57.57/57.63	c >>        0:    45326 clauses   (CPU Time 0.27)
57.57/57.63	c >>        1:    44394 clauses   (CPU Time 0.14)
57.57/57.63	c >>        2:    42590 clauses   (CPU Time 0.13)
57.57/57.63	c >>        3:    42506 clauses   (CPU Time 0.13)
57.57/57.63	c >>     Core techmap time: 0.69 s
57.57/57.63	c >> Tech-mapping for CNF completed  :    10419 LUTs     89 PIs   (CPU-Time    0.69 s)
57.57/57.63	c ____________________________________________________________________________________
57.57/57.63	c !! Producing initial SAT-problem   :    42489 clauses           (CPU-Time   -0.00 s)
57.57/57.63	c ____________________________________________________________________________________
57.57/57.63	c !! Running SAT...
57.57/57.63	c 
57.57/57.63	c ============================[After Simplification]=============================
57.57/57.63	c |  Number of variables:  8968                                                 |
57.57/57.63	c |  Number of clauses:    40787                                                |
57.57/57.63	c ============================[ Search Statistics ]==============================
57.57/57.63	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.57/57.63	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.57/57.63	c ===============================================================================
57.57/57.63	c |         0 |    8968    40787   116834 |    13595        0    nan |  0.000 % |
57.57/57.63	c |       102 |    8965    40787   116834 |    14955      100      9 |  1.247 % |
57.57/57.63	c |       254 |    8965    40787   116834 |    16450      252     12 |  1.247 % |
57.57/57.63	c |       482 |    8916    40787   116834 |    18095      479     26 |  1.589 % |
57.57/57.63	c |       820 |    8891    40787   116834 |    19905      815     40 |  1.827 % |
57.57/57.63	c |      1326 |    8888    40787   116834 |    21895     1319     41 |  1.894 % |
57.57/57.63	c |      2086 |    8865    40787   116834 |    24085     2075     37 |  2.074 % |
57.57/57.63	c |      3225 |    8865    40787   116834 |    26494     3214     35 |  2.074 % |
57.57/57.63	c |      4933 |    8768    40787   116834 |    29143     4918     37 |  3.216 % |
57.57/57.63	c |      7495 |    8739    40787   116834 |    32057     7479     41 |  3.273 % |
57.57/57.63	c |     11339 |    8465    40787   116834 |    35263    11309     38 |  7.698 % |
57.57/57.63	c |     17106 |    8108    40787   116834 |    38790    16064     39 |  9.278 % |
57.57/57.63	c |     25758 |    7984    40787   116834 |    42669    24706     38 | 10.458 % |
57.57/57.63	c |     38732 |    7261    40787   116834 |    46935    25747     40 | 17.338 % |
57.57/57.63	c ===============================================================================
57.57/57.63	c Verified 10591 eliminated clauses.
57.57/57.65	c restarts         : 14
57.57/57.65	c conflicts        : 54011       
57.57/57.65	c decisions        : 72616        (0.96 % random)
57.57/57.65	c propagations     : 63921991    
57.57/57.65	c conflict literals: 1964731      (68.31 % deleted)
57.57/57.65	c Verified model on the AIG.
57.57/57.65	s SATISFIABLEc 
57.57/57.65	c Total CPU time: 57.56

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/node21/watcher-461855-1179403023 -o ROOT/results/node21/solver-461855-1179403023 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461855-1179403023/instance-461855-1179403023.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: 1.02 0.84 0.72 3/77 10046
/proc/meminfo: memFree=1722840/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=9972 CPUtime=0
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 388219662 10211328 133 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 2493 133 45 274 0 2008 0
[pid=10048] ppid=10046 vsize=5356 CPUtime=0
/proc/10048/stat : 10048 (minicirc.bash) R 10046 10046 9874 0 -1 4194368 24 0 0 0 0 0 0 0 21 0 1 0 388219662 5484544 229 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236489511 0 0 4096 0 0 0 0 17 1 0 0
/proc/10048/statm: 1339 229 191 169 0 50 0

[startup+0.075865 s]
/proc/loadavg: 1.02 0.84 0.72 3/77 10046
/proc/meminfo: memFree=1722840/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=10260 CPUtime=0.06
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 1756 0 0 0 6 0 0 0 20 0 1 0 388219662 10506240 1698 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 2565 1699 71 274 0 2080 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388219662 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27884

[startup+0.102865 s]
/proc/loadavg: 1.02 0.84 0.72 3/77 10046
/proc/meminfo: memFree=1722840/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=10448 CPUtime=0.09
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 2161 0 0 0 9 0 0 0 20 0 1 0 388219662 10698752 2103 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 2612 2104 71 274 0 2127 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388219662 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28072

[startup+0.302886 s]
/proc/loadavg: 1.02 0.84 0.72 3/77 10046
/proc/meminfo: memFree=1722840/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=12496 CPUtime=0.29
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 3255 0 0 0 28 1 0 0 21 0 1 0 388219662 12795904 2795 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134967719 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 3124 2795 188 274 0 2639 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30120

[startup+0.70293 s]
/proc/loadavg: 1.02 0.84 0.72 3/77 10046
/proc/meminfo: memFree=1722840/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=12504 CPUtime=0.69
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 3574 0 0 0 68 1 0 0 25 0 1 0 388219662 12804096 2801 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 3126 2801 201 274 0 2641 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30128

[startup+1.50302 s]
/proc/loadavg: 1.02 0.84 0.72 2/80 10049
/proc/meminfo: memFree=1711168/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=16840 CPUtime=1.49
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 4981 0 0 0 147 2 0 0 25 0 1 0 388219662 17244160 3867 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 4210 3867 223 274 0 3725 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34464

[startup+3.10119 s]
/proc/loadavg: 1.02 0.84 0.72 2/80 10049
/proc/meminfo: memFree=1707520/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=17104 CPUtime=3.09
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 5039 0 0 0 307 2 0 0 25 0 1 0 388219662 17514496 3925 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135044111 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 4276 3925 223 274 0 3791 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34728

[startup+6.30154 s]
/proc/loadavg: 1.02 0.84 0.72 2/80 10049
/proc/meminfo: memFree=1706624/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=17924 CPUtime=6.29
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 5275 0 0 0 627 2 0 0 25 0 1 0 388219662 18354176 4161 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 4481 4161 223 274 0 3996 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35548

[startup+12.7012 s]
/proc/loadavg: 1.02 0.85 0.72 2/80 10049
/proc/meminfo: memFree=1705304/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=19252 CPUtime=12.69
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 5598 0 0 0 1266 3 0 0 25 0 1 0 388219662 19714048 4484 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 4813 4484 223 274 0 4328 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36876

[startup+25.5016 s]
/proc/loadavg: 1.01 0.85 0.72 2/80 10049
/proc/meminfo: memFree=1703000/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=21400 CPUtime=25.49
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6138 0 0 0 2545 4 0 0 25 0 1 0 388219662 21913600 5024 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5350 5024 223 274 0 4865 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39024

[startup+51.1014 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1701528/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23152 CPUtime=51.07
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6543 0 0 0 5102 5 0 0 25 0 1 0 388219662 23707648 5429 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5788 5429 223 274 0 5303 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40776

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

[startup+54.3018 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1701016/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23560 CPUtime=54.27
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6644 0 0 0 5422 5 0 0 25 0 1 0 388219662 24125440 5530 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043188 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5890 5530 223 274 0 5405 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (KiB) 41184

[startup+55.902 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1700888/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23692 CPUtime=55.87
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6695 0 0 0 5582 5 0 0 25 0 1 0 388219662 24260608 5581 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5923 5581 223 274 0 5438 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 55.87
Current children cumulated vsize (KiB) 41316

[startup+56.701 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1700760/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23832 CPUtime=56.67
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6721 0 0 0 5662 5 0 0 25 0 1 0 388219662 24403968 5607 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043777 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5958 5607 223 274 0 5473 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 56.67
Current children cumulated vsize (KiB) 41456

[startup+57.1011 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1700632/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23832 CPUtime=57.07
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6722 0 0 0 5702 5 0 0 25 0 1 0 388219662 24403968 5608 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043652 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5958 5608 223 274 0 5473 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 57.07
Current children cumulated vsize (KiB) 41456

[startup+57.5011 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1700632/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23832 CPUtime=57.47
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6722 0 0 0 5742 5 0 0 25 0 1 0 388219662 24403968 5608 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5958 5608 223 274 0 5473 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 41456

[startup+57.6011 s]
/proc/loadavg: 1.01 0.86 0.73 2/80 10049
/proc/meminfo: memFree=1700632/2055920 swapFree=4156344/4192956
[pid=10046] ppid=10044 vsize=5356 CPUtime=0
/proc/10046/stat : 10046 (minicirc.bash) S 10044 10046 9874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388219662 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10046/statm: 1339 224 186 169 0 50 0
[pid=10047] ppid=10046 vsize=23832 CPUtime=57.57
/proc/10047/stat : 10047 (minicirc.linux3) R 10046 10046 9874 0 -1 4194304 6722 0 0 0 5752 5 0 0 25 0 1 0 388219662 24403968 5608 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043649 0 0 4096 17507 0 0 0 17 1 0 0
/proc/10047/statm: 5958 5608 223 274 0 5473 0
[pid=10048] ppid=10046 vsize=12268 CPUtime=0
/proc/10048/stat : 10048 (miniadapter.pl) S 10046 10046 9874 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388219662 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 221245386850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10048/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 57.57
Current children cumulated vsize (KiB) 41456

Child status: 0
Real time (s): 57.653
CPU time (s): 57.6342
CPU user time (s): 57.5702
CPU system time (s): 0.06399
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 41456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.5702
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7434
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= 74
involuntary context switches= 114

runsolver used 0.067989 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Thu May 17 11:57:04 UTC 2007

IDJOB= 461855
IDBENCH= 48718
IDSOLVER= 205
FILE ID= node21/461855-1179403023

PBS_JOBID= 5292466

Free space on /tmp= 66526 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  e3704fc365af044332966a55c9b8dd3c

RANDOM SEED= 229301259

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1723376 kB
Buffers:         48632 kB
Cached:         187208 kB
SwapCached:      15828 kB
Active:         108028 kB
Inactive:       151576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723376 kB
SwapTotal:     4192956 kB
SwapFree:      4156344 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:          30152 kB
Slab:            58444 kB
Committed_AS:  5898176 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= 66526 MiB

End job on node21 on Thu May 17 11:58:01 UTC 2007