Trace number 461667

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 1150.36 1150.86

General information on the benchmark

Nameindustrial-aig/palacios/medium/
emptyroom-4-h21-unsat.aig
MD5SUM80ff121b2241ca020568a7aef95b7f41
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1150.36
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

3.49/3.54	c ____________________________________________________________________________________
3.49/3.54	c !! Parsing                         :    70712 ANDs    222 PIs   (CPU-Time    0.04 s)
3.49/3.54	c ____________________________________________________________________________________
3.49/3.54	c !! Initial simplification          :    70127 ANDs    222 PIs   (CPU-Time    0.06 s)
3.49/3.54	c >>     Top conjunction: 586 POs
3.49/3.54	c ____________________________________________________________________________________
3.49/3.54	c !! DAG-aware minimization begins   : 
3.49/3.54	c >>     Strashing:
3.49/3.54	c >>     Minimizing:
3.49/3.54	c >>     progress        0/   70127
>>     progress     1000/   70009
>>     progress     2000/   69934
>>     progress     3000/   69867
>>     progress     4000/   69854
>>     progress     5000/   69783
>>     progress     6000/   69770
>>     progress     7000/   69742
>>     progress     8000/   69693
>>     progress     9000/   69679
>>     progress    10000/   69658
>>     progress    11000/   69626
>>     progress    12000/   69623
>>     progress    13000/   69589
>>     progress    14000/   69579
>>     progress    15000/   69574
>>     progress    16000/   69574
>>     progress    17000/   69570
>>     progress    18000/   69570
>>     progress    19000/   69570
>>     progress    20000/   69570
>>     progress    21000/   69568
>>     progress    22000/   69554
>>     progress    23000/   69554
>>     progress    24000/   69554
>>     progress    25000/   69554
>>     progress    26000/   69550
>>     progress    27000/   69550
>>     progress    28000/   69550
>>     progress    29000/   69550
>>     progress    30000/   69549
>>     progress    31000/   69535
>>     progress    32000/   69535
>>     progress    33000/   69535
>>     progress    34000/   69535
>>     progress    35000/   69526
>>     progress    36000/   69525
>>     progress    37000/   69525
>>     progress    38000/   69525
>>     progress    39000/   69509
>>     progress    40000/   69509
>>     progress    41000/   69509
>>     progress    42000/   69509
>>     progress    43000/   69509
>>     progress    44000/   69487
>>     progress    45000/   69487
>>     progress    46000/   69487
>>     progress    47000/   69487
>>     progress    48000/   69483
>>     progress    49000/   69472
>>     progress    50000/   69472
>>     progress    51000/   69472
>>     progress    52000/   69472
>>     progress    53000/   69448
>>     progress    54000/   69447
>>     progress    55000/   69447
>>     progress    56000/   69447
>>     progress    57000/   69445
>>     progress    58000/   69436
>>     progress    59000/   69436
>>     progress    60000/   69436
>>     progress    61000/   69436
>>     progress    62000/   69423
>>     progress    63000/   69414
>>     progress    64000/   69414
>>     progress    65000/   69414
>>     progress    66000/   69414
>>     progress    67000/   69411
>>     progress    68000/   69411
>>     progress    69000/   69411
>>     progress    70000/   69411
>>     Reduction in #ANDs:  1.02 %
3.49/3.54	c >>     Core shrink time  : 0.90 s
3.49/3.54	c >>     Globally redundant: 0
3.49/3.54	c >> DAG-aware minimization completed:    69409 ANDs    222 PIs   (CPU-Time    0.94 s)
3.49/3.54	c ____________________________________________________________________________________
3.49/3.54	c !! Tech-mapping for CNF begins     : 
3.49/3.54	c >>     Cut statistics:  (total = 369024, avg = 5.3, max = 9)          
3.49/3.54	c >>        0:   201921 clauses   (CPU Time 0.64)
3.49/3.54	c >>        1:   141428 clauses   (CPU Time 0.30)
3.49/3.54	c >>        2:   134512 clauses   (CPU Time 0.36)
3.49/3.54	c >>        3:   134098 clauses   (CPU Time 0.34)
3.49/3.54	c >>     Core techmap time: 1.74 s
3.49/3.54	c >> Tech-mapping for CNF completed  :    28729 LUTs    222 PIs   (CPU-Time    1.76 s)
3.49/3.54	c ____________________________________________________________________________________
3.49/3.54	c !! Producing initial SAT-problem   :   134098 clauses           (CPU-Time   -0.00 s)
3.49/3.54	c ____________________________________________________________________________________
3.49/3.54	c !! Running SAT...
3.49/3.54	c 
3.49/3.54	c ============================[After Simplification]=============================
1150.28/1150.86	c |  Number of variables:  16933                                                |
1150.28/1150.86	c |  Number of clauses:    110889                                               |
1150.28/1150.86	c ============================[ Search Statistics ]==============================
1150.28/1150.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1150.28/1150.86	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1150.28/1150.86	c ===============================================================================
1150.28/1150.86	c |         0 |   16933   110889   369133 |    36963        0    nan |  0.000 % |
1150.28/1150.86	c |       100 |   16933   110889   369133 |    40659      100     16 |  2.028 % |
1150.28/1150.86	c |       252 |   16932   110889   369133 |    44725      251     17 |  2.031 % |
1150.28/1150.86	c |       477 |   16932   110889   369133 |    49197      476     44 |  2.031 % |
1150.28/1150.86	c |       814 |   16932   110889   369133 |    54117      812     30 |  2.034 % |
1150.28/1150.86	c |      1320 |   16932   110889   369133 |    59529     1318     31 |  2.034 % |
1150.28/1150.86	c |      2079 |   16931   110889   369133 |    65482     2077     26 |  2.034 % |
1150.28/1150.86	c |      3218 |   16931   110889   369133 |    72030     3216     45 |  2.034 % |
1150.28/1150.86	c |      4926 |   16928   110889   369133 |    79233     4921     37 |  2.045 % |
1150.28/1150.86	c |      7489 |   16926   110889   369133 |    87156     7320     38 |  2.062 % |
1150.28/1150.86	c |     11334 |   16918   110889   369133 |    95872    11151     37 |  2.079 % |
1150.28/1150.86	c |     17100 |   16910   110889   369133 |   105459    16909     40 |  2.107 % |
1150.28/1150.86	c |     25750 |   16905   110889   369133 |   116005    25550     39 |  2.124 % |
1150.28/1150.86	c |     38724 |   16901   110889   369133 |   127606    38511     38 |  2.138 % |
1150.28/1150.86	c |     58186 |   16893   110889   369133 |   140366    57957     37 |  2.166 % |
1150.28/1150.86	c |     87381 |   16885   110889   369133 |   154403    87137     44 |  2.193 % |
1150.28/1150.86	c |    131170 |   16880   110889   369133 |   169843   130891     46 |  2.211 % |
1150.28/1150.86	c |    196856 |   16869   110889   369133 |   186828    52895     40 |  2.249 % |
1150.28/1150.86	c |    295382 |   16855   110889   369133 |   205511   151337     45 |  2.300 % |
1150.28/1150.86	c |    443171 |   16838   110889   369133 |   226062   119996     51 |  2.356 % |
1150.28/1150.86	c ===============================================================================
1150.28/1150.86	c restarts         : 20
1150.28/1150.86	c conflicts        : 499937      
1150.28/1150.86	c decisions        : 861869       (1.42 % random)
1150.28/1150.86	c propagations     : 893682854   
1150.28/1150.86	c conflict literals: 26983218     (65.41 % deleted)
1150.28/1150.86	s UNSATISFIABLEc 
1150.28/1150.86	c Total CPU time: 1150.00

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/node3/watcher-461667-1179402544 -o ROOT/results/node3/solver-461667-1179402544 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461667-1179402544/instance-461667-1179402544.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.84 0.94 0.70 3/77 29453
/proc/meminfo: memFree=1570016/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=10260 CPUtime=0
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 342 0 0 0 0 0 0 0 18 0 1 0 416292141 10506240 284 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 2565 285 71 274 0 2080 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 416292141 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 337 262 3 0 167 0

