Trace number 461588

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 851.332 851.647

General information on the benchmark

Nameindustrial-aig/fuhs/
hard/AProVE07-08.aig
MD5SUM9581bbca3b740d9024fe1e03378a15f3
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark851.332
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

3.69/3.71	c ____________________________________________________________________________________
3.69/3.71	c !! Parsing                         :    23410 ANDs   1847 PIs   (CPU-Time    0.01 s)
3.69/3.71	c ____________________________________________________________________________________
3.69/3.71	c !! Initial simplification          :    16551 ANDs   1847 PIs   (CPU-Time    0.02 s)
3.69/3.71	c >>     Top conjunction: 6860 POs
3.69/3.71	c ____________________________________________________________________________________
3.69/3.71	c !! DAG-aware minimization begins   : 
3.69/3.71	c >>     Strashing:
3.69/3.71	c >>     Minimizing:
3.69/3.71	c >>     progress        0/   16551
>>     progress     1000/   16491
>>     progress     2000/   16433
>>     progress     3000/   16395
>>     progress     4000/   16356
>>     progress     5000/   16318
>>     progress     6000/   16279
>>     progress     7000/   16238
>>     progress     8000/   16171
>>     progress     9000/   16117
>>     progress    10000/   16021
>>     progress    11000/   15851
>>     progress    12000/   15734
>>     progress    13000/   15576
>>     progress    14000/   15424
>>     progress    15000/   15257
>>     progress    16000/   15150
>>     progress    17000/   15009
>>     Reduction in #ANDs:  9.81 %
3.69/3.71	c >>     Core shrink time  : 0.17 s
3.69/3.71	c >>     Globally redundant: 0
3.69/3.71	c >> DAG-aware minimization completed:    14928 ANDs   1847 PIs   (CPU-Time    0.18 s)
3.69/3.71	c ____________________________________________________________________________________
3.69/3.71	c !! Tech-mapping for CNF begins     : 
3.69/3.71	c >>     Cut statistics:  (total = 50184, avg = 3.4, max = 12)          
3.69/3.71	c >>        0:    34325 clauses   (CPU Time 0.08)
3.69/3.71	c >>        1:    32653 clauses   (CPU Time 0.04)
3.69/3.71	c >>        2:    32546 clauses   (CPU Time 0.04)
3.69/3.71	c >>        3:    32546 clauses   (CPU Time 0.04)
3.69/3.71	c >>     Core techmap time: 0.23 s
3.69/3.71	c >> Tech-mapping for CNF completed  :     8082 LUTs   1847 PIs   (CPU-Time    0.24 s)
3.69/3.71	c ____________________________________________________________________________________
3.69/3.71	c !! Producing initial SAT-problem   :    32546 clauses           (CPU-Time 32982611249118956432748234237681617629719647845956085165050129884644165638397004084942040286671530894552938849866611639545147006711589387405636678241160344143236454941682617263740746849553824409750179643305355373966666694777321217558237544238791296001489361306927750647872729250073090719744.00 s)
3.69/3.71	c ____________________________________________________________________________________
3.69/3.71	c !! Running SAT...
3.69/3.71	c 
3.69/3.71	c ============================[After Simplification]=============================
3.69/3.71	c |  Number of variables:  2250                                                 |
3.69/3.71	c |  Number of clauses:    11181                                                |
3.69/3.71	c ============================[ Search Statistics ]==============================
3.69/3.71	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.69/3.71	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.69/3.71	c ===============================================================================
3.69/3.71	c |         0 |    2250    11181    34798 |     3727        0    nan |  0.000 % |
3.69/3.71	c |       101 |    2250    11181    34798 |     4099      101      6 | 69.094 % |
3.69/3.71	c |       251 |    2250    11181    34798 |     4509      251     23 | 69.094 % |
3.69/3.71	c |       478 |    2250    11181    34798 |     4960      478     29 | 69.094 % |
3.69/3.71	c |       816 |    2250    11181    34798 |     5456      816     25 | 69.094 % |
3.69/3.71	c |      1324 |    2250    11181    34798 |     6002     1324     26 | 69.094 % |
3.69/3.71	c |      2085 |    2250    11181    34798 |     6602     2085     36 | 69.094 % |
3.69/3.71	c |      3226 |    2250    11181    34798 |     7262     3226     36 | 69.094 % |
3.69/3.71	c |      4934 |    2250    11181    34798 |     7989     4934     42 | 69.094 % |
3.69/3.71	c |      7497 |    2250    11181    34798 |     8788     7497     39 | 69.094 % |
3.69/3.71	c |     11342 |    2250    11181    34798 |     9666    11342     37 | 69.094 % |
3.69/3.71	c |     17108 |    2250    11181    34798 |    10633     8614     26 | 69.094 % |
851.27/851.64	c |     25758 |    2250    11181    34798 |    11696    17264     35 | 69.094 % |
851.27/851.64	c |     38732 |    2250    11181    34798 |    12866    11178     25 | 69.094 % |
851.27/851.64	c |     58193 |    2250    11181    34798 |    14153    10404     27 | 69.094 % |
851.27/851.64	c |     87386 |    2250    11181    34798 |    15568    18159     24 | 69.094 % |
851.27/851.64	c |    131175 |    2250    11181    34798 |    17125    15820     32 | 69.094 % |
851.27/851.64	c |    196860 |    2249    11181    34798 |    18838    16615     31 | 69.104 % |
851.27/851.64	c |    295388 |    2249    11181    34798 |    20721    23724     29 | 69.104 % |
851.27/851.64	c |    443178 |    2247    11181    34798 |    22793    20214     22 | 69.124 % |
851.27/851.64	c |    664861 |    2240    11181    34798 |    25073    26777     24 | 69.194 % |
851.27/851.64	c |    997387 |    2240    11181    34798 |    27580    20996     18 | 69.194 % |
851.27/851.64	c |   1496176 |    2235    11181    34798 |    30338    34003     20 | 69.245 % |
851.27/851.64	c ===============================================================================
851.27/851.64	c restarts         : 23
851.27/851.64	c conflicts        : 1799794     
851.27/851.64	c decisions        : 2286562      (1.36 % random)
851.27/851.64	c propagations     : 610598885   
851.27/851.64	c conflict literals: 48775685     (50.61 % deleted)
851.27/851.64	s UNSATISFIABLEc 
851.27/851.64	c Total CPU time: 851.21

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/node38/watcher-461588-1179401892 -o ROOT/results/node38/solver-461588-1179401892 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461588-1179401892/instance-461588-1179401892.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.91 0.38 0.14 3/77 21425
/proc/meminfo: memFree=1098504/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) R 21423 21425 21305 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 222 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21425/statm: 1338 222 185 169 0 49 0
[pid=21426] ppid=21425 vsize=9972 CPUtime=0
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 170 0 0 0 0 0 0 0 19 0 1 0 372355841 10211328 145 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 2493 148 51 274 0 2008 0
[pid=21427] ppid=21425 vsize=5352 CPUtime=0
/proc/21427/stat : 21427 (minicirc.bash) R 21425 21425 21305 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 222 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21427/statm: 1338 222 185 169 0 49 0

