Trace number 461809

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 545.788 546.026

General information on the benchmark

Nameadditional-aig/
c32sat-ssort/ssort7.aig
MD5SUMfc017cfbf372f7cbd2c62035d6364f96
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark182.258
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

2.59/2.63	c ____________________________________________________________________________________
2.59/2.63	c !! Parsing                         :    37693 ANDs   3296 PIs   (CPU-Time    0.02 s)
2.59/2.63	c ____________________________________________________________________________________
2.59/2.63	c !! Initial simplification          :    35731 ANDs   3296 PIs   (CPU-Time    0.03 s)
2.59/2.63	c >>     Top conjunction: 1963 POs
2.59/2.63	c ____________________________________________________________________________________
2.59/2.63	c !! DAG-aware minimization begins   : 
2.59/2.63	c >>     Strashing:
2.59/2.63	c >>     Minimizing:
2.59/2.63	c >>     progress        0/   35731
>>     progress     1000/   35613
>>     progress     2000/   35547
>>     progress     3000/   35484
>>     progress     4000/   35405
>>     progress     5000/   35343
>>     progress     6000/   35323
>>     progress     7000/   35281
>>     progress     8000/   35267
>>     progress     9000/   35215
>>     progress    10000/   35157
>>     progress    11000/   35145
>>     progress    12000/   35091
>>     progress    13000/   35033
>>     progress    14000/   35033
>>     progress    15000/   35007
>>     progress    16000/   34967
>>     progress    17000/   34909
>>     progress    18000/   34909
>>     progress    19000/   34839
>>     progress    20000/   34785
>>     progress    21000/   34723
>>     progress    22000/   34723
>>     progress    23000/   34661
>>     progress    24000/   34607
>>     progress    25000/   34599
>>     progress    26000/   34552
>>     progress    27000/   34482
>>     progress    28000/   34475
>>     progress    29000/   34425
>>     progress    30000/   34405
>>     progress    31000/   34399
>>     progress    32000/   34289
>>     progress    33000/   34289
>>     progress    34000/   34219
>>     progress    35000/   34182
>>     progress    36000/   34149
>>     progress    37000/   34063
>>     Reduction in #ANDs:  4.82 %
2.59/2.63	c >>     Core shrink time  : 0.56 s
2.59/2.63	c >>     Globally redundant: 0
2.59/2.63	c >> DAG-aware minimization completed:    34009 ANDs   3296 PIs   (CPU-Time    0.58 s)
2.59/2.63	c ____________________________________________________________________________________
2.59/2.63	c !! Tech-mapping for CNF begins     : 
2.59/2.63	c >>     Cut statistics:  (total = 154357, avg = 4.5, max = 23)          
2.59/2.63	c >>        0:    56482 clauses   (CPU Time 0.29)
2.59/2.63	c >>        1:    53465 clauses   (CPU Time 0.26)
2.59/2.63	c >>        2:    53465 clauses   (CPU Time 0.42)
2.59/2.63	c >>        3:    53465 clauses   (CPU Time 0.41)
2.59/2.63	c >>     Core techmap time: 1.42 s
2.59/2.63	c >> Tech-mapping for CNF completed  :    11888 LUTs   3296 PIs   (CPU-Time    1.42 s)
2.59/2.63	c ____________________________________________________________________________________
2.59/2.63	c !! Producing initial SAT-problem   :    53835 clauses           (CPU-Time   -0.00 s)
2.59/2.63	c ____________________________________________________________________________________
2.59/2.63	c !! Running SAT...
2.59/2.63	c 
2.59/2.63	c ============================[After Simplification]=============================
2.59/2.63	c |  Number of variables:  5810                                                 |
2.59/2.64	c |  Number of clauses:    33520                                                |
2.59/2.64	c ============================[ Search Statistics ]==============================
2.59/2.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.64	c ===============================================================================
2.59/2.64	c |         0 |    5810    33520   117772 |    11173        0    nan |  0.000 % |
2.59/2.64	c |       104 |    5810    33520   117772 |    12290      104      6 | 14.758 % |
2.59/2.64	c |       256 |    5810    33520   117772 |    13519      256      7 | 14.758 % |
2.59/2.64	c |       482 |    5809    33520   117772 |    14871      481      7 | 14.765 % |
2.59/2.64	c |       819 |    5809    33520   117772 |    16358      818      7 | 14.765 % |
2.59/2.64	c |      1325 |    5809    33520   117772 |    17994     1324     10 | 14.765 % |
2.59/2.64	c |      2084 |    5809    33520   117772 |    19794     2083     10 | 14.765 % |
2.59/2.64	c |      3223 |    5808    33520   117772 |    21773     3221     12 | 14.771 % |
545.75/546.02	c |      4931 |    5808    33520   117772 |    23951     4929     12 | 14.771 % |
545.75/546.02	c |      7493 |    5808    33520   117772 |    26346     7491     13 | 14.771 % |
545.75/546.02	c |     11337 |    5808    33520   117772 |    28980    11335     17 | 14.771 % |
545.75/546.02	c |     17103 |    5808    33520   117772 |    31878    17101     17 | 14.771 % |
545.75/546.02	c |     25752 |    5806    33520   117772 |    35066    25746     18 | 14.784 % |
545.75/546.02	c |     38727 |    5805    33520   117772 |    38573    18280     19 | 14.791 % |
545.75/546.02	c |     58188 |    5805    33520   117772 |    42430    37741     26 | 14.791 % |
545.75/546.02	c |     87380 |    5794    33520   117772 |    46673    42126     30 | 14.863 % |
545.75/546.02	c |    131170 |    5786    33520   117772 |    51341    27949     23 | 14.916 % |
545.75/546.02	c |    196854 |    5783    33520   117772 |    56475    23761     26 | 14.936 % |
545.75/546.02	c |    295380 |    5778    33520   117772 |    62122    41968     23 | 14.969 % |
545.75/546.02	c |    443170 |    5774    33520   117772 |    68335    63206     27 | 14.995 % |
545.75/546.02	c |    664854 |    5770    33520   117772 |    75168    29732     30 | 15.021 % |
545.75/546.02	c |    997379 |    5739    33520   117772 |    82685    43010     20 | 15.226 % |
545.75/546.02	c |   1496167 |    5609    33520   117772 |    90954    67796     18 | 16.082 % |
545.75/546.02	c ===============================================================================
545.75/546.02	c restarts         : 23
545.75/546.02	c conflicts        : 1668835     
545.75/546.02	c decisions        : 6058430      (1.28 % random)
545.75/546.02	c propagations     : 429864023   
545.75/546.02	c conflict literals: 49314558     (38.68 % deleted)
545.75/546.02	s UNSATISFIABLEc 
545.75/546.02	c Total CPU time: 545.62

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/node68/watcher-461809-1179402914 -o ROOT/results/node68/solver-461809-1179402914 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461809-1179402914/instance-461809-1179402914.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.38 0.56 0.59 3/64 24138
/proc/meminfo: memFree=1116368/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=9840 CPUtime=0
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 113 0 0 0 0 0 0 0 20 0 1 0 416280963 10076160 88 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 2460 88 41 274 0 1975 0
[pid=24140] ppid=24138 vsize=6268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) R 24138 24138 23914 0 -1 4194304 71 0 0 0 0 0 0 0 21 0 1 0 416280963 6418432 47 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257411839369 0 0 4096 0 0 0 0 17 1 0 0
/proc/24140/statm: 1567 47 36 3 0 8 0

