Trace number 461587

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.03 1200.51

General information on the benchmark

Nameindustrial-aig/fuhs/
hard/AProVE07-26.aig
MD5SUMa36aefa06d40a31bfacb04f086a87f20
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)

2.48/2.53	c ____________________________________________________________________________________
2.48/2.53	c !! Parsing                         :   105891 ANDs   8152 PIs   (CPU-Time    0.05 s)
2.48/2.53	c ____________________________________________________________________________________
2.48/2.53	c !! Initial simplification          :    75364 ANDs   8152 PIs   (CPU-Time    0.11 s)
2.48/2.53	c >>     Top conjunction: 30528 POs
2.48/2.53	c ____________________________________________________________________________________
2.48/2.53	c !! DAG-aware minimization begins   : 
2.48/2.53	c >>     Strashing:
2.48/2.53	c >>     Minimizing:
2.48/2.53	c >>     progress        0/   75364
>>     progress     1000/   75308
>>     progress     2000/   75248
>>     progress     3000/   75196
>>     progress     4000/   75132
>>     progress     5000/   75080
>>     progress     6000/   75018
>>     progress     7000/   74954
>>     progress     8000/   74894
>>     progress     9000/   74844
>>     progress    10000/   74792
>>     progress    11000/   74748
>>     progress    12000/   74702
>>     progress    13000/   74654
>>     progress    14000/   74612
>>     progress    15000/   74570
>>     progress    16000/   74520
>>     progress    17000/   74482
>>     progress    18000/   74452
>>     progress    19000/   74440
>>     progress    20000/   74392
>>     progress    21000/   74336
>>     progress    22000/   74291
>>     progress    23000/   74245
>>     progress    24000/   74198
>>     progress    25000/   74154
>>     progress    26000/   74096
>>     progress    27000/   74050
>>     progress    28000/   74004
>>     progress    29000/   73962
>>     progress    30000/   73917
>>     progress    31000/   73873
>>     progress    32000/   73707
>>     progress    33000/   73668
>>     progress    34000/   73640
>>     progress    35000/   73584
>>     progress    36000/   73476
>>     progress    37000/   73428
>>     progress    38000/   73377
>>     progress    39000/   73231
>>     progress    40000/   73111
>>     progress    41000/   73070
>>     progress    42000/   72972
>>     progress    43000/   72927
>>     progress    44000/   72809
>>     progress    45000/   72729
>>     progress    46000/   72629
>>     progress    47000/   72557
>>     progress    48000/   72478
>>     progress    49000/   72349
>>     progress    50000/   72250
>>     progress    51000/   72084
>>     progress    52000/   71932
>>     progress    53000/   71769
>>     progress    54000/   71593
>>     progress    55000/   71419
>>     progress    56000/   71295
>>     progress    57000/   71156
>>     progress    58000/   71028
>>     progress    59000/   70860
>>     progress    60000/   70728
>>     progress    61000/   70591
>>     progress    62000/   70455
>>     progress    63000/   70346
>>     progress    64000/   70165
>>     progress    65000/   70040
>>     progress    66000/   69923
>>     progress    67000/   69802
>>     progress    68000/   69644
>>     progress    69000/   69466
>>     progress    70000/   69331
>>     progress    71000/   69226
>>     progress    72000/   69110
>>     progress    73000/   68975
>>     progress    74000/   68814
>>     progress    75000/   68699
>>     progress    76000/   68559
>>     progress    77000/   68405
>>     progress    78000/   68251
>>     progress    79000/   68101
>>     progress    80000/   67937
>>     Reduction in #ANDs:  9.86 %
2.48/2.53	c >>     Core shrink time  : 0.91 s
2.48/2.53	c >>     Globally redundant: 0
2.48/2.53	c >> DAG-aware minimization completed:    67930 ANDs   8152 PIs   (CPU-Time    0.97 s)
2.48/2.53	c ____________________________________________________________________________________
2.48/2.53	c !! Tech-mapping for CNF begins     : 
2.48/2.53	c >>     PROGRESS (techmap - generating cuts)     100000/    106612
>>     Cut statistics:  (total = 243254, avg = 3.6, max = 12)          
2.48/2.53	c >>        0:   156188 clauses   (CPU Time 0.44)
2.48/2.53	c >>        1:   149083 clauses   (CPU Time 0.21)
2.48/2.53	c >>        2:   148696 clauses   (CPU Time 0.21)
2.48/2.53	c >>        3:   148691 clauses   (CPU Time 0.21)
2.48/2.53	c >>     Core techmap time: 1.19 s
2.48/2.53	c >> Tech-mapping for CNF complet

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/node33/watcher-461587-1179401865 -o ROOT/results/node33/solver-461587-1179401865 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461587-1179401865/instance-461587-1179401865.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.82 0.29 0.10 3/77 15650
/proc/meminfo: memFree=1399576/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=5352 CPUtime=0
/proc/15651/stat : 15651 (minicirc.bash) R 15650 15650 15530 0 -1 4194368 11 0 0 0 0 0 0 0 19 0 1 0 388102027 5480448 222 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 4415012 0 0 4100 65536 0 0 0 17 1 0 0
/proc/15651/statm: 1338 222 185 169 0 49 0
[pid=15652] ppid=15650 vsize=12128 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) R 15650 15650 15530 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 388102027 12419072 245 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210823975649 0 0 4224 0 0 0 0 17 1 0 0
/proc/15652/statm: 3032 248 187 3 0 132 0