[startup+0.081477 s]
/proc/loadavg: 0.91 0.38 0.14 3/77 21425
/proc/meminfo: memFree=1098504/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=10260 CPUtime=0.07
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 1981 0 0 0 6 1 0 0 19 0 1 0 372355841 10506240 1923 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 2565 1924 71 274 0 2080 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 372355841 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27880

[startup+0.101476 s]
/proc/loadavg: 0.91 0.38 0.14 3/77 21425
/proc/meminfo: memFree=1098504/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=10448 CPUtime=0.09
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 2171 0 0 0 8 1 0 0 19 0 1 0 372355841 10698752 2113 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 2612 2114 71 274 0 2127 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 372355841 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301514 s]
/proc/loadavg: 0.91 0.38 0.14 3/77 21425
/proc/meminfo: memFree=1098504/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=13572 CPUtime=0.28
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 3861 0 0 0 27 1 0 0 21 0 1 0 372355841 13897728 3002 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 3393 3002 176 274 0 2908 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31192

[startup+0.701591 s]
/proc/loadavg: 0.91 0.38 0.14 3/77 21425
/proc/meminfo: memFree=1098504/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=15920 CPUtime=0.69
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 4680 0 0 0 67 2 0 0 25 0 1 0 372355841 16302080 3588 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043645 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 3980 3588 205 274 0 3495 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33540

[startup+1.50174 s]
/proc/loadavg: 0.91 0.38 0.14 2/80 21428
/proc/meminfo: memFree=1084144/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=16724 CPUtime=1.49
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 4847 0 0 0 147 2 0 0 25 0 1 0 372355841 17125376 3755 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043738 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 4181 3755 205 274 0 3696 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 372355841 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34344

[startup+3.10105 s]
/proc/loadavg: 0.91 0.38 0.14 2/80 21428
/proc/meminfo: memFree=1082864/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=17912 CPUtime=3.08
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 5161 0 0 0 306 2 0 0 25 0 1 0 372355841 18341888 4069 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 4478 4069 205 274 0 3993 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35532

[startup+6.30166 s]
/proc/loadavg: 0.92 0.39 0.14 2/80 21428
/proc/meminfo: memFree=1081600/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=18760 CPUtime=6.29
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 5370 0 0 0 626 3 0 0 25 0 1 0 372355841 19210240 4278 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135040352 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 4690 4278 205 274 0 4205 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36380

[startup+12.7019 s]
/proc/loadavg: 0.92 0.40 0.15 2/80 21428
/proc/meminfo: memFree=1081088/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=18892 CPUtime=12.69
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 5388 0 0 0 1266 3 0 0 25 0 1 0 372355841 19345408 4296 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 4723 4296 205 274 0 4238 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36512

[startup+25.5013 s]
/proc/loadavg: 1.01 0.44 0.16 2/80 21428
/proc/meminfo: memFree=1080768/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=19156 CPUtime=25.48
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 5485 0 0 0 2545 3 0 0 25 0 1 0 372355841 19615744 4393 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 4789 4393 205 274 0 4304 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36776