[startup+0.069942 s]
/proc/loadavg: 0.38 0.56 0.59 3/64 24138
/proc/meminfo: memFree=1116368/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=10260 CPUtime=0.05
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 1616 0 0 0 5 0 0 0 20 0 1 0 416280963 10506240 1558 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 2565 1559 71 274 0 2080 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 416280963 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27880

[startup+0.102942 s]
/proc/loadavg: 0.38 0.56 0.59 3/64 24138
/proc/meminfo: memFree=1116368/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=10448 CPUtime=0.09
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 2180 0 0 0 8 1 0 0 20 0 1 0 416280963 10698752 2122 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 2612 2123 71 274 0 2127 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 416280963 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.302961 s]
/proc/loadavg: 0.38 0.56 0.59 3/64 24138
/proc/meminfo: memFree=1116368/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=14880 CPUtime=0.29
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 4748 0 0 0 27 2 0 0 20 0 1 0 416280963 15237120 3199 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134972207 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 3720 3199 187 274 0 3235 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 416280963 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32500

[startup+0.702996 s]
/proc/loadavg: 0.38 0.56 0.59 3/64 24138
/proc/meminfo: memFree=1116368/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=15932 CPUtime=0.69
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 5024 0 0 0 67 2 0 0 25 0 1 0 416280963 16314368 3475 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134972331 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 3983 3475 187 274 0 3498 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33552

