Trace number 461804

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/
c32sat-ssort/ssort10.aig
MD5SUM2cec8b9806a5142be48cf658503bc195
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)

4.49/4.60	c ____________________________________________________________________________________
4.49/4.60	c !! Parsing                         :    77727 ANDs   6656 PIs   (CPU-Time    0.04 s)
4.49/4.60	c ____________________________________________________________________________________
4.49/4.60	c !! Initial simplification          :    73893 ANDs   6656 PIs   (CPU-Time    0.07 s)
4.49/4.60	c >>     Top conjunction: 3835 POs
4.49/4.60	c ____________________________________________________________________________________
4.49/4.60	c !! DAG-aware minimization begins   : 
4.49/4.60	c >>     Strashing:
4.49/4.60	c >>     Minimizing:
4.49/4.60	c >>     progress        0/   73893
>>     progress     1000/   73893
>>     progress     2000/   73831
>>     progress     3000/   73831
>>     progress     4000/   73819
>>     progress     5000/   73769
>>     progress     6000/   73769
>>     progress     7000/   73769
>>     progress     8000/   73747
>>     progress     9000/   73707
>>     progress    10000/   73707
>>     progress    11000/   73645
>>     progress    12000/   73575
>>     progress    13000/   73476
>>     progress    14000/   73389
>>     progress    15000/   73309
>>     progress    16000/   73237
>>     progress    17000/   73211
>>     progress    18000/   73149
>>     progress    19000/   73074
>>     progress    20000/   73025
>>     progress    21000/   72957
>>     progress    22000/   72901
>>     progress    23000/   72865
>>     progress    24000/   72839
>>     progress    25000/   72787
>>     progress    26000/   72715
>>     progress    27000/   72653
>>     progress    28000/   72653
>>     progress    29000/   72591
>>     progress    30000/   72563
>>     progress    31000/   72492
>>     progress    32000/   72467
>>     progress    33000/   72395
>>     progress    34000/   72343
>>     progress    35000/   72281
>>     progress    36000/   72281
>>     progress    37000/   72219
>>     progress    38000/   72209
>>     progress    39000/   72140
>>     progress    40000/   72073
>>     progress    41000/   72033
>>     progress    42000/   71971
>>     progress    43000/   71909
>>     progress    44000/   71901
>>     progress    45000/   71880
>>     progress    46000/   71785
>>     progress    47000/   71785
>>     progress    48000/   71761
>>     progress    49000/   71719
>>     progress    50000/   71661
>>     progress    51000/   71599
>>     progress    52000/   71515
>>     progress    53000/   71450
>>     progress    54000/   71362
>>     progress    55000/   71289
>>     progress    56000/   71289
>>     progress    57000/   71219
>>     progress    58000/   71165
>>     progress    59000/   71165
>>     progress    60000/   71165
>>     progress    61000/   71165
>>     progress    62000/   71113
>>     progress    63000/   71095
>>     progress    64000/   71025
>>     progress    65000/   71025
>>     progress    66000/   70955
>>     progress    67000/   70944
>>     progress    68000/   70885
>>     progress    69000/   70885
>>     progress    70000/   70871
>>     progress    71000/   70815
>>     progress    72000/   70789
>>     progress    73000/   70663
>>     progress    74000/   70633
>>     progress    75000/   70633
>>     progress    76000/   70623
>>     progress    77000/   70485
>>     Reduction in #ANDs:  4.63 %
4.49/4.60	c >>     Core shrink time  : 1.16 s
4.49/4.60	c >>     Globally redundant: 0
4.49/4.60	c >> DAG-aware minimization completed:    70473 ANDs   6656 PIs   (CPU-Time    1.20 s)
4.49/4.60	c ____________________________________________________________________________________
4.49/4.60	c !! Tech-mapping for CNF begins     : 
4.49/4.60	c >>     Cut statistics:  (total = 316679, avg = 4.5, max = 23)          
4.49/4.60	c >>        0:   116469 clauses   (CPU Time 0.59)
4.49/4.60	c >>        1:   110120 clauses   (CPU Time 0.55)
4.49/4.60	c >>        2:   110120 clauses   (CPU Time 0.89)
4.49/4.60	c >>        3:   110120 clauses   (CPU Time 0.89)
4.49/4.60	c >>     Core techmap time: 3.00 s
4.49/4.60	c >> Tech-mapping for CNF completed  :    24318 LUTs   6656 PIs   (CPU-Time    3.02 s)
4.49/4.60	c ____________________________________________________________________________________
4.49/4.60	c !! Producing i

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/node66/watcher-461804-1179402904 -o ROOT/results/node66/solver-461804-1179402904 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461804-1179402904/instance-461804-1179402904.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.08 0.51 0.58 3/64 29345
/proc/meminfo: memFree=1392416/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=9972 CPUtime=0
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 157 0 0 0 0 0 0 0 19 0 1 0 416279994 10211328 132 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 2493 132 45 274 0 2008 0
[pid=29347] ppid=29345 vsize=2504 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) R 29345 29345 29277 0 -1 4194304 50 0 0 0 0 0 0 0 21 0 1 0 416279994 2564096 26 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227605017877 0 0 4096 0 0 0 0 17 1 0 0
/proc/29347/statm: 626 26 19 3 0 5 0

