Trace number 461827

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-17? (TO) 1200.04 1201.01

General information on the benchmark

Nameadditional-aig/minisat+/
g15x15.undecided.aig
MD5SUMa78e5e1e2e9ac1c5997c59b5895bea3b
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark639.494
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

133.80/133.97	c ____________________________________________________________________________________
133.80/133.97	c !! Parsing                         :     6135 ANDs    225 PIs   (CPU-Time    0.00 s)
133.80/133.97	c ____________________________________________________________________________________
133.80/133.97	c !! Initial simplification          :     5902 ANDs    225 PIs   (CPU-Time    0.00 s)
133.80/133.97	c >>     Top conjunction: 234 POs
133.80/133.97	c ____________________________________________________________________________________
133.80/133.97	c !! DAG-aware minimization begins   : 
133.80/133.97	c >>     Strashing:
133.80/133.97	c >>     Minimizing:
133.80/133.97	c >>     progress        0/    5902
>>     progress     1000/    5855
>>     progress     2000/    5825
>>     progress     3000/    5790
>>     progress     4000/    5751
>>     progress     5000/    5700
>>     progress     6000/    5700
>>     Reduction in #ANDs:  3.42 %
133.80/133.97	c >>     Core shrink time  : 0.12 s
133.80/133.97	c >>     Globally redundant: 0
133.80/133.97	c >> DAG-aware minimization completed:     5700 ANDs    225 PIs   (CPU-Time    0.12 s)
133.80/133.97	c ____________________________________________________________________________________
133.80/133.97	c !! Tech-mapping for CNF begins     : 
133.80/133.97	c >>     Cut statistics:  (total = 40149, avg = 7.0, max = 11)          
133.80/133.97	c >>        0:    15186 clauses   (CPU Time 0.08)
133.80/133.97	c >>        1:    15055 clauses   (CPU Time 0.03)
133.80/133.97	c >>        2:    14655 clauses   (CPU Time 0.03)
133.80/133.97	c >>        3:    14653 clauses   (CPU Time 0.03)
133.80/133.97	c >>     Core techmap time: 0.17 s
133.80/133.97	c >> Tech-mapping for CNF completed  :     3391 LUTs    225 PIs   (CPU-Time    0.17 s)
133.80/133.97	c ____________________________________________________________________________________
133.80/133.97	c !! Producing initial SAT-problem   :    14653 clauses           (CPU-Time    0.00 s)
133.80/133.97	c ____________________________________________________________________________________
133.80/133.97	c !! Running SAT...
133.80/133.97	c 
133.80/133.97	c ============================[After Simplification]=============================
133.80/133.97	c |  Number of variables:  3000                                                 |
133.80/133.97	c |  Number of clauses:    13474                                                |
133.80/133.97	c ============================[ Search Statistics ]==============================
133.80/133.97	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
133.80/133.97	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
133.80/133.97	c ===============================================================================
133.80/133.97	c |         0 |    3000    13474    39010 |     4491        0    nan |  0.000 % |
133.80/133.97	c |       101 |    3000    13474    39010 |     4940      101      5 |  6.497 % |
133.80/133.97	c |       254 |    3000    13474    39010 |     5434      253      9 |  6.580 % |
133.80/133.97	c |       479 |    2997    13474    39010 |     5977      478      8 |  6.580 % |
133.80/133.97	c |       817 |    2996    13474    39010 |     6575      814     10 |  6.663 % |
133.80/133.97	c |      1323 |    2994    13474    39010 |     7233     1319     10 |  6.718 % |
133.80/133.97	c |      2082 |    2985    13474    39010 |     7956     2074     10 |  6.912 % |
133.80/133.97	c |      3221 |    2970    13474    39010 |     8752     3094     10 |  7.327 % |
133.80/133.97	c |      4929 |    2970    13474    39010 |     9627     4802     18 |  7.327 % |
133.80/133.97	c |      7492 |    2945    13474    39010 |    10590     7318     17 |  8.018 % |
133.80/133.97	c |     11336 |    2945    13474    39010 |    11649    11162     25 |  8.018 % |
133.80/133.97	c |     17102 |    2939    13474    39010 |    12814     8363     19 |  8.184 % |
133.80/133.97	c |     25751 |    2934    13474    39010 |    14095    10180     23 |  8.460 % |
133.80/133.97	c |     38727 |    2917    13474    39010 |    15505    15442     32 |  8.792 % |
133.80/133.97	c |     58189 |    2912    13474    39010 |    17055     9524     30 |  8.930 % |
133.80/133.97	c |     87381 |    2912    13474    39010 |    18761    11546     31 |  8.930 % |
133.80/133.97	c |    131171 |    2904    13474    39010 |    20637    16233     21 |  9.151 % |
133.80/133.97	c |    196856 |    2899    13474    39010 |    22701    17445     26 |  9.289 % |
133.80/133.97	c |    295382 |    2886    13474    39010 |    24971    20352     37 |  9.649 % |
133.80/133.97	c |    443171 |    2880    13474    39010 |    27468    25045     27 |  9.815 % |
133.80/133.97	c/tmp/evaluation/461827-1179402943/minicirc.bash: line 2: 26415 Exit 255                ./minicirc.linux32 $1
1200.02/1201.01	     26416 Terminated              | ./miniadapter.pl

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/node75/watcher-461827-1179402943 -o ROOT/results/node75/solver-461827-1179402943 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461827-1179402943/instance-461827-1179402943.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.26 0.57 0.60 3/64 26414
/proc/meminfo: memFree=1415104/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=10260 CPUtime=0
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 332 0 0 0 0 0 0 0 19 0 1 0 388208219 10506240 274 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 2565 275 71 274 0 2080 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388208219 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 337 262 3 0 167 0

