Trace number 461590

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.02 1200.71

General information on the benchmark

Nameindustrial-aig/fuhs/
hard/AProVE07-01.aig
MD5SUM0f2320a5cce6b7890b91814b60d9ed58
Bench CategoryALL (all instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved

Solver Data (download as text)

5.98/6.08	c ____________________________________________________________________________________
5.98/6.08	c !! Parsing                         :    35995 ANDs   3065 PIs   (CPU-Time    0.02 s)
5.98/6.08	c ____________________________________________________________________________________
5.98/6.08	c !! Initial simplification          :    25378 ANDs   3065 PIs   (CPU-Time    0.03 s)
5.98/6.08	c >>     Top conjunction: 10618 POs
5.98/6.08	c ____________________________________________________________________________________
5.98/6.08	c !! DAG-aware minimization begins   : 
5.98/6.08	c >>     Strashing:
5.98/6.08	c >>     Minimizing:
5.98/6.08	c >>     progress        0/   25378
>>     progress     1000/   25338
>>     progress     2000/   25286
>>     progress     3000/   25211
>>     progress     4000/   25125
>>     progress     5000/   25097
>>     progress     6000/   25055
>>     progress     7000/   24994
>>     progress     8000/   24928
>>     progress     9000/   24886
>>     progress    10000/   24784
>>     progress    11000/   24693
>>     progress    12000/   24573
>>     progress    13000/   24455
>>     progress    14000/   24415
>>     progress    15000/   24282
>>     progress    16000/   24132
>>     progress    17000/   24010
>>     progress    18000/   23875
>>     progress    19000/   23748
>>     progress    20000/   23593
>>     progress    21000/   23470
>>     progress    22000/   23329
>>     progress    23000/   23186
>>     progress    24000/   23053
>>     progress    25000/   22917
>>     progress    26000/   22790
>>     Reduction in #ANDs: 10.61 %
5.98/6.08	c >>     Core shrink time  : 0.20 s
5.98/6.08	c >>     Globally redundant: 0
5.98/6.08	c >> DAG-aware minimization completed:    22685 ANDs   3065 PIs   (CPU-Time    0.22 s)
5.98/6.08	c ____________________________________________________________________________________
5.98/6.08	c !! Tech-mapping for CNF begins     : 
5.98/6.08	c >>     Cut statistics:  (total = 64682, avg = 2.9, max = 12)          
5.98/6.08	c >>        0:    52349 clauses   (CPU Time 0.10)
5.98/6.08	c >>        1:    50336 clauses   (CPU Time 0.06)
5.98/6.08	c >>        2:    50151 clauses   (CPU Time 0.06)
5.98/6.08	c >>        3:    50142 clauses   (CPU Time 0.06)
5.98/6.08	c >>     Core techmap time: 0.30 s
5.98/6.08	c >> Tech-mapping for CNF completed  :    12201 LUTs   3065 PIs   (CPU-Time    0.31 s)
5.98/6.08	c ____________________________________________________________________________________
5.98/6.08	c !! Producing initial SAT-problem   :    50142 clauses           (CPU-Time    0.00 s)
5.98/6.08	c ____________________________________________________________________________________
5.98/6.08	c !! Running SAT...
5.98/6.08	c 
5.98/6.08	c ============================[After Simplification]=============================
5.98/6.08	c |  Number of variables:  2669                                                 |
5.98/6.08	c |  Number of clauses:    14475                                                |
5.98/6.08	c ============================[ Search Statistics ]==============================
5.98/6.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.98/6.08	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.98/6.08	c ===============================================================================
5.98/6.08	c |         0 |    2669    14475    48182 |     4825        0    nan |  0.000 % |
5.98/6.08	c |       100 |    2667    14475    48182 |     5307       98     23 | 69.372 % |
5.98/6.08	c |       250 |    2667    14475    48182 |     5838      248     14 | 69.372 % |
5.98/6.08	c |       475 |    2664    14475    48182 |     6422      472     18 | 69.378 % |
5.98/6.08	c |       812 |    2661    14475    48182 |     7064      807     20 | 69.398 % |
5.98/6.08	c |      1318 |    2661    14475    48182 |     7770     1312     24 | 69.398 % |
5.98/6.08	c |      2078 |    2661    14475    48182 |     8547     2072     23 | 69.398 % |
5.98/6.08	c |      3217 |    2661    14475    48182 |     9402     3211     28 | 69.398 % |
5.98/6.08	c |      4925 |    2661    14475    48182 |    10342     4919     34 | 69.398 % |
5.98/6.08	c |      7487 |    2660    14475    48182 |    11377     7480     34 | 69.405 % |
5.98/6.08	c |     11333 |    2660    14475    48182 |    12514    11326     36 | 69.405 % |
5.98/6.08	c |     17099 |    2660    14475    48182 |    13766    1

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/node41/watcher-461590-1179401945 -o ROOT/results/node41/solver-461590-1179401945 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461590-1179401945/instance-461590-1179401945.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.89 0.49 0.19 3/77 19130
/proc/meminfo: memFree=679016/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=10260 CPUtime=0
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 333 0 0 0 0 0 0 0 19 0 1 0 388106397 10506240 275 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 2565 276 71 274 0 2080 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388106397 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 337 262 3 0 167 0

[startup+0.097271 s]
/proc/loadavg: 0.89 0.49 0.19 3/77 19130
/proc/meminfo: memFree=679016/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=10448 CPUtime=0.08
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 2174 0 0 0 8 0 0 0 19 0 1 0 388106397 10698752 2116 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 2612 2117 71 274 0 2127 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388106397 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28068

[startup+0.10227 s]
/proc/loadavg: 0.89 0.49 0.19 3/77 19130
/proc/meminfo: memFree=679016/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=10448 CPUtime=0.09
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 2202 0 0 0 9 0 0 0 19 0 1 0 388106397 10698752 2144 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 2612 2144 71 274 0 2127 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388106397 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301287 s]
/proc/loadavg: 0.89 0.49 0.19 3/77 19130
/proc/meminfo: memFree=679016/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=15044 CPUtime=0.29
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 4649 0 0 0 28 1 0 0 21 0 1 0 388106397 15405056 3321 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134985201 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 3761 3321 176 274 0 3276 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32664