[startup+0.042639 s]
/proc/loadavg: 0.08 0.51 0.58 3/64 29345
/proc/meminfo: memFree=1392416/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=10260 CPUtime=0.03
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 902 0 0 0 3 0 0 0 19 0 1 0 416279994 10506240 844 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 2565 844 71 274 0 2080 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 416279994 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27880

[startup+0.101646 s]
/proc/loadavg: 0.08 0.51 0.58 3/64 29345
/proc/meminfo: memFree=1392416/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=10448 CPUtime=0.08
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 2158 0 0 0 8 0 0 0 19 0 1 0 416279994 10698752 2100 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 2612 2100 71 274 0 2127 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 416279994 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28068

[startup+0.301686 s]
/proc/loadavg: 0.08 0.51 0.58 3/64 29345
/proc/meminfo: memFree=1392416/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=17884 CPUtime=0.29
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 6558 0 0 0 27 2 0 0 20 0 1 0 416279994 18313216 3996 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134875038 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 4471 3996 183 274 0 3986 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35504

[startup+0.701767 s]
/proc/loadavg: 0.08 0.51 0.58 3/64 29345
/proc/meminfo: memFree=1392416/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=19004 CPUtime=0.68
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 6826 0 0 0 66 2 0 0 24 0 1 0 416279994 19460096 4264 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 4751 4264 183 274 0 4266 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 416279994 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36624

[startup+1.50192 s]
/proc/loadavg: 0.15 0.52 0.58 2/67 29348
/proc/meminfo: memFree=1374528/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=17696 CPUtime=1.49
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 9618 0 0 0 145 4 0 0 25 0 1 0 416279994 18120704 3919 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134939426 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 4424 3919 196 274 0 3939 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35316

[startup+3.10124 s]
/proc/loadavg: 0.15 0.52 0.58 2/67 29348
/proc/meminfo: memFree=1373312/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=21052 CPUtime=3.08
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 10594 0 0 0 304 4 0 0 25 0 1 0 416279994 21557248 4720 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134938897 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 5263 4720 199 274 0 4778 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 416279994 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38672

[startup+6.30188 s]
/proc/loadavg: 0.15 0.52 0.58 2/67 29348
/proc/meminfo: memFree=1361664/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=34156 CPUtime=6.28
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 16371 0 0 0 622 6 0 0 25 0 1 0 416279994 34975744 7688 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 8539 7688 218 274 0 8054 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51776

[startup+12.7011 s]
/proc/loadavg: 0.28 0.53 0.58 2/67 29348
/proc/meminfo: memFree=1358656/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=37656 CPUtime=12.68
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 17281 0 0 0 1261 7 0 0 25 0 1 0 416279994 38559744 8557 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052328 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 9414 8557 218 274 0 8929 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55276

[startup+25.5017 s]
/proc/loadavg: 0.39 0.55 0.59 2/67 29348
/proc/meminfo: memFree=1350080/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=45592 CPUtime=25.48
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 19342 0 0 0 2538 10 0 0 25 0 1 0 416279994 46686208 10557 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 11398 10557 218 274 0 10913 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63212

[startup+51.1018 s]
/proc/loadavg: 0.60 0.58 0.60 2/67 29348
/proc/meminfo: memFree=1345664/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=50392 CPUtime=51.07
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 20602 0 0 0 5095 12 0 0 25 0 1 0 416279994 51601408 11726 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 12598 11726 218 274 0 12113 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68012

[startup+102.306 s]
/proc/loadavg: 0.84 0.65 0.62 2/67 29348
/proc/meminfo: memFree=1332736/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=62932 CPUtime=102.26
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 23741 0 0 0 10211 15 0 0 25 0 1 0 416279994 64442368 14865 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 15733 14865 218 274 0 15248 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80552