[startup+51.1012 s]
/proc/loadavg: 1.00 0.49 0.19 2/80 21428
/proc/meminfo: memFree=1080064/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=19956 CPUtime=51.07
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 5664 0 0 0 5104 3 0 0 25 0 1 0 372355841 20434944 4572 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052429 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 4989 4572 205 274 0 4504 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37576

[startup+102.306 s]
/proc/loadavg: 1.05 0.58 0.23 2/80 21428
/proc/meminfo: memFree=1078784/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=21316 CPUtime=102.25
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 5998 0 0 0 10221 4 0 0 25 0 1 0 372355841 21827584 4906 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 5329 4906 205 274 0 4844 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 38936

[startup+162.301 s]
/proc/loadavg: 1.06 0.67 0.28 2/80 21428
/proc/meminfo: memFree=1077632/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=22376 CPUtime=162.23
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6281 0 0 0 16218 5 0 0 25 0 1 0 372355841 22913024 5189 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 5594 5189 205 274 0 5109 0

################
# More data... #
################

/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 42232

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.63 2/80 21428
/proc/meminfo: memFree=1075456/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24612 CPUtime=702.03
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6816 0 0 0 70194 9 0 0 25 0 1 0 372355841 25202688 5724 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135061756 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6153 5724 205 274 0 5668 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 42232

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.65 2/80 21428
/proc/meminfo: memFree=1075392/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24612 CPUtime=762.01
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6816 0 0 0 76192 9 0 0 25 0 1 0 372355841 25202688 5724 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6153 5724 205 274 0 5668 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 42232

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.67 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=821.99
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 82189 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135061566 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 42380

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

[startup+831.902 s]
/proc/loadavg: 1.00 1.00 0.67 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=831.58
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 83148 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 831.58
Current children cumulated vsize (KiB) 42380

[startup+844.702 s]
/proc/loadavg: 1.00 1.00 0.67 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=844.38
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 84428 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043987 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 844.38
Current children cumulated vsize (KiB) 42380

[startup+847.901 s]
/proc/loadavg: 1.00 1.00 0.67 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=847.57
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 84747 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043777 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 847.57
Current children cumulated vsize (KiB) 42380

[startup+849.502 s]
/proc/loadavg: 1.00 1.00 0.68 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=849.17
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 84907 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 849.17
Current children cumulated vsize (KiB) 42380

[startup+850.306 s]
/proc/loadavg: 1.00 1.00 0.68 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=849.98
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 84988 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 849.98
Current children cumulated vsize (KiB) 42380

[startup+851.102 s]
/proc/loadavg: 1.00 1.00 0.68 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=850.77
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 85067 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 850.77
Current children cumulated vsize (KiB) 42380

[startup+851.502 s]
/proc/loadavg: 1.00 1.00 0.68 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=851.17
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 85107 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 851.17
Current children cumulated vsize (KiB) 42380

[startup+851.602 s]
/proc/loadavg: 1.00 1.00 0.68 2/80 21428
/proc/meminfo: memFree=1075264/2055920 swapFree=4154692/4192956
[pid=21425] ppid=21423 vsize=5352 CPUtime=0
/proc/21425/stat : 21425 (minicirc.bash) S 21423 21425 21305 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 372355841 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21425/statm: 1338 223 186 169 0 49 0
[pid=21426] ppid=21425 vsize=24760 CPUtime=851.27
/proc/21426/stat : 21426 (minicirc.linux3) R 21425 21425 21305 0 -1 4194304 6845 0 0 0 85117 10 0 0 25 0 1 0 372355841 25354240 5753 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21426/statm: 6190 5753 205 274 0 5705 0
[pid=21427] ppid=21425 vsize=12268 CPUtime=0
/proc/21427/stat : 21427 (miniadapter.pl) S 21425 21425 21305 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 372355841 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 266899337314 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21427/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 851.27
Current children cumulated vsize (KiB) 42380

Child status: 0
Real time (s): 851.647
CPU time (s): 851.332
CPU user time (s): 851.22
CPU system time (s): 0.111982
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 42380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 851.22
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7546
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= 75
involuntary context switches= 18293

runsolver used 0.893864 second user time and 2.20966 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Thu May 17 11:38:12 UTC 2007

IDJOB= 461588
IDBENCH= 48451
IDSOLVER= 205
FILE ID= node38/461588-1179401892

PBS_JOBID= 5292711

Free space on /tmp= 66545 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/hard/AProVE07-08.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461588-1179401892/instance-461588-1179401892.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-461588-1179401892 -o ROOT/results/node38/solver-461588-1179401892 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461588-1179401892/instance-461588-1179401892.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  9581bbca3b740d9024fe1e03378a15f3

RANDOM SEED= 616903745

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1098720 kB
Buffers:         41732 kB
Cached:         761644 kB
SwapCached:       6912 kB
Active:         210256 kB
Inactive:       618284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1098720 kB
SwapTotal:     4192956 kB
SwapFree:      4154692 kB
Dirty:            4844 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:           113880 kB
Committed_AS:  5015996 kB
PageTables:       2092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB

End job on node38 on Thu May 17 11:52:24 UTC 2007