Trace number 461581

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-17UNSAT 320.338 320.542

General information on the benchmark

Nameindustrial-aig/fuhs/
medium/AProVE07-20.aig
MD5SUMd558e69a6d03512846fdd28dc635b285
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark320.338
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

9.99/10.01	c ____________________________________________________________________________________
9.99/10.01	c !! Parsing                         :    30590 ANDs   1515 PIs   (CPU-Time    0.01 s)
9.99/10.01	c ____________________________________________________________________________________
9.99/10.01	c !! Initial simplification          :    21534 ANDs   1515 PIs   (CPU-Time    0.03 s)
9.99/10.01	c >>     Top conjunction: 9057 POs
9.99/10.01	c ____________________________________________________________________________________
9.99/10.01	c !! DAG-aware minimization begins   : 
9.99/10.01	c >>     Strashing:
9.99/10.01	c >>     Minimizing:
9.99/10.01	c >>     progress        0/   21534
>>     progress     1000/   21505
>>     progress     2000/   21435
>>     progress     3000/   21403
>>     progress     4000/   21296
>>     progress     5000/   21203
>>     progress     6000/   21148
>>     progress     7000/   20986
>>     progress     8000/   20986
>>     progress     9000/   20977
>>     progress    10000/   20977
>>     progress    11000/   20963
>>     progress    12000/   20929
>>     progress    13000/   20917
>>     progress    14000/   20897
>>     progress    15000/   20810
>>     progress    16000/   20667
>>     progress    17000/   20565
>>     progress    18000/   20472
>>     progress    19000/   20354
>>     progress    20000/   20174
>>     progress    21000/   20066
>>     progress    22000/   19906
>>     Reduction in #ANDs:  8.04 %
9.99/10.01	c >>     Core shrink time  : 0.17 s
9.99/10.01	c >>     Globally redundant: 0
9.99/10.01	c >> DAG-aware minimization completed:    19803 ANDs   1515 PIs   (CPU-Time    0.18 s)
9.99/10.01	c ____________________________________________________________________________________
9.99/10.01	c !! Tech-mapping for CNF begins     : 
9.99/10.01	c >>     Cut statistics:  (total = 60915, avg = 3.1, max = 15)          
9.99/10.01	c >>        0:    50717 clauses   (CPU Time 0.09)
9.99/10.01	c >>        1:    49333 clauses   (CPU Time 0.05)
9.99/10.01	c >>        2:    49185 clauses   (CPU Time 0.05)
9.99/10.01	c >>        3:    49153 clauses   (CPU Time 0.05)
9.99/10.01	c >>     Core techmap time: 0.27 s
9.99/10.01	c >> Tech-mapping for CNF completed  :    11049 LUTs   1515 PIs   (CPU-Time    0.28 s)
9.99/10.01	c ____________________________________________________________________________________
9.99/10.01	c !! Producing initial SAT-problem   :    49153 clauses           (CPU-Time   -0.00 s)
9.99/10.01	c ____________________________________________________________________________________
9.99/10.01	c !! Running SAT...
9.99/10.01	c 
9.99/10.01	c ============================[After Simplification]=============================
9.99/10.01	c |  Number of variables:  1667                                                 |
9.99/10.01	c |  Number of clauses:    8700                                                 |
9.99/10.01	c ============================[ Search Statistics ]==============================
9.99/10.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.99/10.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.99/10.01	c ===============================================================================
9.99/10.01	c |         0 |    1667     8700    28884 |     2900        0    nan |  0.000 % |
9.99/10.01	c |       101 |    1667     8700    28884 |     3190      101     14 | 72.065 % |
9.99/10.01	c |       252 |    1667     8700    28884 |     3509      252     17 | 72.065 % |
9.99/10.01	c |       477 |    1667     8700    28884 |     3859      477     20 | 72.065 % |
9.99/10.01	c |       814 |    1666     8700    28884 |     4245      813     21 | 72.073 % |
9.99/10.01	c |      1320 |    1665     8700    28884 |     4670     1317     21 | 72.081 % |
9.99/10.01	c |      2080 |    1665     8700    28884 |     5137     2077     23 | 72.081 % |
9.99/10.01	c |      3222 |    1665     8700    28884 |     5651     3219     25 | 72.081 % |
9.99/10.01	c |      4930 |    1665     8700    28884 |     6216     4927     24 | 72.081 % |
9.99/10.01	c |      7493 |    1665     8700    28884 |     6838     7490     25 | 72.081 % |
9.99/10.01	c |     11337 |    1665     8700    28884 |     7521    11334     27 | 72.081 % |
9.99/10.01	c |     17103 |    1665     8700    28884 |     8274    17100     30 | 72.081 % |
9.99/10.01	c |     25753 |    1665     8700    28884 |     9101    16636     30 | 72.081 % |
9.99/10.01	c |     38728 |    1665     8700    28884 |    10011    10889     24 | 72.081 % |
320.28/320.54	c |     58189 |    1665     8700    28884 |    11012    10599     23 | 72.081 % |
320.28/320.54	c |     87381 |    1664     8700    28884 |    12114    18963     22 | 72.089 % |
320.28/320.54	c |    131171 |    1658     8700    28884 |    13325    19164     24 | 72.137 % |
320.28/320.54	c |    196856 |    1656     8700    28884 |    14657    16114     22 | 72.153 % |
320.28/320.54	c |    295383 |    1656     8700    28884 |    16123    17688     22 | 72.153 % |
320.28/320.54	c |    443172 |    1655     8700    28884 |    17736    23726     22 | 72.161 % |
320.28/320.54	c |    664855 |    1653     8700    28884 |    19509    27076     22 | 72.177 % |
320.28/320.54	c ===============================================================================
320.28/320.54	c restarts         : 21
320.28/320.54	c conflicts        : 751471      
320.28/320.54	c decisions        : 862339       (0.90 % random)
320.28/320.54	c propagations     : 234780010   
320.28/320.54	c conflict literals: 20782416     (69.18 % deleted)
320.28/320.54	s UNSATISFIABLEc 
320.28/320.54	c Total CPU time: 320.28

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/node25/watcher-461581-1179401751 -o ROOT/results/node25/solver-461581-1179401751 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461581-1179401751/instance-461581-1179401751.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.00 0.00 0.03 3/64 6815
/proc/meminfo: memFree=1272152/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) R 6813 6815 6747 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 222 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/6815/statm: 1338 222 185 169 0 49 0
[pid=6816] ppid=6815 vsize=10260 CPUtime=0
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 209 0 0 0 0 0 0 0 19 0 1 0 388092173 10506240 184 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 2565 192 54 274 0 2080 0
[pid=6817] ppid=6815 vsize=5352 CPUtime=0
/proc/6817/stat : 6817 (minicirc.bash) R 6815 6815 6747 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 222 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/6817/statm: 1338 222 185 169 0 49 0

