Trace number 461582

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 703.533 703.805

General information on the benchmark

Nameindustrial-aig/fuhs/
medium/AProVE07-02.aig
MD5SUMf1d635e854f4ec6c0e8029c40100221a
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark703.533
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

15.99/16.06	c ____________________________________________________________________________________
15.99/16.06	c !! Parsing                         :    28991 ANDs   2572 PIs   (CPU-Time    0.01 s)
15.99/16.06	c ____________________________________________________________________________________
15.99/16.06	c !! Initial simplification          :    20289 ANDs   2572 PIs   (CPU-Time    0.03 s)
15.99/16.06	c >>     Top conjunction: 8703 POs
15.99/16.06	c ____________________________________________________________________________________
15.99/16.06	c !! DAG-aware minimization begins   : 
15.99/16.06	c >>     Strashing:
15.99/16.06	c >>     Minimizing:
15.99/16.06	c >>     progress        0/   20289
>>     progress     1000/   20218
>>     progress     2000/   20178
>>     progress     3000/   20145
>>     progress     4000/   20101
>>     progress     5000/   20047
>>     progress     6000/   20017
>>     progress     7000/   19956
>>     progress     8000/   19848
>>     progress     9000/   19778
>>     progress    10000/   19708
>>     progress    11000/   19646
>>     progress    12000/   19516
>>     progress    13000/   19403
>>     progress    14000/   19264
>>     progress    15000/   19137
>>     progress    16000/   19046
>>     progress    17000/   18976
>>     progress    18000/   18877
>>     progress    19000/   18724
>>     progress    20000/   18612
>>     progress    21000/   18509
>>     Reduction in #ANDs:  8.87 %
15.99/16.06	c >>     Core shrink time  : 0.17 s
15.99/16.06	c >>     Globally redundant: 0
15.99/16.06	c >> DAG-aware minimization completed:    18489 ANDs   2572 PIs   (CPU-Time    0.18 s)
15.99/16.06	c ____________________________________________________________________________________
15.99/16.06	c !! Tech-mapping for CNF begins     : 
15.99/16.06	c >>     Cut statistics:  (total = 52275, avg = 2.8, max = 15)          
15.99/16.06	c >>        0:    42262 clauses   (CPU Time 0.09)
15.99/16.06	c >>        1:    41022 clauses   (CPU Time 0.05)
15.99/16.06	c >>        2:    40896 clauses   (CPU Time 0.05)
15.99/16.06	c >>        3:    40865 clauses   (CPU Time 0.05)
15.99/16.06	c >>     Core techmap time: 0.26 s
15.99/16.06	c >> Tech-mapping for CNF completed  :     9959 LUTs   2572 PIs   (CPU-Time    0.27 s)
15.99/16.06	c ____________________________________________________________________________________
15.99/16.06	c !! Producing initial SAT-problem   :    40865 clauses           (CPU-Time   -0.00 s)
15.99/16.06	c ____________________________________________________________________________________
15.99/16.06	c !! Running SAT...
15.99/16.06	c 
15.99/16.06	c ============================[After Simplification]=============================
15.99/16.06	c |  Number of variables:  2177                                                 |
15.99/16.06	c |  Number of clauses:    11918                                                |
15.99/16.06	c ============================[ Search Statistics ]==============================
15.99/16.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.99/16.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.99/16.06	c ===============================================================================
15.99/16.06	c |         0 |    2177    11918    39721 |     3972        0    nan |  0.000 % |
15.99/16.06	c |       101 |    2175    11918    39721 |     4369       99     11 | 69.406 % |
15.99/16.06	c |       251 |    2175    11918    39721 |     4806      249     12 | 69.406 % |
15.99/16.06	c |       477 |    2175    11918    39721 |     5287      475     24 | 69.406 % |
15.99/16.06	c |       815 |    2173    11918    39721 |     5816      813     29 | 69.406 % |
15.99/16.06	c |      1321 |    2173    11918    39721 |     6398     1319     31 | 69.406 % |
15.99/16.06	c |      2083 |    2173    11918    39721 |     7037     2081     33 | 69.406 % |
15.99/16.06	c |      3222 |    2171    11918    39721 |     7741     3219     30 | 69.422 % |
15.99/16.06	c |      4930 |    2171    11918    39721 |     8515     4927     29 | 69.422 % |
15.99/16.06	c |      7493 |    2171    11918    39721 |     9367     7490     31 | 69.422 % |
15.99/16.06	c |     11339 |    2171    11918    39721 |    10304    11336     32 | 69.422 % |
15.99/16.06	c |     17106 |    2171    11918    39721 |    11334    17103     32 | 69.422 % |
15.99/16.06	c |     25756 |    2171    11918    39721 |    12467    15633     32 | 69.422 % |
15.99/16.06	c |     38732 |    2171    11918    39721 |    13714    17877     32 | 69.422 % |
703.51/703.80	c |     58194 |    2171    11918    39721 |    15086    14634     25 | 69.422 % |
703.51/703.80	c |     87387 |    2171    11918    39721 |    16594    19879     28 | 69.422 % |
703.51/703.80	c |    131178 |    2171    11918    39721 |    18254    25437     30 | 69.422 % |
703.51/703.80	c |    196862 |    2171    11918    39721 |    20079    23064     27 | 69.422 % |
703.51/703.80	c |    295390 |    2171    11918    39721 |    22087    19917     31 | 69.422 % |
703.51/703.80	c |    443180 |    2169    11918    39721 |    24296    27985     28 | 69.438 % |
703.51/703.80	c |    664863 |    2165    11918    39721 |    26726    18645     25 | 69.470 % |
703.51/703.80	c |    997388 |    2119    11918    39721 |    29398    15622     20 | 69.837 % |
703.51/703.80	c ===============================================================================
703.51/703.80	c restarts         : 22
703.51/703.80	c conflicts        : 1003514     
703.51/703.80	c decisions        : 1219060      (1.19 % random)
703.51/703.80	c propagations     : 561222327   
703.51/703.80	c conflict literals: 31287576     (67.80 % deleted)
703.51/703.80	s UNSATISFIABLEc 
703.51/703.80	c Total CPU time: 703.43

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/node40/watcher-461582-1179401759 -o ROOT/results/node40/solver-461582-1179401759 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461582-1179401759/instance-461582-1179401759.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.00 0.00 0.00 3/77 16448
/proc/meminfo: memFree=1442608/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=9972 CPUtime=0
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 158 0 0 0 0 0 0 0 19 0 1 0 269055430 10211328 133 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 2493 133 45 274 0 2008 0
[pid=16450] ppid=16448 vsize=2504 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) R 16448 16448 16380 0 -1 4194304 50 0 0 0 0 0 0 0 21 0 1 0 269055430 2564096 26 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264516990229 0 0 4096 0 0 0 0 17 1 0 0
/proc/16450/statm: 626 26 19 3 0 5 0