[startup+0.059124 s]
/proc/loadavg: 0.84 0.94 0.70 3/77 29453
/proc/meminfo: memFree=1570016/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=10260 CPUtime=0.05
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 1271 0 0 0 5 0 0 0 18 0 1 0 416292141 10506240 1213 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 2565 1214 71 274 0 2080 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 416292141 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27884

[startup+0.10113 s]
/proc/loadavg: 0.84 0.94 0.70 3/77 29453
/proc/meminfo: memFree=1570016/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=10448 CPUtime=0.08
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 2179 0 0 0 8 0 0 0 18 0 1 0 416292141 10698752 2121 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 2612 2121 71 274 0 2127 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 416292141 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28072

[startup+0.301162 s]
/proc/loadavg: 0.84 0.94 0.70 3/77 29453
/proc/meminfo: memFree=1570016/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=17272 CPUtime=0.29
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 5965 0 0 0 27 2 0 0 19 0 1 0 416292141 17686528 3709 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134875091 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 4318 3709 176 274 0 3833 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34896

[startup+0.701288 s]
/proc/loadavg: 0.84 0.94 0.70 3/77 29453
/proc/meminfo: memFree=1570016/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=18976 CPUtime=0.69
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 6368 0 0 0 67 2 0 0 23 0 1 0 416292141 19431424 4112 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134648219 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 4744 4112 176 274 0 4259 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36600