[startup+0.108256 s]
/proc/loadavg: 0.26 0.57 0.60 3/64 26414
/proc/meminfo: memFree=1415104/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=10620 CPUtime=0.09
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 2429 0 0 0 9 0 0 0 19 0 1 0 388208219 10874880 2275 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134541581 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 2655 2275 116 274 0 2170 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28240

[startup+0.201275 s]
/proc/loadavg: 0.26 0.57 0.60 3/64 26414
/proc/meminfo: memFree=1415104/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=11252 CPUtime=0.19
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 2642 0 0 0 19 0 0 0 21 0 1 0 388208219 11522048 2482 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134966349 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 2813 2482 176 274 0 2328 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28872

[startup+0.301292 s]
/proc/loadavg: 0.26 0.57 0.60 3/64 26414
/proc/meminfo: memFree=1415104/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=11248 CPUtime=0.29
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 2757 0 0 0 29 0 0 0 21 0 1 0 388208219 11517952 2482 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134874895 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 2812 2482 183 274 0 2327 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28868

[startup+0.701372 s]
/proc/loadavg: 0.26 0.57 0.60 3/64 26414
/proc/meminfo: memFree=1415104/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=12824 CPUtime=0.69
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 3211 0 0 0 69 0 0 0 25 0 1 0 388208219 13131776 2867 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 3206 2867 205 274 0 2721 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30444

[startup+1.50153 s]
/proc/loadavg: 0.26 0.57 0.60 2/67 26417
/proc/meminfo: memFree=1403240/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=13764 CPUtime=1.48
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 3444 0 0 0 148 0 0 0 25 0 1 0 388208219 14094336 3100 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043856 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 3441 3100 205 274 0 2956 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31384

[startup+3.10285 s]
/proc/loadavg: 0.26 0.57 0.60 2/67 26417
/proc/meminfo: memFree=1402216/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=14340 CPUtime=3.09
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 3602 0 0 0 309 0 0 0 25 0 1 0 388208219 14684160 3258 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052573 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 3585 3258 205 274 0 3100 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31960

[startup+6.30148 s]
/proc/loadavg: 0.32 0.58 0.60 2/67 26417
/proc/meminfo: memFree=1400680/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=15660 CPUtime=6.29
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 3914 0 0 0 628 1 0 0 25 0 1 0 388208219 16035840 3570 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043534 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 3915 3570 205 274 0 3430 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33280

[startup+12.7017 s]
/proc/loadavg: 0.37 0.59 0.61 2/67 26417
/proc/meminfo: memFree=1399912/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=16608 CPUtime=12.69
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 4159 0 0 0 1267 2 0 0 25 0 1 0 388208219 17006592 3815 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 4152 3815 205 274 0 3667 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34228

[startup+25.5013 s]
/proc/loadavg: 0.51 0.61 0.61 2/67 26417
/proc/meminfo: memFree=1398696/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=17684 CPUtime=25.48
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 4432 0 0 0 2546 2 0 0 25 0 1 0 388208219 18108416 4088 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043736 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 4421 4088 205 274 0 3936 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35304

[startup+51.1014 s]
/proc/loadavg: 0.68 0.64 0.62 2/67 26417
/proc/meminfo: memFree=1397032/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=19440 CPUtime=51.06
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 4859 0 0 0 5104 2 0 0 25 0 1 0 388208219 19906560 4515 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043777 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 4860 4515 205 274 0 4375 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 37060

[startup+102.301 s]
/proc/loadavg: 0.86 0.69 0.64 2/67 26417
/proc/meminfo: memFree=1395880/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=20572 CPUtime=102.23
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 5126 0 0 0 10221 2 0 0 25 0 1 0 388208219 21065728 4782 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 5143 4782 205 274 0 4658 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 38192

[startup+162.301 s]
/proc/loadavg: 0.95 0.74 0.66 2/67 26417
/proc/meminfo: memFree=1393704/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=22692 CPUtime=162.18
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 5667 0 0 0 16215 3 0 0 25 0 1 0 388208219 23236608 5323 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 5673 5323 205 274 0 5188 0

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