[startup+0.013116 s]
/proc/loadavg: 0.00 0.00 0.03 3/64 6815
/proc/meminfo: memFree=1272152/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=10260 CPUtime=0
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 429 0 0 0 0 0 0 0 19 0 1 0 388092173 10506240 371 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 2565 372 71 274 0 2080 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 388092173 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27880

[startup+0.102128 s]
/proc/loadavg: 0.00 0.00 0.03 3/64 6815
/proc/meminfo: memFree=1272152/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=13472 CPUtime=0.09
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 2970 0 0 0 9 0 0 0 19 0 1 0 388092173 13795328 2478 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135257116 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 3368 2486 98 274 0 2883 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31092

[startup+0.302163 s]
/proc/loadavg: 0.00 0.00 0.03 3/64 6815
/proc/meminfo: memFree=1272152/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=14776 CPUtime=0.29
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 4448 0 0 0 28 1 0 0 21 0 1 0 388092173 15130624 3200 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134967821 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 3694 3200 182 274 0 3209 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32396

[startup+0.70123 s]
/proc/loadavg: 0.00 0.00 0.03 3/64 6815
/proc/meminfo: memFree=1272152/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=18452 CPUtime=0.68
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 6055 0 0 0 67 1 0 0 25 0 1 0 388092173 18894848 4081 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135257116 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 4613 4081 205 274 0 4128 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36072

[startup+1.50137 s]
/proc/loadavg: 0.00 0.00 0.03 2/67 6818
/proc/meminfo: memFree=1253368/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=20920 CPUtime=1.49
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 6749 0 0 0 147 2 0 0 25 0 1 0 388092173 21422080 4714 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043615 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5230 4714 211 274 0 4745 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38540

[startup+3.10164 s]
/proc/loadavg: 0.00 0.00 0.03 2/67 6818
/proc/meminfo: memFree=1253240/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=20920 CPUtime=3.09
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 6749 0 0 0 307 2 0 0 25 0 1 0 388092173 21422080 4714 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5230 4714 211 274 0 4745 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38540

[startup+6.30119 s]
/proc/loadavg: 0.08 0.02 0.03 2/67 6818
/proc/meminfo: memFree=1252216/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=21940 CPUtime=6.29
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 6965 0 0 0 627 2 0 0 25 0 1 0 388092173 22466560 4930 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5485 4930 211 274 0 5000 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39560

[startup+12.7013 s]
/proc/loadavg: 0.15 0.03 0.04 2/67 6818
/proc/meminfo: memFree=1252088/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=22076 CPUtime=12.68
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7021 0 0 0 1266 2 0 0 25 0 1 0 388092173 22605824 4986 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5519 4986 211 274 0 5034 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39696

