Trace number 461825

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.08 1200.61

General information on the benchmark

Nameadditional-aig/minisat+/
g15x15.sat_nonopt.aig
MD5SUM96bf42efa0360b24d6ef29dc8456f0bd
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1118.3
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

160.54/160.63	c ____________________________________________________________________________________
160.54/160.63	c !! Parsing                         :     6159 ANDs    225 PIs   (CPU-Time    0.00 s)
160.54/160.63	c ____________________________________________________________________________________
160.54/160.63	c !! Initial simplification          :     5926 ANDs    225 PIs   (CPU-Time    0.01 s)
160.54/160.63	c >>     Top conjunction: 234 POs
160.54/160.63	c ____________________________________________________________________________________
160.54/160.63	c !! DAG-aware minimization begins   : 
160.54/160.63	c >>     Strashing:
160.54/160.63	c >>     Minimizing:
160.54/160.63	c >>     progress        0/    5926
>>     progress     1000/    5879
>>     progress     2000/    5849
>>     progress     3000/    5815
>>     progress     4000/    5775
>>     progress     5000/    5724
>>     progress     6000/    5724
>>     Reduction in #ANDs:  3.41 %
160.54/160.63	c >>     Core shrink time  : 0.12 s
160.54/160.63	c >>     Globally redundant: 0
160.54/160.63	c >> DAG-aware minimization completed:     5724 ANDs    225 PIs   (CPU-Time    0.13 s)
160.54/160.63	c ____________________________________________________________________________________
160.54/160.63	c !! Tech-mapping for CNF begins     : 
160.54/160.63	c >>     Cut statistics:  (total = 40341, avg = 7.0, max = 11)          
160.54/160.63	c >>        0:    15199 clauses   (CPU Time 0.08)
160.54/160.63	c >>        1:    15120 clauses   (CPU Time 0.03)
160.54/160.63	c >>        2:    14711 clauses   (CPU Time 0.03)
160.54/160.63	c >>        3:    14711 clauses   (CPU Time 0.03)
160.54/160.63	c >>     Core techmap time: 0.18 s
160.54/160.63	c >> Tech-mapping for CNF completed  :     3402 LUTs    225 PIs   (CPU-Time    0.18 s)
160.54/160.63	c ____________________________________________________________________________________
160.54/160.63	c !! Producing initial SAT-problem   :    14711 clauses           (CPU-Time    0.00 s)
160.54/160.63	c ____________________________________________________________________________________
160.54/160.63	c !! Running SAT...
160.54/160.63	c 
160.54/160.63	c ============================[After Simplification]=============================
160.54/160.63	c |  Number of variables:  2987                                                 |
160.54/160.63	c |  Number of clauses:    13460                                                |
160.54/160.63	c ============================[ Search Statistics ]==============================
160.54/160.63	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
160.54/160.63	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
160.54/160.63	c ===============================================================================
160.54/160.63	c |         0 |    2987    13460    39025 |     4486        0    nan |  0.000 % |
160.54/160.63	c |       100 |    2986    13460    39025 |     4935       99      4 |  6.533 % |
160.54/160.63	c |       250 |    2986    13460    39025 |     5428      245      5 |  6.974 % |
160.54/160.63	c |       476 |    2967    13460    39025 |     5971      469      7 |  7.029 % |
160.54/160.63	c |       814 |    2955    13460    39025 |     6568      801      9 |  7.663 % |
160.54/160.63	c |      1321 |    2941    13460    39025 |     7225     1288     12 |  7.745 % |
160.54/160.63	c |      2080 |    2937    13460    39025 |     7948     2045     10 |  7.938 % |
160.54/160.63	c |      3219 |    2934    13460    39025 |     8743     3184     12 |  7.938 % |
160.54/160.63	c |      4927 |    2929    13460    39025 |     9617     4890     14 |  8.076 % |
160.54/160.63	c |      7489 |    2920    13460    39025 |    10579     7423     18 |  8.324 % |
160.54/160.63	c |     11334 |    2915    13460    39025 |    11637    11256     21 |  8.462 % |
160.54/160.63	c |     17104 |    2915    13460    39025 |    12800    10480     34 |  8.462 % |
160.54/160.63	c |     25754 |    2915    13460    39025 |    14081    12267     21 |  8.462 % |
160.54/160.63	c |     38730 |    2910    13460    39025 |    15489    10013     14 |  8.600 % |
160.54/160.63	c |     58191 |    2906    13460    39025 |    17038    12660     21 |  8.710 % |
160.54/160.63	c |     87384 |    2891    13460    39025 |    18741    14174     28 |  9.206 % |
160.54/160.63	c |    131173 |    2887    13460    39025 |    20616    18325     54 |  9.289 % |
160.54/160.63	c |    196859 |    2885    13460    39025 |    22677    18703     25 |  9.289 % |
160.54/160.63	c |    295385 |    2885    13460    39025 |    24945    19979     52 |  9.289 % |
160.54/160.63	c |    443175 |    2877    13460    39025 |    27440    22889     30 |  9.620 % |
160.54/160.63	c

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/node37/watcher-461825-1179402939 -o ROOT/results/node37/solver-461825-1179402939 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461825-1179402939/instance-461825-1179402939.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 21900
/proc/meminfo: memFree=1266200/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) R 21898 21900 21777 0 -1 4194304 251 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 222 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21900/statm: 1338 222 185 169 0 49 0
[pid=21901] ppid=21900 vsize=9972 CPUtime=0
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 388206380 10211328 152 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 2493 154 52 274 0 2008 0