[startup+162.302 s]
/proc/loadavg: 1.09 0.75 0.65 2/67 29348
/proc/meminfo: memFree=1332736/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=62932 CPUtime=162.23
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 23754 0 0 0 16208 15 0 0 25 0 1 0 416279994 64442368 14878 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052155 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 15733 14878 218 274 0 15248 0

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

/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=701.96
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31017 0 0 0 70170 26 0 0 25 0 1 0 416279994 93724672 22005 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22005 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 109148

[startup+762.306 s]
/proc/loadavg: 1.46 1.18 0.90 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=761.94
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31019 0 0 0 76168 26 0 0 25 0 1 0 416279994 93724672 22007 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043534 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22007 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 109148

[startup+822.303 s]
/proc/loadavg: 1.36 1.22 0.93 2/67 29546
/proc/meminfo: memFree=1304000/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=821.91
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31035 0 0 0 82165 26 0 0 25 0 1 0 416279994 93724672 22023 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22023 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 109148

[startup+882.302 s]
/proc/loadavg: 1.17 1.19 0.94 2/67 29546
/proc/meminfo: memFree=1304000/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=881.89
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31035 0 0 0 88163 26 0 0 25 0 1 0 416279994 93724672 22023 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043633 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22023 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 109148

[startup+942.302 s]
/proc/loadavg: 1.09 1.16 0.94 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=941.87
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31035 0 0 0 94161 26 0 0 25 0 1 0 416279994 93724672 22023 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22023 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 109148

[startup+1002.3 s]
/proc/loadavg: 1.14 1.16 0.95 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=1001.85
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31035 0 0 0 100159 26 0 0 25 0 1 0 416279994 93724672 22023 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22023 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 109148

[startup+1062.3 s]
/proc/loadavg: 1.12 1.15 0.96 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=1061.83
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31038 0 0 0 106157 26 0 0 25 0 1 0 416279994 93724672 22026 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22026 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 109148

[startup+1122.3 s]
/proc/loadavg: 1.11 1.13 0.96 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=1121.81
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31038 0 0 0 112155 26 0 0 25 0 1 0 416279994 93724672 22026 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22026 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 109148

[startup+1182.3 s]
/proc/loadavg: 1.10 1.12 0.97 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=1181.79
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31038 0 0 0 118153 26 0 0 25 0 1 0 416279994 93724672 22026 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22026 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 109148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.08 1.12 0.97 2/67 29546
/proc/meminfo: memFree=1303936/2055920 swapFree=4183164/4192956
[pid=29345] ppid=29343 vsize=5352 CPUtime=0
/proc/29345/stat : 29345 (minicirc.bash) S 29343 29345 29277 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 416279994 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29345/statm: 1338 223 186 169 0 49 0
[pid=29346] ppid=29345 vsize=91528 CPUtime=1200.08
/proc/29346/stat : 29346 (minicirc.linux3) R 29345 29345 29277 0 -1 4194304 31039 0 0 0 119982 26 0 0 25 0 1 0 416279994 93724672 22027 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043729 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29346/statm: 22882 22027 218 274 0 22397 0
[pid=29347] ppid=29345 vsize=12268 CPUtime=0
/proc/29347/stat : 29347 (miniadapter.pl) S 29345 29345 29277 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 416279994 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 227616534626 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29347/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 109148

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)

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

Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1199.82
CPU system time (s): 0.26
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 109148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.005999
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= 128
involuntary context switches= 3

runsolver used 1.26081 second user time and 3.11553 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Thu May 17 11:55:04 UTC 2007

IDJOB= 461804
IDBENCH= 48667
IDSOLVER= 205
FILE ID= node66/461804-1179402904

PBS_JOBID= 5292749

Free space on /tmp= 66541 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/c32sat-ssort/ssort10.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461804-1179402904/instance-461804-1179402904.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-461804-1179402904 -o ROOT/results/node66/solver-461804-1179402904 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461804-1179402904/instance-461804-1179402904.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  2cec8b9806a5142be48cf658503bc195

RANDOM SEED= 951006431

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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:       1392760 kB
Buffers:         38812 kB
Cached:         494232 kB
SwapCached:       3816 kB
Active:         216740 kB
Inactive:       325872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392760 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:          15556 kB
Slab:           106600 kB
Committed_AS:  5718640 kB
PageTables:       1404 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= 66541 MiB

End job on node66 on Thu May 17 12:15:07 UTC 2007