Trace number 461649

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 846.463 846.813

General information on the benchmark

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

Solver Data (download as text)

55.26/55.34	c ____________________________________________________________________________________
55.26/55.34	c !! Parsing                         :     5103 ANDs    373 PIs   (CPU-Time    0.00 s)
55.26/55.34	c ____________________________________________________________________________________
55.26/55.34	c !! Initial simplification          :     3689 ANDs    373 PIs   (CPU-Time    0.00 s)
55.26/55.34	c >>     Top conjunction: 1415 POs
55.26/55.34	c ____________________________________________________________________________________
55.26/55.34	c !! DAG-aware minimization begins   : 
55.26/55.34	c >>     Strashing:
55.26/55.34	c >>     Minimizing:
55.26/55.34	c >>     progress        0/    3689
>>     progress     1000/    3645
>>     progress     2000/    3560
>>     progress     3000/    3435
>>     progress     4000/    3306
>>     Reduction in #ANDs: 10.68 %
55.26/55.34	c >>     Core shrink time  : 0.03 s
55.26/55.34	c >>     Globally redundant: 0
55.26/55.34	c >> DAG-aware minimization completed:     3295 ANDs    373 PIs   (CPU-Time    0.03 s)
55.26/55.34	c ____________________________________________________________________________________
55.26/55.34	c !! Tech-mapping for CNF begins     : 
55.26/55.34	c >>     Cut statistics:  (total = 10705, avg = 3.2, max = 9)          
55.26/55.34	c >>        0:     8583 clauses   (CPU Time 0.01)
55.26/55.34	c >>        1:     7573 clauses   (CPU Time 0.01)
55.26/55.34	c >>        2:     7437 clauses   (CPU Time 0.01)
55.26/55.34	c >>        3:     7402 clauses   (CPU Time 0.01)
55.26/55.34	c >>     Core techmap time: 0.05 s
55.26/55.34	c >> Tech-mapping for CNF completed  :     1853 LUTs    373 PIs   (CPU-Time    0.05 s)
55.26/55.34	c ____________________________________________________________________________________
55.26/55.34	c !! Producing initial SAT-problem   :     7402 clauses           (CPU-Time -789450602238279779319936490374403962617978270650415862100141036551272012432846738889426423831018451322879204416028672.00 s)
55.26/55.34	c ____________________________________________________________________________________
55.26/55.34	c !! Running SAT...
55.26/55.34	c 
55.26/55.34	c ============================[After Simplification]=============================
55.26/55.34	c |  Number of variables:  718                                                  |
55.26/55.34	c |  Number of clauses:    3058                                                 |
55.26/55.34	c ============================[ Search Statistics ]==============================
55.26/55.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
55.26/55.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
55.26/55.34	c ===============================================================================
55.26/55.34	c |         0 |     718     3058     9108 |     1019        0    nan |  0.000 % |
55.26/55.34	c |       100 |     718     3058     9108 |     1121      100     29 | 63.584 % |
55.26/55.34	c |       250 |     718     3058     9108 |     1233      250     27 | 63.583 % |
55.26/55.34	c |       476 |     718     3058     9108 |     1356      476     30 | 63.584 % |
55.26/55.34	c |       814 |     718     3058     9108 |     1492      814     27 | 63.583 % |
55.26/55.34	c |      1320 |     718     3058     9108 |     1641     1320     28 | 63.584 % |
55.26/55.34	c |      2079 |     718     3058     9108 |     1805     2079     28 | 63.584 % |
55.26/55.34	c |      3220 |     718     3058     9108 |     1986     3220     25 | 63.583 % |
55.26/55.34	c |      4929 |     716     3058     9108 |     2185     3098     26 | 63.673 % |
55.26/55.34	c |      7491 |     716     3058     9108 |     2403     3695     34 | 63.673 % |
55.26/55.34	c |     11335 |     716     3058     9108 |     2643     3564     26 | 63.673 % |
55.26/55.34	c |     17101 |     716     3058     9108 |     2908     2769     27 | 63.673 % |
55.26/55.34	c |     25750 |     716     3058     9108 |     3199     2476     16 | 63.673 % |
55.26/55.34	c |     38724 |     715     3058     9108 |     3519     3245     24 | 63.718 % |
55.26/55.34	c |     58185 |     715     3058     9108 |     3870     4541     37 | 63.718 % |
55.26/55.34	c |     87377 |     715     3058     9108 |     4258     2832     34 | 63.719 % |
55.26/55.34	c |    131166 |     715     3058     9108 |     4683     5534     21 | 63.718 % |
55.26/55.34	c |    196850 |     715     3058     9108 |     5152     4404     32 | 63.718 % |
55.26/55.34	c |    295377 |     715     3058     9108 |     5667     5944     42 | 63.719 % |
55.26/55.34	c |    443168 |     712     3058     9108 |     6234     4021     24 | 63.853 % |
846.43/846.81	c |    664853 |     712     3058     9108 |     6857     6818     18 | 63.853 % |
846.43/846.81	c |    997378 |     712     3058     9108 |     7543     6628     32 | 63.853 % |
846.43/846.81	c |   1496166 |     712     3058     9108 |     8297     6548     30 | 63.853 % |
846.43/846.81	c |   2244351 |     712     3058     9108 |     9127     8095     47 | 63.853 % |
846.43/846.81	c |   3366628 |     712     3058     9108 |    10040     9244     28 | 63.854 % |
846.43/846.81	c ===============================================================================
846.43/846.81	c restarts         : 25
846.43/846.81	c conflicts        : 5023256     
846.43/846.81	c decisions        : 6080557      (1.13 % random)
846.43/846.81	c propagations     : 689420786   
846.43/846.81	c conflict literals: 208285116    (35.36 % deleted)
846.43/846.81	s UNSATISFIABLEc 
846.43/846.81	c Total CPU time: 846.36

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/node15/watcher-461649-1179402482 -o ROOT/results/node15/solver-461649-1179402482 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461649-1179402482/instance-461649-1179402482.aig 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21772
/proc/meminfo: memFree=1653496/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=5356 CPUtime=0
/proc/21773/stat : 21773 (minicirc.bash) R 21772 21772 21649 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 4401232 0 0 4100 65536 0 0 0 17 1 0 0
/proc/21773/statm: 1339 224 186 169 0 50 0
[pid=21774] ppid=21772 vsize=12128 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) R 21772 21772 21649 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 388165843 12419072 249 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240472462049 0 0 4224 0 0 0 0 17 1 0 0
/proc/21774/statm: 3033 252 188 3 0 133 0