[startup+25.5025 s]
/proc/loadavg: 0.34 0.08 0.05 2/67 6818
/proc/meminfo: memFree=1251320/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=22884 CPUtime=25.48
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7228 0 0 0 2546 2 0 0 25 0 1 0 388092173 23433216 5193 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043700 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5721 5193 211 274 0 5236 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40504

[startup+51.1028 s]
/proc/loadavg: 0.56 0.15 0.08 2/67 6818
/proc/meminfo: memFree=1250744/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=23412 CPUtime=51.06
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7350 0 0 0 5103 3 0 0 25 0 1 0 388092173 23973888 5315 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5853 5315 211 274 0 5368 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 41032

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 0.12 2/67 6818
/proc/meminfo: memFree=1250552/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=23412 CPUtime=102.23
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7359 0 0 0 10220 3 0 0 25 0 1 0 388092173 23973888 5324 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 5853 5324 211 274 0 5368 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 41032

[startup+162.303 s]
/proc/loadavg: 0.93 0.41 0.18 2/67 6818
/proc/meminfo: memFree=1249464/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24600 CPUtime=162.19
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7659 0 0 0 16216 3 0 0 25 0 1 0 388092173 25190400 5624 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043767 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6150 5624 211 274 0 5665 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 42220

[startup+222.301 s]
/proc/loadavg: 0.97 0.51 0.22 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=222.15
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7686 0 0 0 22212 3 0 0 25 0 1 0 388092173 25358336 5651 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052225 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5651 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 42384

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.27 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=282.1
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7687 0 0 0 28207 3 0 0 25 0 1 0 388092173 25358336 5652 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5652 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 42384

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

[startup+307.102 s]
/proc/loadavg: 0.99 0.63 0.29 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=306.89
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 30686 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 306.89
Current children cumulated vsize (KiB) 42384

[startup+313.507 s]
/proc/loadavg: 0.99 0.64 0.30 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=313.29
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 31326 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 313.29
Current children cumulated vsize (KiB) 42384

[startup+316.701 s]
/proc/loadavg: 0.99 0.64 0.30 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=316.48
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 31645 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135044013 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 316.48
Current children cumulated vsize (KiB) 42384

[startup+318.301 s]
/proc/loadavg: 0.99 0.65 0.30 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=318.08
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 31805 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 318.08
Current children cumulated vsize (KiB) 42384

[startup+319.903 s]
/proc/loadavg: 0.99 0.65 0.30 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=319.68
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 31965 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 319.68
Current children cumulated vsize (KiB) 42384

[startup+320.303 s]
/proc/loadavg: 0.99 0.65 0.30 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=320.08
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 32005 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (KiB) 42384

[startup+320.503 s]
/proc/loadavg: 0.99 0.65 0.30 2/67 6818
/proc/meminfo: memFree=1249336/2055920 swapFree=4183100/4192956
[pid=6815] ppid=6813 vsize=5352 CPUtime=0
/proc/6815/stat : 6815 (minicirc.bash) S 6813 6815 6747 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 388092173 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6815/statm: 1338 223 186 169 0 49 0
[pid=6816] ppid=6815 vsize=24764 CPUtime=320.28
/proc/6816/stat : 6816 (minicirc.linux3) R 6815 6815 6747 0 -1 4194304 7689 0 0 0 32025 3 0 0 25 0 1 0 388092173 25358336 5654 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052155 0 0 4096 17507 0 0 0 17 0 0 0
/proc/6816/statm: 6191 5654 211 274 0 5706 0
[pid=6817] ppid=6815 vsize=12268 CPUtime=0
/proc/6817/stat : 6817 (miniadapter.pl) S 6815 6815 6747 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388092173 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 253316083810 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6817/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 320.28
Current children cumulated vsize (KiB) 42384

Child status: 0
Real time (s): 320.542
CPU time (s): 320.338
CPU user time (s): 320.291
CPU system time (s): 0.046992
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 42384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.291
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8390
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= 78
involuntary context switches= 765

runsolver used 0.361944 second user time and 0.807877 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Thu May 17 11:35:51 UTC 2007

IDJOB= 461581
IDBENCH= 48444
IDSOLVER= 205
FILE ID= node25/461581-1179401751

PBS_JOBID= 5292720

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  d558e69a6d03512846fdd28dc635b285

RANDOM SEED= 281402458

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1272432 kB
Buffers:         32052 kB
Cached:         620960 kB
SwapCached:       3868 kB
Active:         246956 kB
Inactive:       415580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272432 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:            4748 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:           107020 kB
Committed_AS:  9200124 kB
PageTables:       1472 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 node25 on Thu May 17 11:41:12 UTC 2007