[startup+0.702323 s]
/proc/loadavg: 0.89 0.49 0.19 3/77 19130
/proc/meminfo: memFree=679016/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=14940 CPUtime=0.69
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 5558 0 0 0 68 1 0 0 25 0 1 0 388106397 15298560 3299 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135045929 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 3735 3299 196 274 0 3250 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32560

[startup+1.50239 s]
/proc/loadavg: 0.89 0.49 0.19 2/80 19133
/proc/meminfo: memFree=661776/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=19176 CPUtime=1.49
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 6912 0 0 0 147 2 0 0 25 0 1 0 388106397 19636224 4316 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052453 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 4794 4316 205 274 0 4309 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36796

[startup+3.10153 s]
/proc/loadavg: 0.89 0.49 0.19 2/80 19133
/proc/meminfo: memFree=661520/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=19716 CPUtime=3.09
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 7065 0 0 0 307 2 0 0 25 0 1 0 388106397 20189184 4469 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043247 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 4929 4469 205 274 0 4444 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37336

[startup+6.30181 s]
/proc/loadavg: 0.90 0.50 0.20 2/80 19133
/proc/meminfo: memFree=659728/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=21432 CPUtime=6.29
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 7493 0 0 0 626 3 0 0 25 0 1 0 388106397 21946368 4897 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 5358 4897 205 274 0 4873 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39052

[startup+12.7014 s]
/proc/loadavg: 0.91 0.51 0.20 2/80 19133
/proc/meminfo: memFree=657504/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=23080 CPUtime=12.68
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 7909 0 0 0 1265 3 0 0 25 0 1 0 388106397 23633920 5313 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135061779 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 5770 5313 205 274 0 5285 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40700

[startup+25.5015 s]
/proc/loadavg: 0.93 0.53 0.21 2/80 19133
/proc/meminfo: memFree=657504/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=23376 CPUtime=25.47
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 7945 0 0 0 2544 3 0 0 25 0 1 0 388106397 23937024 5349 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 5844 5349 205 274 0 5359 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40996

[startup+51.1017 s]
/proc/loadavg: 0.95 0.57 0.23 2/80 19133
/proc/meminfo: memFree=656800/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=24196 CPUtime=51.07
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 8163 0 0 0 5103 4 0 0 25 0 1 0 388106397 24776704 5567 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 6049 5567 205 274 0 5564 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41816

[startup+102.306 s]
/proc/loadavg: 0.98 0.63 0.27 2/80 19133
/proc/meminfo: memFree=656544/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=24336 CPUtime=102.24
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 8217 0 0 0 10220 4 0 0 25 0 1 0 388106397 24920064 5621 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135044002 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 6084 5621 205 274 0 5599 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 41956