[startup+1.50236 s]
/proc/loadavg: 0.84 0.94 0.70 2/80 29456
/proc/meminfo: memFree=1552264/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=18560 CPUtime=1.49
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 9042 0 0 0 146 3 0 0 25 0 1 0 416292141 19005440 3982 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 4640 3982 183 274 0 4155 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36184

[startup+3.10162 s]
/proc/loadavg: 0.84 0.94 0.70 2/80 29456
/proc/meminfo: memFree=1551432/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=27380 CPUtime=3.09
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 13665 0 0 0 303 6 0 0 25 0 1 0 416292141 28037120 6086 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135018213 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 6845 6086 198 274 0 6360 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 416292141 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45004

[startup+6.30213 s]
/proc/loadavg: 0.85 0.94 0.71 2/80 29456
/proc/meminfo: memFree=1538824/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=34224 CPUtime=6.29
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 15554 0 0 0 622 7 0 0 25 0 1 0 416292141 35045376 7798 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 8556 7798 205 274 0 8071 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 15 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51848

[startup+12.7012 s]
/proc/loadavg: 0.87 0.94 0.71 2/80 29456
/proc/meminfo: memFree=1538248/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=34652 CPUtime=12.69
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 15651 0 0 0 1262 7 0 0 25 0 1 0 416292141 35483648 7895 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 8663 7895 205 274 0 8178 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52276

[startup+25.5012 s]
/proc/loadavg: 0.89 0.94 0.71 2/80 29456
/proc/meminfo: memFree=1537288/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=35740 CPUtime=25.48
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 15904 0 0 0 2541 7 0 0 25 0 1 0 416292141 36597760 8148 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 8935 8148 205 274 0 8450 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53364

[startup+51.1014 s]
/proc/loadavg: 0.93 0.94 0.72 2/80 29456
/proc/meminfo: memFree=1533704/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=39232 CPUtime=51.06
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 16791 0 0 0 5098 8 0 0 25 0 1 0 416292141 40173568 9035 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043305 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 9808 9035 205 274 0 9323 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 56856

[startup+102.307 s]
/proc/loadavg: 0.97 0.95 0.73 2/80 29456
/proc/meminfo: memFree=1526024/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=46840 CPUtime=102.26
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 18784 0 0 0 10216 10 0 0 25 0 1 0 416292141 47964160 10926 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135052073 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 11710 10926 205 274 0 11225 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 64464