[startup+1.50107 s]
/proc/loadavg: 0.38 0.56 0.59 2/67 24141
/proc/meminfo: memFree=1103096/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=15988 CPUtime=1.49
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 6342 0 0 0 146 3 0 0 25 0 1 0 416280963 16371712 3503 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134928180 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 3997 3503 199 274 0 3512 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 416280963 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33608

[startup+3.10121 s]
/proc/loadavg: 0.38 0.56 0.59 2/67 24141
/proc/meminfo: memFree=1102264/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=21596 CPUtime=3.09
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 8482 0 0 0 305 4 0 0 25 0 1 0 416280963 22114304 4928 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 5399 4928 218 274 0 4914 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 15 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39216

[startup+6.3015 s]
/proc/loadavg: 0.43 0.57 0.59 2/67 24141
/proc/meminfo: memFree=1094840/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=23868 CPUtime=6.28
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 9048 0 0 0 624 4 0 0 25 0 1 0 416280963 24440832 5494 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135062122 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 5967 5494 218 274 0 5482 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41488

[startup+12.7011 s]
/proc/loadavg: 0.47 0.58 0.60 2/67 24141
/proc/meminfo: memFree=1092280/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=26204 CPUtime=12.68
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 9662 0 0 0 1263 5 0 0 25 0 1 0 416280963 26832896 6067 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 6551 6067 218 274 0 6066 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43824

[startup+25.5022 s]
/proc/loadavg: 0.59 0.60 0.60 2/67 24141
/proc/meminfo: memFree=1089464/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=28448 CPUtime=25.48
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 10266 0 0 0 2542 6 0 0 25 0 1 0 416280963 29130752 6671 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043777 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 7112 6671 218 274 0 6627 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46068

[startup+51.1025 s]
/proc/loadavg: 0.73 0.63 0.61 2/67 24141
/proc/meminfo: memFree=1088632/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=29240 CPUtime=51.08
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 10457 0 0 0 5101 7 0 0 25 0 1 0 416280963 29941760 6862 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 7310 6862 218 274 0 6825 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 46860

[startup+102.305 s]
/proc/loadavg: 0.88 0.68 0.63 2/67 24141
/proc/meminfo: memFree=1086840/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=31100 CPUtime=102.26
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 10967 0 0 0 10219 7 0 0 25 0 1 0 416280963 31846400 7311 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 7775 7311 218 274 0 7290 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48720

[startup+162.303 s]
/proc/loadavg: 0.95 0.74 0.65 2/67 24141
/proc/meminfo: memFree=1084664/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=33272 CPUtime=162.25
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 11500 0 0 0 16217 8 0 0 25 0 1 0 416280963 34070528 7844 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 8318 7844 218 274 0 7833 0

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

/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 56892

[startup+402.302 s]
/proc/loadavg: 0.99 0.87 0.72 2/73 24319
/proc/meminfo: memFree=1077176/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=39272 CPUtime=402.1
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13039 0 0 0 40199 11 0 0 25 0 1 0 416280963 40214528 9372 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050167 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 9818 9372 218 274 0 9333 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 56892

[startup+462.303 s]
/proc/loadavg: 0.99 0.89 0.74 2/67 24339
/proc/meminfo: memFree=1078328/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=39272 CPUtime=462.08
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13039 0 0 0 46197 11 0 0 25 0 1 0 416280963 40214528 9372 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043714 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 9818 9372 218 274 0 9333 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 56892

[startup+522.303 s]
/proc/loadavg: 0.99 0.91 0.75 2/67 24339
/proc/meminfo: memFree=1076600/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=41564 CPUtime=522.06
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13666 0 0 0 52195 11 0 0 25 0 1 0 416280963 42561536 9908 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050673 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10391 9908 218 274 0 9906 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 59184

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

[startup+524.705 s]
/proc/loadavg: 0.99 0.91 0.75 2/67 24339
/proc/meminfo: memFree=1075512/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42356 CPUtime=524.46
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13849 0 0 0 52435 11 0 0 25 0 1 0 416280963 43372544 10091 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10589 10091 218 274 0 10104 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 524.46
Current children cumulated vsize (KiB) 59976

[startup+537.501 s]
/proc/loadavg: 0.99 0.91 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42620 CPUtime=537.25
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13920 0 0 0 53714 11 0 0 25 0 1 0 416280963 43642880 10162 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10655 10162 218 274 0 10170 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 537.25
Current children cumulated vsize (KiB) 60240