[startup+162.301 s]
/proc/loadavg: 0.99 0.70 0.31 2/80 19133
/proc/meminfo: memFree=655136/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=25828 CPUtime=162.2
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 8557 0 0 0 16216 4 0 0 25 0 1 0 388106397 26447872 5961 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 6457 5961 205 274 0 5972 0

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

/proc/meminfo: memFree=649376/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=31568 CPUtime=761.86
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10030 0 0 0 76180 6 0 0 25 0 1 0 388106397 32325632 7393 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 7892 7393 205 274 0 7407 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 49188

[startup+822.302 s]
/proc/loadavg: 0.99 0.95 0.64 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=821.83
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10255 0 0 0 82177 6 0 0 25 0 1 0 388106397 33271808 7618 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043221 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7618 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 50112

[startup+882.302 s]
/proc/loadavg: 0.99 0.96 0.66 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=881.79
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10256 0 0 0 88173 6 0 0 25 0 1 0 388106397 33271808 7619 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7619 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 50112

[startup+942.302 s]
/proc/loadavg: 0.99 0.96 0.68 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=941.77
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10256 0 0 0 94170 7 0 0 25 0 1 0 388106397 33271808 7619 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7619 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 50112

[startup+1002.3 s]
/proc/loadavg: 1.07 0.99 0.70 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=1001.74
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10256 0 0 0 100167 7 0 0 25 0 1 0 388106397 33271808 7619 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7619 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 50112

[startup+1062.3 s]
/proc/loadavg: 1.09 1.00 0.72 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=1061.7
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10260 0 0 0 106163 7 0 0 25 0 1 0 388106397 33271808 7623 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7623 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 50112

[startup+1122.3 s]
/proc/loadavg: 1.13 1.03 0.75 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=1121.67
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10260 0 0 0 112160 7 0 0 25 0 1 0 388106397 33271808 7623 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043718 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7623 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 50112

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 0.76 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=1181.63
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10261 0 0 0 118156 7 0 0 25 0 1 0 388106397 33271808 7624 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7624 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 50112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.03 1.02 0.76 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=1200.02
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10261 0 0 0 119995 7 0 0 25 0 1 0 388106397 33271808 7624 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7624 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 50112

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

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

[startup+1200.7 s]
/proc/loadavg: 1.03 1.02 0.76 2/80 19135
/proc/meminfo: memFree=648480/2055920 swapFree=4169416/4192956
[pid=19130] ppid=19128 vsize=5352 CPUtime=0
/proc/19130/stat : 19130 (minicirc.bash) S 19128 19130 19010 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388106397 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19130/statm: 1338 223 186 169 0 49 0
[pid=19131] ppid=19130 vsize=32492 CPUtime=1200.02
/proc/19131/stat : 19131 (minicirc.linux3) R 19130 19130 19010 0 -1 4194304 10261 0 0 0 119995 7 0 0 25 0 1 0 388106397 33271808 7624 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/19131/statm: 8123 7624 205 274 0 7638 0
[pid=19132] ppid=19130 vsize=12268 CPUtime=0
/proc/19132/stat : 19132 (miniadapter.pl) S 19130 19130 19010 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388106397 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 238399041634 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19132/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 50112

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19130 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.02
CPU user time (s): 1199.95
CPU system time (s): 0.07
CPU usage (%): 99.9423
Max. virtual memory (cumulated for all children) (KiB): 50112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669
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= 80
involuntary context switches= 2

runsolver used 1.2858 second user time and 3.09353 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Thu May 17 11:39:05 UTC 2007

IDJOB= 461590
IDBENCH= 48453
IDSOLVER= 205
FILE ID= node41/461590-1179401945

PBS_JOBID= 5292708

Free space on /tmp= 66545 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/hard/AProVE07-01.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461590-1179401945/instance-461590-1179401945.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-461590-1179401945 -o ROOT/results/node41/solver-461590-1179401945 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461590-1179401945/instance-461590-1179401945.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  0f2320a5cce6b7890b91814b60d9ed58

RANDOM SEED= 891189421

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:        679240 kB
Buffers:         51188 kB
Cached:        1166296 kB
SwapCached:       3116 kB
Active:         466204 kB
Inactive:       775152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        679240 kB
SwapTotal:     4192956 kB
SwapFree:      4169416 kB
Dirty:            4880 kB
Writeback:           0 kB
Mapped:          31332 kB
Slab:           120596 kB
Committed_AS:  8674192 kB
PageTables:       2008 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= 66545 MiB

End job on node41 on Thu May 17 11:59:08 UTC 2007