[startup+162.301 s]
/proc/loadavg: 0.99 0.95 0.74 2/80 29456
/proc/meminfo: memFree=1518920/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=54140 CPUtime=162.22
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 20666 0 0 0 16210 12 0 0 25 0 1 0 416292141 55439360 12717 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 13535 12717 205 274 0 13050 0

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

/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 99544

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.87 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1001.83
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 100157 26 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043871 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 99544

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.87 2/80 29654
/proc/meminfo: memFree=1491208/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1061.81
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 106154 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 99544

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1121.79
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 112152 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 99544

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

[startup+1126.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1125.79
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 112552 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1125.79
Current children cumulated vsize (KiB) 99544

[startup+1139.1 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1138.58
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 113831 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135063607 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1138.58
Current children cumulated vsize (KiB) 99544

[startup+1145.5 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1144.98
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 114471 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043705 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1144.98
Current children cumulated vsize (KiB) 99544

[startup+1148.7 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1148.18
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 114791 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1148.18
Current children cumulated vsize (KiB) 99544

[startup+1149.51 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1148.98
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 114871 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1148.98
Current children cumulated vsize (KiB) 99544

[startup+1150.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1149.78
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 114951 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135247669 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1149.78
Current children cumulated vsize (KiB) 99544

[startup+1150.7 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=81920 CPUtime=1150.18
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27897 0 0 0 114991 27 0 0 25 0 1 0 416292141 83886080 19568 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 20480 19568 205 274 0 19995 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1150.18
Current children cumulated vsize (KiB) 99544

[startup+1150.8 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 29654
/proc/meminfo: memFree=1491144/2055920 swapFree=4138692/4192956
[pid=29453] ppid=29451 vsize=5356 CPUtime=0
/proc/29453/stat : 29453 (minicirc.bash) S 29451 29453 29330 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 416292141 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29453/statm: 1339 224 186 169 0 50 0
[pid=29454] ppid=29453 vsize=77020 CPUtime=1150.28
/proc/29454/stat : 29454 (minicirc.linux3) R 29453 29453 29330 0 -1 4194304 27900 0 0 0 115001 27 0 0 25 0 1 0 416292141 78868480 18643 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135013819 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29454/statm: 19255 18643 208 274 0 18770 0
[pid=29455] ppid=29453 vsize=12268 CPUtime=0
/proc/29455/stat : 29455 (miniadapter.pl) S 29453 29453 29330 0 -1 4194304 399 0 0 0 0 0 0 0 16 0 1 0 416292141 12562432 358 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 233641652322 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29455/statm: 3067 358 282 3 0 167 0
Current children cumulated CPU time (s) 1150.28
Current children cumulated vsize (KiB) 94644

Child status: 0
Real time (s): 1150.86
CPU time (s): 1150.36
CPU user time (s): 1150.07
CPU system time (s): 0.291955
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 99544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1150.07
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28600
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= 127
involuntary context switches= 3623

runsolver used 1.2988 second user time and 2.90656 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu May 17 11:49:04 UTC 2007

IDJOB= 461667
IDBENCH= 48530
IDSOLVER= 205
FILE ID= node3/461667-1179402544

PBS_JOBID= 5292463

Free space on /tmp= 66539 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/palacios/medium/emptyroom-4-h21-unsat.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461667-1179402544/instance-461667-1179402544.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-461667-1179402544 -o ROOT/results/node3/solver-461667-1179402544 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461667-1179402544/instance-461667-1179402544.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  80ff121b2241ca020568a7aef95b7f41

RANDOM SEED= 350645253

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1570232 kB
Buffers:         53720 kB
Cached:         335712 kB
SwapCached:      18364 kB
Active:         108840 kB
Inactive:       305204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570232 kB
SwapTotal:     4192956 kB
SwapFree:      4138692 kB
Dirty:            5000 kB
Writeback:           0 kB
Mapped:          30336 kB
Slab:            57176 kB
Committed_AS: 11869844 kB
PageTables:       1780 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= 66539 MiB

End job on node3 on Thu May 17 12:08:15 UTC 2007