[startup+0.044166 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21900
/proc/meminfo: memFree=1266200/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=10260 CPUtime=0.03
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 945 0 0 0 3 0 0 0 18 0 1 0 388206380 10506240 887 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 2565 887 71 274 0 2080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15612

[startup+0.101173 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21900
/proc/meminfo: memFree=1266200/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=10448 CPUtime=0.09
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 2156 0 0 0 8 1 0 0 20 0 1 0 388206380 10698752 2098 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 2612 2098 71 274 0 2127 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15800

[startup+0.301212 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21900
/proc/meminfo: memFree=1266200/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=11116 CPUtime=0.29
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 2739 0 0 0 28 1 0 0 22 0 1 0 388206380 11382784 2463 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134875246 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 2779 2463 183 274 0 2294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16468

[startup+0.701287 s]
/proc/loadavg: 0.85 0.94 0.69 3/77 21900
/proc/meminfo: memFree=1266200/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=12796 CPUtime=0.69
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 3215 0 0 0 68 1 0 0 25 0 1 0 388206380 13103104 2869 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135044153 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 3199 2869 205 274 0 2714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18148

[startup+1.50144 s]
/proc/loadavg: 0.85 0.94 0.69 2/80 21903
/proc/meminfo: memFree=1254592/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=13720 CPUtime=1.49
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 3433 0 0 0 148 1 0 0 25 0 1 0 388206380 14049280 3087 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043736 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 3430 3087 205 274 0 2945 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31340

[startup+3.10274 s]
/proc/loadavg: 0.85 0.94 0.69 2/80 21903
/proc/meminfo: memFree=1253440/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=14792 CPUtime=3.09
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 3718 0 0 0 308 1 0 0 25 0 1 0 388206380 15147008 3372 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050150 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 3698 3372 205 274 0 3213 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32412

[startup+6.30134 s]
/proc/loadavg: 0.86 0.94 0.69 2/80 21903
/proc/meminfo: memFree=1252544/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=15056 CPUtime=6.29
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 3792 0 0 0 627 2 0 0 25 0 1 0 388206380 15417344 3446 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 3764 3446 205 274 0 3279 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32676

[startup+12.7015 s]
/proc/loadavg: 0.87 0.94 0.70 2/80 21903
/proc/meminfo: memFree=1250880/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=16528 CPUtime=12.68
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 4151 0 0 0 1266 2 0 0 25 0 1 0 388206380 16924672 3805 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043321 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 4132 3805 205 274 0 3647 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34148

[startup+25.5019 s]
/proc/loadavg: 0.90 0.94 0.70 2/80 21903
/proc/meminfo: memFree=1248384/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=19052 CPUtime=25.48
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 4780 0 0 0 2545 3 0 0 25 0 1 0 388206380 19509248 4434 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050138 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 4763 4434 205 274 0 4278 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36672

[startup+51.1018 s]
/proc/loadavg: 0.93 0.94 0.71 2/80 21903
/proc/meminfo: memFree=1245696/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=21704 CPUtime=51.07
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 5431 0 0 0 5103 4 0 0 25 0 1 0 388206380 22224896 5085 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 5426 5085 205 274 0 4941 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39324

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.72 2/80 21903
/proc/meminfo: memFree=1244672/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=22760 CPUtime=102.25
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 5699 0 0 0 10221 4 0 0 25 0 1 0 388206380 23306240 5353 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043862 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 5690 5353 205 274 0 5205 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 40380

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.74 2/80 21903
/proc/meminfo: memFree=1244224/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=23156 CPUtime=162.23
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 5810 0 0 0 16218 5 0 0 25 0 1 0 388206380 23711744 5464 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 5789 5464 205 274 0 5304 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 40776

[startup+222.303 s]
/proc/loadavg: 0.99 0.96 0.75 2/80 21903
/proc/meminfo: memFree=1240768/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=26636 CPUtime=222.21
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 6659 0 0 0 22215 6 0 0 25 0 1 0 388206380 27275264 6313 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 6659 6313 205 274 0 6174 0

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

[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=29540 CPUtime=641.94
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 7334 0 0 0 64185 9 0 0 25 0 1 0 388206380 30248960 6988 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 7385 6988 205 274 0 6900 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 47160

[startup+702.301 s]
/proc/loadavg: 1.05 0.99 0.84 2/80 22101
/proc/meminfo: memFree=1237568/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=29916 CPUtime=701.92
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 7424 0 0 0 70182 10 0 0 25 0 1 0 388206380 30633984 7078 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 7479 7078 205 274 0 6994 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 47536

[startup+762.305 s]
/proc/loadavg: 1.02 0.99 0.84 2/80 22101
/proc/meminfo: memFree=1236224/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=31264 CPUtime=761.91
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 7756 0 0 0 76180 11 0 0 25 0 1 0 388206380 32014336 7410 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135062622 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 7816 7410 205 274 0 7331 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 48884

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.85 2/80 22101
/proc/meminfo: memFree=1236160/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=31544 CPUtime=821.88
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 7806 0 0 0 82177 11 0 0 25 0 1 0 388206380 32301056 7460 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 7886 7460 205 274 0 7401 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 49164

[startup+882.303 s]
/proc/loadavg: 1.00 0.99 0.85 2/80 22101
/proc/meminfo: memFree=1235072/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=32528 CPUtime=881.87
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8062 0 0 0 88175 12 0 0 25 0 1 0 388206380 33308672 7716 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135249609 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8132 7716 205 274 0 7647 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 50148

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.86 2/80 22101
/proc/meminfo: memFree=1235008/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=32716 CPUtime=941.84
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8080 0 0 0 94172 12 0 0 25 0 1 0 388206380 33501184 7734 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8179 7734 205 274 0 7694 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 50336

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.86 2/80 22101
/proc/meminfo: memFree=1234048/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=33656 CPUtime=1001.82
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8329 0 0 0 100169 13 0 0 25 0 1 0 388206380 34463744 7983 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050150 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8414 7983 205 274 0 7929 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 51276

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.87 2/80 22101
/proc/meminfo: memFree=1233920/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=33824 CPUtime=1061.8
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8353 0 0 0 106167 13 0 0 25 0 1 0 388206380 34635776 8007 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135051894 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8456 8007 205 274 0 7971 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 51444

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 22101
/proc/meminfo: memFree=1233600/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=34120 CPUtime=1121.78
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8433 0 0 0 112164 14 0 0 25 0 1 0 388206380 34938880 8087 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8530 8087 205 274 0 8045 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 51740

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 22101
/proc/meminfo: memFree=1233152/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=34700 CPUtime=1181.76
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8582 0 0 0 118162 14 0 0 25 0 1 0 388206380 35532800 8236 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8675 8236 205 274 0 8190 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 52320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.88 2/80 22101
/proc/meminfo: memFree=1232128/2055920 swapFree=4145736/4192956
[pid=21900] ppid=21898 vsize=5352 CPUtime=0
/proc/21900/stat : 21900 (minicirc.bash) S 21898 21900 21777 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388206380 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21900/statm: 1338 223 186 169 0 49 0
[pid=21901] ppid=21900 vsize=35624 CPUtime=1200.06
/proc/21901/stat : 21901 (minicirc.linux3) R 21900 21900 21777 0 -1 4194304 8798 0 0 0 119991 15 0 0 25 0 1 0 388206380 36478976 8452 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/21901/statm: 8906 8452 205 274 0 8421 0
[pid=21903] ppid=21900 vsize=12268 CPUtime=0
/proc/21903/stat : 21903 (miniadapter.pl) S 21900 21900 21777 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388206381 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 213125214306 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21903/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 53244

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1199.92
CPU system time (s): 0.160975
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 53244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9474
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= 26624

runsolver used 1.36179 second user time and 3.01254 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Thu May 17 11:55:39 UTC 2007

IDJOB= 461825
IDBENCH= 48688
IDSOLVER= 205
FILE ID= node37/461825-1179402939

PBS_JOBID= 5292712

Free space on /tmp= 66528 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  96bf42efa0360b24d6ef29dc8456f0bd

RANDOM SEED= 857969926

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1266544 kB
Buffers:         37432 kB
Cached:         625188 kB
SwapCached:      15272 kB
Active:          80816 kB
Inactive:       605296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266544 kB
SwapTotal:     4192956 kB
SwapFree:      4145736 kB
Dirty:            4776 kB
Writeback:           0 kB
Mapped:          30544 kB
Slab:            88676 kB
Committed_AS:  6974568 kB
PageTables:       1980 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= 66528 MiB

End job on node37 on Thu May 17 12:15:42 UTC 2007