[startup+540.702 s]
/proc/loadavg: 0.99 0.92 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42620 CPUtime=540.45
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13920 0 0 0 54034 11 0 0 25 0 1 0 416280963 43642880 10162 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10655 10162 218 274 0 10170 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 540.45
Current children cumulated vsize (KiB) 60240

[startup+543.902 s]
/proc/loadavg: 0.99 0.92 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42620 CPUtime=543.65
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13921 0 0 0 54354 11 0 0 25 0 1 0 416280963 43642880 10163 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10655 10163 218 274 0 10170 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 543.65
Current children cumulated vsize (KiB) 60240

[startup+544.702 s]
/proc/loadavg: 0.99 0.92 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42620 CPUtime=544.45
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13921 0 0 0 54434 11 0 0 25 0 1 0 416280963 43642880 10163 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10655 10163 218 274 0 10170 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 544.45
Current children cumulated vsize (KiB) 60240

[startup+545.501 s]
/proc/loadavg: 0.99 0.92 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42620 CPUtime=545.25
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13921 0 0 0 54514 11 0 0 25 0 1 0 416280963 43642880 10163 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10655 10163 218 274 0 10170 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 545.25
Current children cumulated vsize (KiB) 60240

[startup+545.901 s]
/proc/loadavg: 0.99 0.92 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=42620 CPUtime=545.65
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13921 0 0 0 54554 11 0 0 25 0 1 0 416280963 43642880 10163 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043668 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10655 10163 218 274 0 10170 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 545.65
Current children cumulated vsize (KiB) 60240

[startup+546.001 s]
/proc/loadavg: 0.99 0.92 0.75 2/67 24339
/proc/meminfo: memFree=1075256/2055920 swapFree=4184012/4192956
[pid=24138] ppid=24136 vsize=5352 CPUtime=0
/proc/24138/stat : 24138 (minicirc.bash) S 24136 24138 23914 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416280963 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24138/statm: 1338 223 186 169 0 49 0
[pid=24139] ppid=24138 vsize=40024 CPUtime=545.75
/proc/24139/stat : 24139 (minicirc.linux3) R 24138 24138 23914 0 -1 4194304 13924 0 0 0 54564 11 0 0 25 0 1 0 416280963 40984576 9620 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135244490 0 0 4096 17507 0 0 0 17 1 0 0
/proc/24139/statm: 10006 9620 221 274 0 9521 0
[pid=24140] ppid=24138 vsize=12268 CPUtime=0
/proc/24140/stat : 24140 (miniadapter.pl) S 24138 24138 23914 0 -1 4194304 399 0 0 0 0 0 0 0 16 0 1 0 416280963 12562432 358 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 257423356002 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24140/statm: 3067 358 282 3 0 167 0
Current children cumulated CPU time (s) 545.75
Current children cumulated vsize (KiB) 57644

Child status: 0
Real time (s): 546.026
CPU time (s): 545.788
CPU user time (s): 545.66
CPU system time (s): 0.12798
CPU usage (%): 99.9564
Max. virtual memory (cumulated for all children) (KiB): 60240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 545.66
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14622
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= 98
involuntary context switches= 1579

runsolver used 0.490925 second user time and 1.50177 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Thu May 17 11:55:14 UTC 2007

IDJOB= 461809
IDBENCH= 48672
IDSOLVER= 205
FILE ID= node68/461809-1179402914

PBS_JOBID= 5292736

Free space on /tmp= 66531 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/c32sat-ssort/ssort7.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461809-1179402914/instance-461809-1179402914.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-461809-1179402914 -o ROOT/results/node68/solver-461809-1179402914 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461809-1179402914/instance-461809-1179402914.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  fc017cfbf372f7cbd2c62035d6364f96

RANDOM SEED= 134549235

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1116584 kB
Buffers:         42700 kB
Cached:         744480 kB
SwapCached:       3116 kB
Active:         221036 kB
Inactive:       576084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1116584 kB
SwapTotal:     4192956 kB
SwapFree:      4184012 kB
Dirty:            4792 kB
Writeback:           0 kB
Mapped:          15868 kB
Slab:           128276 kB
Committed_AS:  4188100 kB
PageTables:       1380 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= 66531 MiB

End job on node68 on Thu May 17 12:04:21 UTC 2007