[startup+0.056889 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21772
/proc/meminfo: memFree=1653496/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=10260 CPUtime=0.04
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 1298 0 0 0 4 0 0 0 19 0 1 0 388165843 10506240 1240 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696275 0 0 4096 17507 0 0 0 17 0 0 0
/proc/21773/statm: 2565 1240 71 274 0 2080 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388165843 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27884

[startup+0.102893 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21772
/proc/meminfo: memFree=1653496/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=10448 CPUtime=0.09
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 2214 0 0 0 8 1 0 0 19 0 1 0 388165843 10698752 2156 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135380382 0 0 4096 17507 0 0 0 17 0 0 0
/proc/21773/statm: 2612 2156 71 274 0 2127 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388165843 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28072

[startup+0.302903 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21772
/proc/meminfo: memFree=1653496/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=11680 CPUtime=0.29
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 2798 0 0 0 28 1 0 0 21 0 1 0 388165843 11960320 2607 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 0 0 0
/proc/21773/statm: 2920 2607 204 274 0 2435 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29304

[startup+0.701937 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21772
/proc/meminfo: memFree=1653496/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=12076 CPUtime=0.69
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 2905 0 0 0 68 1 0 0 25 0 1 0 388165843 12365824 2714 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043722 0 0 4096 17507 0 0 0 17 0 0 0
/proc/21773/statm: 3019 2714 204 274 0 2534 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29700

[startup+1.50201 s]
/proc/loadavg: 0.85 0.94 0.69 2/80 21775
/proc/meminfo: memFree=1642656/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=12208 CPUtime=1.48
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 2938 0 0 0 147 1 0 0 25 0 1 0 388165843 12500992 2747 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135065641 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3052 2747 204 274 0 2567 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29832

[startup+3.10115 s]
/proc/loadavg: 0.85 0.94 0.69 2/80 21775
/proc/meminfo: memFree=1642400/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=12208 CPUtime=3.08
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 2947 0 0 0 307 1 0 0 25 0 1 0 388165843 12500992 2756 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3052 2756 204 274 0 2567 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29832

[startup+6.30144 s]
/proc/loadavg: 0.86 0.94 0.70 2/80 21775
/proc/meminfo: memFree=1641760/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=12732 CPUtime=6.28
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3077 0 0 0 627 1 0 0 25 0 1 0 388165843 13037568 2886 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3183 2886 204 274 0 2698 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30356

[startup+12.702 s]
/proc/loadavg: 0.87 0.94 0.70 2/80 21775
/proc/meminfo: memFree=1641576/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=12984 CPUtime=12.68
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3119 0 0 0 1267 1 0 0 25 0 1 0 388165843 13295616 2928 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043862 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3246 2928 204 274 0 2761 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30608

[startup+25.5022 s]
/proc/loadavg: 0.90 0.94 0.70 2/80 21775
/proc/meminfo: memFree=1641256/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=13248 CPUtime=25.47
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3206 0 0 0 2546 1 0 0 25 0 1 0 388165843 13565952 3015 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043782 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3312 3015 204 274 0 2827 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30872

[startup+51.1025 s]
/proc/loadavg: 0.93 0.94 0.71 2/80 21775
/proc/meminfo: memFree=1640808/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=13776 CPUtime=51.07
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3314 0 0 0 5105 2 0 0 25 0 1 0 388165843 14106624 3123 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043239 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3444 3123 204 274 0 2959 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31400

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.72 2/80 21775
/proc/meminfo: memFree=1639976/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=14448 CPUtime=102.26
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3494 0 0 0 10223 3 0 0 25 0 1 0 388165843 14794752 3303 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043534 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3612 3303 204 274 0 3127 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32072

[startup+162.303 s]
/proc/loadavg: 0.99 0.96 0.74 2/80 21775
/proc/meminfo: memFree=1639528/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=14976 CPUtime=162.24
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3614 0 0 0 16221 3 0 0 25 0 1 0 388165843 15335424 3423 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043649 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 3744 3423 204 274 0 3259 0

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

/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 33920

[startup+702.301 s]
/proc/loadavg: 1.08 1.00 0.84 2/80 21775
/proc/meminfo: memFree=1637992/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=702.09
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 70202 7 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 33920

[startup+762.306 s]
/proc/loadavg: 1.06 1.01 0.85 2/80 21775
/proc/meminfo: memFree=1637992/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=762.08
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 76201 7 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043725 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 33920

[startup+822.301 s]
/proc/loadavg: 1.12 1.04 0.87 2/86 21945
/proc/meminfo: memFree=1636720/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=821.96
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 82188 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 33920

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

[startup+831.901 s]
/proc/loadavg: 1.10 1.04 0.87 2/86 21951
/proc/meminfo: memFree=1636720/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=831.55
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 83147 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043777 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 831.55
Current children cumulated vsize (KiB) 33920

[startup+838.303 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637792/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=837.94
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 83786 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043604 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 837.94
Current children cumulated vsize (KiB) 33920

[startup+841.505 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637800/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=841.14
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 84106 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 841.14
Current children cumulated vsize (KiB) 33920

[startup+844.701 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637800/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=844.34
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 84426 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135063088 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 844.34
Current children cumulated vsize (KiB) 33920

[startup+845.501 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637800/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=845.13
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 84505 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 845.13
Current children cumulated vsize (KiB) 33920

[startup+846.303 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637800/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=845.93
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 84585 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135061758 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 845.93
Current children cumulated vsize (KiB) 33920

[startup+846.703 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637800/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=846.33
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 84625 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 846.33
Current children cumulated vsize (KiB) 33920

[startup+846.803 s]
/proc/loadavg: 1.08 1.03 0.87 2/80 21973
/proc/meminfo: memFree=1637800/2055920 swapFree=4156504/4192956
[pid=21772] ppid=21770 vsize=5356 CPUtime=0
/proc/21772/stat : 21772 (minicirc.bash) S 21770 21772 21649 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165843 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21772/statm: 1339 224 186 169 0 50 0
[pid=21773] ppid=21772 vsize=16296 CPUtime=846.43
/proc/21773/stat : 21773 (minicirc.linux3) R 21772 21772 21649 0 -1 4194304 3969 0 0 0 84635 8 0 0 25 0 1 0 388165843 16687104 3778 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21773/statm: 4074 3778 204 274 0 3589 0
[pid=21774] ppid=21772 vsize=12268 CPUtime=0
/proc/21774/stat : 21774 (miniadapter.pl) S 21772 21772 21649 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165843 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21774/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 846.43
Current children cumulated vsize (KiB) 33920

Child status: 0
Real time (s): 846.813
CPU time (s): 846.463
CPU user time (s): 846.364
CPU system time (s): 0.098984
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 33920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 846.364
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4672
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= 72
involuntary context switches= 17797

runsolver used 0.877866 second user time and 2.20966 second system time

The end

Launcher Data (download as text)

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

IDJOB= 461649
IDBENCH= 48512
IDSOLVER= 205
FILE ID= node15/461649-1179402482

PBS_JOBID= 5292445

Free space on /tmp= 66533 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  036a230e5daa2661dd92112a308259fe

RANDOM SEED= 414647095

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1653776 kB
Buffers:         51324 kB
Cached:         255968 kB
SwapCached:      16524 kB
Active:         176344 kB
Inactive:       155544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653776 kB
SwapTotal:     4192956 kB
SwapFree:      4156504 kB
Dirty:            4788 kB
Writeback:           0 kB
Mapped:          30332 kB
Slab:            55712 kB
Committed_AS: 10972680 kB
PageTables:       1868 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= 66533 MiB

End job on node15 on Thu May 17 12:02:09 UTC 2007