[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=30120 CPUtime=701.65
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 7490 0 0 0 70147 18 0 0 25 0 1 0 388208219 30842880 7105 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 7530 7105 205 274 0 7045 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 701.65
Current children cumulated vsize (KiB) 47740

[startup+762.301 s]
/proc/loadavg: 0.99 0.95 0.80 2/67 26615
/proc/meminfo: memFree=1385960/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=30748 CPUtime=761.6
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 7607 0 0 0 76141 19 0 0 25 0 1 0 388208219 31485952 7222 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135062259 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 7687 7222 205 274 0 7202 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 761.6
Current children cumulated vsize (KiB) 48368

[startup+822.301 s]
/proc/loadavg: 0.99 0.96 0.81 2/67 26615
/proc/meminfo: memFree=1385640/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=31056 CPUtime=821.56
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 7703 0 0 0 82137 19 0 0 25 0 1 0 388208219 31801344 7318 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 7764 7318 205 274 0 7279 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.56
Current children cumulated vsize (KiB) 48676

[startup+882.306 s]
/proc/loadavg: 0.99 0.96 0.82 2/67 26615
/proc/meminfo: memFree=1385448/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=31364 CPUtime=881.53
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 7755 0 0 0 88134 19 0 0 25 0 1 0 388208219 32116736 7370 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043526 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 7841 7370 205 274 0 7356 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.53
Current children cumulated vsize (KiB) 48984

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 26615
/proc/meminfo: memFree=1385256/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=31532 CPUtime=941.47
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 7788 0 0 0 94128 19 0 0 25 0 1 0 388208219 32288768 7403 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 7883 7403 205 274 0 7398 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.47
Current children cumulated vsize (KiB) 49152

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 26615
/proc/meminfo: memFree=1384616/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=32096 CPUtime=1001.44
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 7954 0 0 0 100125 19 0 0 25 0 1 0 388208219 32866304 7569 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043624 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 8024 7569 205 274 0 7539 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.44
Current children cumulated vsize (KiB) 49716

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 26615
/proc/meminfo: memFree=1383656/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=33124 CPUtime=1061.41
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 8195 0 0 0 106121 20 0 0 25 0 1 0 388208219 33918976 7810 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 8281 7810 205 274 0 7796 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.41
Current children cumulated vsize (KiB) 50744

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 26615
/proc/meminfo: memFree=1383464/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=33452 CPUtime=1121.36
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 8261 0 0 0 112116 20 0 0 25 0 1 0 388208219 34254848 7876 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 8363 7876 205 274 0 7878 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.36
Current children cumulated vsize (KiB) 51072

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 26615
/proc/meminfo: memFree=1383080/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=33764 CPUtime=1181.32
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 8347 0 0 0 118112 20 0 0 25 0 1 0 388208219 34574336 7962 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043705 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 8441 7962 205 274 0 7956 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.32
Current children cumulated vsize (KiB) 51384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 26615
/proc/meminfo: memFree=1382952/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=33908 CPUtime=1200.02
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 8378 0 0 0 119982 20 0 0 25 0 1 0 388208219 34721792 7993 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 8477 7993 205 274 0 7992 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 51528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 26615
/proc/meminfo: memFree=1382952/2055920 swapFree=4184028/4192956
[pid=26414] ppid=26412 vsize=5352 CPUtime=0
/proc/26414/stat : 26414 (minicirc.bash) S 26412 26414 26242 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388208219 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1338 223 186 169 0 49 0
[pid=26415] ppid=26414 vsize=33908 CPUtime=1200.02
/proc/26415/stat : 26415 (minicirc.linux3) R 26414 26414 26242 0 -1 4194304 8378 0 0 0 119982 20 0 0 25 0 1 0 388208219 34721792 7993 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 0 0 0
/proc/26415/statm: 8477 7993 205 274 0 7992 0
[pid=26416] ppid=26414 vsize=12268 CPUtime=0
/proc/26416/stat : 26416 (miniadapter.pl) S 26414 26414 26242 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388208219 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26416/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 51528

Child status: 143
Real time (s): 1201.01
CPU time (s): 1200.04
CPU user time (s): 1199.82
CPU system time (s): 0.214967
CPU usage (%): 99.9187
Max. virtual memory (cumulated for all children) (KiB): 51528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.82
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9065
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= 64
involuntary context switches= 4059

runsolver used 1.25181 second user time and 3.12752 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Thu May 17 11:55:43 UTC 2007

IDJOB= 461827
IDBENCH= 48690
IDSOLVER= 205
FILE ID= node75/461827-1179402943

PBS_JOBID= 5292754

Free space on /tmp= 66513 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/g15x15.undecided.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461827-1179402943/instance-461827-1179402943.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-461827-1179402943 -o ROOT/results/node75/solver-461827-1179402943 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461827-1179402943/instance-461827-1179402943.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  a78e5e1e2e9ac1c5997c59b5895bea3b

RANDOM SEED= 147516556

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.257
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.257
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1415320 kB
Buffers:         41816 kB
Cached:         475056 kB
SwapCached:       2988 kB
Active:         216492 kB
Inactive:       310028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415320 kB
SwapTotal:     4192956 kB
SwapFree:      4184028 kB
Dirty:            4876 kB
Writeback:           0 kB
Mapped:          15668 kB
Slab:           100036 kB
Committed_AS:  4649308 kB
PageTables:       1432 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= 66513 MiB

End job on node75 on Thu May 17 12:15:47 UTC 2007