[startup+0.05639 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 16448
/proc/meminfo: memFree=1442608/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=10260 CPUtime=0.04
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 1195 0 0 0 4 0 0 0 19 0 1 0 269055430 10506240 1137 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 2565 1138 71 274 0 2080 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 269055430 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27880

[startup+0.102397 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 16448
/proc/meminfo: memFree=1442608/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=10448 CPUtime=0.09
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 2177 0 0 0 9 0 0 0 19 0 1 0 269055430 10698752 2119 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 2612 2119 71 274 0 2127 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 269055430 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301439 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 16448
/proc/meminfo: memFree=1442608/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=13936 CPUtime=0.29
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 4022 0 0 0 28 1 0 0 21 0 1 0 269055430 14270464 3120 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134967961 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 3484 3120 180 274 0 2999 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31556

[startup+0.702523 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 16448
/proc/meminfo: memFree=1442608/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=17308 CPUtime=0.68
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 5658 0 0 0 67 1 0 0 25 0 1 0 269055430 17723392 3920 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135002619 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 4327 3920 203 274 0 3842 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34928

[startup+1.5017 s]
/proc/loadavg: 0.00 0.00 0.00 2/80 16451
/proc/meminfo: memFree=1426968/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=17344 CPUtime=1.48
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 5705 0 0 0 147 1 0 0 25 0 1 0 269055430 17760256 3967 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052107 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 4336 3967 209 274 0 3851 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 269055430 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34964

[startup+3.10202 s]
/proc/loadavg: 0.00 0.00 0.00 2/80 16451
/proc/meminfo: memFree=1426840/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=17908 CPUtime=3.09
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 5833 0 0 0 307 2 0 0 25 0 1 0 269055430 18337792 4095 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 4477 4095 209 274 0 3992 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35528

[startup+6.30269 s]
/proc/loadavg: 0.08 0.02 0.01 2/80 16451
/proc/meminfo: memFree=1425112/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=19376 CPUtime=6.29
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 6188 0 0 0 627 2 0 0 25 0 1 0 269055430 19841024 4450 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050167 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 4844 4450 209 274 0 4359 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36996

[startup+12.702 s]
/proc/loadavg: 0.15 0.03 0.01 2/80 16451
/proc/meminfo: memFree=1424088/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=20168 CPUtime=12.69
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 6378 0 0 0 1267 2 0 0 25 0 1 0 269055430 20652032 4640 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5042 4640 209 274 0 4557 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37788

[startup+25.5017 s]
/proc/loadavg: 0.34 0.08 0.02 2/80 16451
/proc/meminfo: memFree=1423896/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=20300 CPUtime=25.48
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 6424 0 0 0 2546 2 0 0 25 0 1 0 269055430 20787200 4686 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5075 4686 209 274 0 4590 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37920

[startup+51.102 s]
/proc/loadavg: 0.56 0.15 0.05 2/80 16451
/proc/meminfo: memFree=1423384/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=20708 CPUtime=51.06
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 6513 0 0 0 5104 2 0 0 25 0 1 0 269055430 21204992 4775 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5177 4775 209 274 0 4692 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 38328

[startup+102.307 s]
/proc/loadavg: 0.81 0.28 0.10 2/80 16451
/proc/meminfo: memFree=1422680/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=21408 CPUtime=102.25
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 6696 0 0 0 10222 3 0 0 25 0 1 0 269055430 21921792 4958 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043679 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5352 4958 209 274 0 4867 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 39028

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/80 16451
/proc/meminfo: memFree=1422168/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=22112 CPUtime=162.23
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 6853 0 0 0 16219 4 0 0 25 0 1 0 269055430 22642688 5115 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5528 5115 209 274 0 5043 0

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

/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 40304

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/80 16451
/proc/meminfo: memFree=1421272/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=22976 CPUtime=342.15
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7056 0 0 0 34210 5 0 0 25 0 1 0 269055430 23527424 5318 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043594 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5744 5318 209 274 0 5259 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 40596

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/80 16451
/proc/meminfo: memFree=1421080/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=23116 CPUtime=402.13
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7089 0 0 0 40208 5 0 0 25 0 1 0 269055430 23670784 5351 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5779 5351 209 274 0 5294 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 40736

[startup+462.302 s]
/proc/loadavg: 0.99 0.77 0.37 2/80 16451
/proc/meminfo: memFree=1421016/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=23116 CPUtime=462.11
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7115 0 0 0 46205 6 0 0 25 0 1 0 269055430 23670784 5377 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5779 5377 209 274 0 5294 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 40736

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/80 16451
/proc/meminfo: memFree=1420760/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=23412 CPUtime=522.09
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7187 0 0 0 52202 7 0 0 25 0 1 0 269055430 23973888 5449 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5853 5449 209 274 0 5368 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 41032

[startup+582.302 s]
/proc/loadavg: 0.99 0.84 0.44 2/80 16451
/proc/meminfo: memFree=1420696/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=23564 CPUtime=582.06
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7200 0 0 0 58199 7 0 0 25 0 1 0 269055430 24129536 5462 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5891 5462 209 274 0 5406 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 41184

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.47 2/80 16451
/proc/meminfo: memFree=1420632/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=23564 CPUtime=642.04
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7211 0 0 0 64197 7 0 0 25 0 1 0 269055430 24129536 5473 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 5891 5473 209 274 0 5406 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 41184

[startup+702.303 s]
/proc/loadavg: 0.99 0.89 0.50 2/80 16451
/proc/meminfo: memFree=1420056/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=24224 CPUtime=702.02
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7365 0 0 0 70194 8 0 0 25 0 1 0 269055430 24805376 5627 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135051905 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 6056 5627 209 274 0 5571 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 41844

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

[startup+703.102 s]
/proc/loadavg: 0.99 0.89 0.50 2/80 16451
/proc/meminfo: memFree=1420056/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=24224 CPUtime=702.81
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7365 0 0 0 70273 8 0 0 25 0 1 0 269055430 24805376 5627 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 6056 5627 209 274 0 5571 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 702.81
Current children cumulated vsize (KiB) 41844

[startup+703.501 s]
/proc/loadavg: 0.99 0.89 0.50 2/80 16451
/proc/meminfo: memFree=1420056/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=24224 CPUtime=703.21
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7365 0 0 0 70313 8 0 0 25 0 1 0 269055430 24805376 5627 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043645 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 6056 5627 209 274 0 5571 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 703.21
Current children cumulated vsize (KiB) 41844

[startup+703.701 s]
/proc/loadavg: 0.99 0.89 0.50 2/80 16451
/proc/meminfo: memFree=1420056/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=24224 CPUtime=703.41
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194304 7365 0 0 0 70333 8 0 0 25 0 1 0 269055430 24805376 5627 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 6056 5627 209 274 0 5571 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 703.41
Current children cumulated vsize (KiB) 41844

[startup+703.801 s]
/proc/loadavg: 0.99 0.89 0.50 2/80 16451
/proc/meminfo: memFree=1420056/2055920 swapFree=4157544/4192956
[pid=16448] ppid=16446 vsize=5352 CPUtime=0
/proc/16448/stat : 16448 (minicirc.bash) S 16446 16448 16380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 269055430 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16448/statm: 1338 223 186 169 0 49 0
[pid=16449] ppid=16448 vsize=0 CPUtime=703.51
/proc/16449/stat : 16449 (minicirc.linux3) R 16448 16448 16380 0 -1 4194308 7370 0 0 0 70343 8 0 0 25 0 1 0 269055430 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16449/statm: 0 0 0 0 0 0 0
[pid=16450] ppid=16448 vsize=12268 CPUtime=0
/proc/16450/stat : 16450 (miniadapter.pl) S 16448 16448 16380 0 -1 4194304 399 0 0 0 0 0 0 0 16 0 1 0 269055430 12562432 358 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 264528506978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16450/statm: 3067 358 282 3 0 167 0
Current children cumulated CPU time (s) 703.51
Current children cumulated vsize (KiB) 17620

Child status: 0
Real time (s): 703.805
CPU time (s): 703.533
CPU user time (s): 703.439
CPU system time (s): 0.093985
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 41844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.439
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8066
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= 83
involuntary context switches= 15559

runsolver used 0.700893 second user time and 1.86672 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Thu May 17 11:35:59 UTC 2007

IDJOB= 461582
IDBENCH= 48445
IDSOLVER= 205
FILE ID= node40/461582-1179401759

PBS_JOBID= 5292724

Free space on /tmp= 66527 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  f1d635e854f4ec6c0e8029c40100221a

RANDOM SEED= 267672769

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1442952 kB
Buffers:         39012 kB
Cached:         440232 kB
SwapCached:      15116 kB
Active:         249848 kB
Inactive:       252296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442952 kB
SwapTotal:     4192956 kB
SwapFree:      4157544 kB
Dirty:            4996 kB
Writeback:           0 kB
Mapped:          30104 kB
Slab:            96208 kB
Committed_AS:  5492392 kB
PageTables:       1932 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= 66527 MiB

End job on node40 on Thu May 17 11:47:43 UTC 2007