[startup+0.054949 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 15650
/proc/meminfo: memFree=1399576/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=10260 CPUtime=0.04
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 1069 0 0 0 4 0 0 0 19 0 1 0 388102027 10506240 1011 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 2565 1011 71 274 0 2080 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388102027 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27880

[startup+0.101958 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 15650
/proc/meminfo: memFree=1399576/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=10448 CPUtime=0.09
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 2142 0 0 0 8 1 0 0 19 0 1 0 388102027 10698752 2084 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 2612 2084 71 274 0 2127 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388102027 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301999 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 15650
/proc/meminfo: memFree=1399576/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=19628 CPUtime=0.29
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 8635 0 0 0 25 4 0 0 21 0 1 0 388102027 20099072 4050 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134700328 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 4907 4050 120 274 0 4422 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37248

[startup+0.70108 s]
/proc/loadavg: 0.82 0.29 0.10 3/77 15650
/proc/meminfo: memFree=1399576/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=24276 CPUtime=0.69
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 10516 0 0 0 64 5 0 0 25 0 1 0 388102027 24858624 5201 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134752728 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 6069 5201 176 274 0 5584 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388102027 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41896

[startup+1.50124 s]
/proc/loadavg: 0.84 0.30 0.11 2/80 15653
/proc/meminfo: memFree=1377792/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=23468 CPUtime=1.48
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 14470 0 0 0 142 6 0 0 25 0 1 0 388102027 24031232 4958 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 5867 4958 185 274 0 5382 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388102027 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41088

[startup+3.10257 s]
/proc/loadavg: 0.84 0.30 0.11 2/80 15653
/proc/meminfo: memFree=1377216/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=36240 CPUtime=3.08
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 20922 0 0 0 300 8 0 0 25 0 1 0 388102027 37109760 8032 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 9060 8032 207 274 0 8575 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 15 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53860

[startup+6.30122 s]
/proc/loadavg: 0.84 0.30 0.11 2/80 15653
/proc/meminfo: memFree=1367040/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=37340 CPUtime=6.28
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 21163 0 0 0 619 9 0 0 25 0 1 0 388102027 38236160 8273 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 9335 8273 207 274 0 8850 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 15 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54960

[startup+12.7015 s]
/proc/loadavg: 0.86 0.33 0.12 2/80 15653
/proc/meminfo: memFree=1362752/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=41004 CPUtime=12.68
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 22096 0 0 0 1258 10 0 0 25 0 1 0 388102027 41988096 9206 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135062120 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 10251 9206 207 274 0 9766 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58624

[startup+25.5011 s]
/proc/loadavg: 0.88 0.35 0.12 2/80 15653
/proc/meminfo: memFree=1356160/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=47596 CPUtime=25.47
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 23749 0 0 0 2536 11 0 0 25 0 1 0 388102027 48738304 10818 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 11899 10818 207 274 0 11414 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 65216

[startup+51.1013 s]
/proc/loadavg: 0.92 0.40 0.15 2/80 15653
/proc/meminfo: memFree=1346304/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=57620 CPUtime=51.05
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 26317 0 0 0 5091 14 0 0 25 0 1 0 388102027 59002880 13325 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 14405 13325 207 274 0 13920 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75240

[startup+102.306 s]
/proc/loadavg: 0.97 0.50 0.19 2/80 15653
/proc/meminfo: memFree=1332800/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=70828 CPUtime=102.24
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 29710 0 0 0 10206 18 0 0 25 0 1 0 388102027 72527872 16627 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 17707 16627 207 274 0 17222 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 88448

[startup+162.302 s]
/proc/loadavg: 0.99 0.59 0.24 2/80 15653
/proc/meminfo: memFree=1332672/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=70960 CPUtime=162.21
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 29732 0 0 0 16203 18 0 0 25 0 1 0 388102027 72663040 16649 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 17740 16649 207 274 0 17255 0

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

/proc/meminfo: memFree=1297408/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=106176 CPUtime=761.99
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 38670 0 0 0 76166 33 0 0 25 0 1 0 388102027 108724224 25451 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 26544 25451 207 274 0 26059 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 123796

[startup+822.302 s]
/proc/loadavg: 0.99 0.94 0.60 2/80 15655
/proc/meminfo: memFree=1281344/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=122572 CPUtime=821.96
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 42741 0 0 0 82159 37 0 0 25 0 1 0 388102027 125513728 29522 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052325 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 30643 29522 207 274 0 30158 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 140192

[startup+882.303 s]
/proc/loadavg: 0.99 0.95 0.63 2/80 15655
/proc/meminfo: memFree=1276480/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127232 CPUtime=881.94
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43877 0 0 0 88155 39 0 0 25 0 1 0 388102027 130285568 30658 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043736 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31808 30658 207 274 0 31323 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 144852

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.65 2/80 15655
/proc/meminfo: memFree=1276288/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=941.91
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43927 0 0 0 94152 39 0 0 25 0 1 0 388102027 130535424 30708 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30708 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 145096

[startup+1002.3 s]
/proc/loadavg: 0.99 0.96 0.66 2/80 15655
/proc/meminfo: memFree=1276352/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=1001.9
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43928 0 0 0 100150 40 0 0 25 0 1 0 388102027 130535424 30709 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30709 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 145096

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/80 15655
/proc/meminfo: memFree=1276352/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=1061.87
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43928 0 0 0 106147 40 0 0 25 0 1 0 388102027 130535424 30709 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052091 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30709 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 145096

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/80 15655
/proc/meminfo: memFree=1276288/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=1121.85
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43928 0 0 0 112144 41 0 0 25 0 1 0 388102027 130535424 30709 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30709 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 145096

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/80 15655
/proc/meminfo: memFree=1276288/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=1181.82
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43938 0 0 0 118141 41 0 0 25 0 1 0 388102027 130535424 30719 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30719 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 145096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.72 2/80 15655
/proc/meminfo: memFree=1276288/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=1200.03
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43938 0 0 0 119961 42 0 0 25 0 1 0 388102027 130535424 30719 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30719 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 145096

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.72 2/80 15655
/proc/meminfo: memFree=1276288/2055920 swapFree=4147944/4192956
[pid=15650] ppid=15648 vsize=5352 CPUtime=0
/proc/15650/stat : 15650 (minicirc.bash) S 15648 15650 15530 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388102027 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15650/statm: 1338 223 186 169 0 49 0
[pid=15651] ppid=15650 vsize=127476 CPUtime=1200.03
/proc/15651/stat : 15651 (minicirc.linux3) R 15650 15650 15530 0 -1 4194304 43938 0 0 0 119961 42 0 0 25 0 1 0 388102027 130535424 30719 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/15651/statm: 31869 30719 207 274 0 31384 0
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (miniadapter.pl) S 15650 15650 15530 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388102027 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 210833027170 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 145096

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1199.61
CPU system time (s): 0.42
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 145096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
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= 148
involuntary context switches= 2

runsolver used 1.3388 second user time and 3.03654 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Thu May 17 11:37:45 UTC 2007

IDJOB= 461587
IDBENCH= 48450
IDSOLVER= 205
FILE ID= node33/461587-1179401865

PBS_JOBID= 5292728

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  a36aefa06d40a31bfacb04f086a87f20

RANDOM SEED= 849149441

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1399928 kB
Buffers:         42980 kB
Cached:         471984 kB
SwapCached:      13804 kB
Active:         288892 kB
Inactive:       249240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399928 kB
SwapTotal:     4192956 kB
SwapFree:      4147944 kB
Dirty:            5096 kB
Writeback:           0 kB
Mapped:          30252 kB
Slab:           103172 kB
Committed_AS:  5651404 kB
PageTables:       1992 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 node33 on Thu May 17 11:57:48 UTC 2007