Trace number 461806

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

General information on the benchmark

Nameadditional-aig/
c32sat-ssort/ssort9.aig
MD5SUM22653c5483eabc0b70955c5801afe5f5
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)

3.89/3.98	c ____________________________________________________________________________________
3.89/3.98	c !! Parsing                         :    62809 ANDs   5408 PIs   (CPU-Time    0.03 s)
3.89/3.98	c ____________________________________________________________________________________
3.89/3.98	c !! Initial simplification          :    59665 ANDs   5408 PIs   (CPU-Time    0.05 s)
3.89/3.98	c >>     Top conjunction: 3145 POs
3.89/3.98	c ____________________________________________________________________________________
3.89/3.98	c !! DAG-aware minimization begins   : 
3.89/3.98	c >>     Strashing:
3.89/3.98	c >>     Minimizing:
3.89/3.98	c >>     progress        0/   59665
>>     progress     1000/   59547
>>     progress     2000/   59423
>>     progress     3000/   59385
>>     progress     4000/   59385
>>     progress     5000/   59385
>>     progress     6000/   59385
>>     progress     7000/   59347
>>     progress     8000/   59323
>>     progress     9000/   59261
>>     progress    10000/   59243
>>     progress    11000/   59199
>>     progress    12000/   59199
>>     progress    13000/   59174
>>     progress    14000/   59137
>>     progress    15000/   59075
>>     progress    16000/   59069
>>     progress    17000/   59013
>>     progress    18000/   58951
>>     progress    19000/   58951
>>     progress    20000/   58947
>>     progress    21000/   58889
>>     progress    22000/   58827
>>     progress    23000/   58827
>>     progress    24000/   58765
>>     progress    25000/   58765
>>     progress    26000/   58703
>>     progress    27000/   58612
>>     progress    28000/   58539
>>     progress    29000/   58469
>>     progress    30000/   58393
>>     progress    31000/   58325
>>     progress    32000/   58293
>>     progress    33000/   58269
>>     progress    34000/   58223
>>     progress    35000/   58153
>>     progress    36000/   58083
>>     progress    37000/   58080
>>     progress    38000/   58021
>>     progress    39000/   57979
>>     progress    40000/   57959
>>     progress    41000/   57897
>>     progress    42000/   57835
>>     progress    43000/   57819
>>     progress    44000/   57711
>>     progress    45000/   57663
>>     progress    46000/   57635
>>     progress    47000/   57587
>>     progress    48000/   57525
>>     progress    49000/   57465
>>     progress    50000/   57437
>>     progress    51000/   57401
>>     progress    52000/   57401
>>     progress    53000/   57339
>>     progress    54000/   57277
>>     progress    55000/   57273
>>     progress    56000/   57215
>>     progress    57000/   57193
>>     progress    58000/   57141
>>     progress    59000/   57121
>>     progress    60000/   57013
>>     progress    61000/   57013
>>     progress    62000/   56923
>>     Reduction in #ANDs:  4.68 %
3.89/3.98	c >>     Core shrink time  : 0.93 s
3.89/3.98	c >>     Globally redundant: 0
3.89/3.98	c >> DAG-aware minimization completed:    56873 ANDs   5408 PIs   (CPU-Time    0.97 s)
3.89/3.98	c ____________________________________________________________________________________
3.89/3.98	c !! Tech-mapping for CNF begins     : 
3.89/3.98	c >>     Cut statistics:  (total = 256251, avg = 4.5, max = 23)          
3.89/3.98	c >>        0:    94106 clauses   (CPU Time 0.47)
3.89/3.98	c >>        1:    89014 clauses   (CPU Time 0.44)
3.89/3.98	c >>        2:    89014 clauses   (CPU Time 0.71)
3.89/3.98	c >>        3:    89014 clauses   (CPU Time 0.71)
3.89/3.98	c >>     Core techmap time: 2.39 s
3.89/3.98	c >> Tech-mapping for CNF completed  :    19693 LUTs   5408 PIs   (CPU-Time    2.41 s)
3.89/3.98	c ____________________________________________________________________________________
3.89/3.98	c !! Producing initial SAT-problem   :    89502 clauses           (CPU-Time 1870344910319769710825021438713981792670883939970916938678272.00 s)
3.89/3.98	c ____________________________________________________________________________________
3.89/3.98	c !! Running SAT...
3.89/3.98	c 
3.89/3.98	c ============================[After Simplification]=============================
3.89/3.98	c |  Number of variables:  9018                                                 |
3.89/3.98	c |  Number of clauses:    53051                                                |
3.89/3.98	c ====

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-461806-1179402912 -o ROOT/results/node51/solver-461806-1179402912 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461806-1179402912/instance-461806-1179402912.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.18 0.55 0.59 3/64 26285
/proc/meminfo: memFree=1335792/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=9972 CPUtime=0
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 295136344 10211328 133 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 2493 133 45 274 0 2008 0
[pid=26287] ppid=26285 vsize=5352 CPUtime=0
/proc/26287/stat : 26287 (minicirc.bash) R 26285 26285 26165 0 -1 4194368 24 0 0 0 0 0 0 0 21 0 1 0 295136345 5480448 228 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371293991 0 0 4096 0 0 0 0 17 1 0 0
/proc/26287/statm: 1338 228 191 169 0 49 0

[startup+0.014471 s]
/proc/loadavg: 0.18 0.55 0.59 3/64 26285
/proc/meminfo: memFree=1335792/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=10260 CPUtime=0.01
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 436 0 0 0 1 0 0 0 20 0 1 0 295136344 10506240 378 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 2565 379 71 274 0 2080 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 295136345 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27880

[startup+0.101474 s]
/proc/loadavg: 0.18 0.55 0.59 3/64 26285
/proc/meminfo: memFree=1335792/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=10448 CPUtime=0.09
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 2157 0 0 0 9 0 0 0 20 0 1 0 295136344 10698752 2099 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 2612 2100 71 274 0 2127 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 295136345 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301492 s]
/proc/loadavg: 0.18 0.55 0.59 3/64 26285
/proc/meminfo: memFree=1335792/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=17104 CPUtime=0.29
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 6196 0 0 0 27 2 0 0 21 0 1 0 295136344 17514496 3701 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134966292 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 4276 3701 186 274 0 3791 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34724

[startup+0.701529 s]
/proc/loadavg: 0.18 0.55 0.59 3/64 26285
/proc/meminfo: memFree=1335792/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=18248 CPUtime=0.69
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 6471 0 0 0 67 2 0 0 25 0 1 0 295136344 18685952 3976 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134978489 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 4562 3976 187 274 0 4077 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35868

[startup+1.5016 s]
/proc/loadavg: 0.18 0.55 0.59 2/67 26288
/proc/meminfo: memFree=1319000/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=18040 CPUtime=1.48
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 9100 0 0 0 145 3 0 0 25 0 1 0 295136344 18472960 3889 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134930182 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 4510 3889 196 274 0 4025 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 295136345 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35660

[startup+3.10274 s]
/proc/loadavg: 0.25 0.56 0.59 2/67 26288
/proc/meminfo: memFree=1318488/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=19480 CPUtime=3.08
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 9578 0 0 0 305 3 0 0 25 0 1 0 295136344 19947520 4256 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134927880 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 4870 4256 199 274 0 4385 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 295136345 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37100

[startup+6.30103 s]
/proc/loadavg: 0.25 0.56 0.59 2/67 26288
/proc/meminfo: memFree=1308824/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=28800 CPUtime=6.29
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 13643 0 0 0 623 6 0 0 25 0 1 0 295136344 29491200 6719 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 7200 6719 218 274 0 6715 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46420

[startup+12.7016 s]
/proc/loadavg: 0.36 0.57 0.59 2/67 26288
/proc/meminfo: memFree=1304344/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=33564 CPUtime=12.68
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 14865 0 0 0 1260 8 0 0 25 0 1 0 295136344 34369536 7900 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 8391 7900 218 274 0 7906 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51184

[startup+25.5018 s]
/proc/loadavg: 0.46 0.58 0.60 2/67 26288
/proc/meminfo: memFree=1300056/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=37404 CPUtime=25.48
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 15892 0 0 0 2539 9 0 0 25 0 1 0 295136344 38301696 8866 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 9351 8866 218 274 0 8866 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55024

[startup+51.1011 s]
/proc/loadavg: 0.64 0.62 0.60 2/67 26288
/proc/meminfo: memFree=1296984/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=40444 CPUtime=51.07
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 16655 0 0 0 5097 10 0 0 25 0 1 0 295136344 41414656 9629 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 10111 9629 218 274 0 9626 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58064

[startup+102.306 s]
/proc/loadavg: 0.86 0.68 0.63 2/67 26288
/proc/meminfo: memFree=1290328/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=47468 CPUtime=102.26
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 18410 0 0 0 10214 12 0 0 25 0 1 0 295136344 48607232 11293 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 11867 11293 218 274 0 11382 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 65088

[startup+162.301 s]
/proc/loadavg: 0.94 0.73 0.65 2/67 26288
/proc/meminfo: memFree=1281368/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=56312 CPUtime=162.24
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 20641 0 0 0 16210 14 0 0 25 0 1 0 295136344 57663488 13524 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 14078 13524 218 274 0 13593 0

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

/proc/meminfo: memFree=1276312/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=61144 CPUtime=761.98
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 21960 0 0 0 76182 16 0 0 25 0 1 0 295136344 62611456 14707 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 15286 14707 218 274 0 14801 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 78764

[startup+822.301 s]
/proc/loadavg: 0.99 0.95 0.80 2/67 26486
/proc/meminfo: memFree=1272600/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=64708 CPUtime=821.96
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 22868 0 0 0 82179 17 0 0 25 0 1 0 295136344 66260992 15615 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043736 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 16177 15615 218 274 0 15692 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 82328

[startup+882.302 s]
/proc/loadavg: 0.99 0.96 0.81 2/67 26486
/proc/meminfo: memFree=1266776/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=70536 CPUtime=881.94
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24322 0 0 0 88176 18 0 0 25 0 1 0 295136344 72228864 17069 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043703 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17634 17069 218 274 0 17149 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 88156

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 26486
/proc/meminfo: memFree=1266904/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=70536 CPUtime=941.92
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24322 0 0 0 94174 18 0 0 25 0 1 0 295136344 72228864 17069 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135061719 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17634 17069 218 274 0 17149 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 88156

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 26486
/proc/meminfo: memFree=1265816/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=71724 CPUtime=1001.9
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24589 0 0 0 100172 18 0 0 25 0 1 0 295136344 73445376 17336 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043736 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17931 17336 218 274 0 17446 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 89344

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 26486
/proc/meminfo: memFree=1265816/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=71704 CPUtime=1061.88
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24590 0 0 0 106170 18 0 0 25 0 1 0 295136344 73424896 17337 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043534 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17926 17337 218 274 0 17441 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 89324

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 26488
/proc/meminfo: memFree=1265752/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=71704 CPUtime=1121.88
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24602 0 0 0 112169 19 0 0 25 0 1 0 295136344 73424896 17349 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17926 17349 218 274 0 17441 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 89324

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 26488
/proc/meminfo: memFree=1265752/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=71704 CPUtime=1181.86
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24602 0 0 0 118167 19 0 0 25 0 1 0 295136344 73424896 17349 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135050697 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17926 17349 218 274 0 17441 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 89324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 26488
/proc/meminfo: memFree=1265752/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=71704 CPUtime=1200.06
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24602 0 0 0 119987 19 0 0 25 0 1 0 295136344 73424896 17349 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052179 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17926 17349 218 274 0 17441 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 89324

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.85 2/67 26488
/proc/meminfo: memFree=1265752/2055920 swapFree=4183368/4192956
[pid=26285] ppid=26283 vsize=5352 CPUtime=0
/proc/26285/stat : 26285 (minicirc.bash) S 26283 26285 26165 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 295136344 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26285/statm: 1338 223 186 169 0 49 0
[pid=26286] ppid=26285 vsize=71704 CPUtime=1200.06
/proc/26286/stat : 26286 (minicirc.linux3) R 26285 26285 26165 0 -1 4194304 24602 0 0 0 119987 19 0 0 25 0 1 0 295136344 73424896 17349 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135052179 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26286/statm: 17926 17349 218 274 0 17441 0
[pid=26287] ppid=26285 vsize=12268 CPUtime=0
/proc/26287/stat : 26287 (miniadapter.pl) S 26285 26285 26165 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 295136345 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 235380191330 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26287/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 89324

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26285 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 1200.06
#
# 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.06
CPU user time (s): 1199.87
CPU system time (s): 0.19
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 89344

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

runsolver used 1.13983 second user time and 3.23551 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Thu May 17 11:55:12 UTC 2007

IDJOB= 461806
IDBENCH= 48669
IDSOLVER= 205
FILE ID= node51/461806-1179402912

PBS_JOBID= 5292744

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  22653c5483eabc0b70955c5801afe5f5

RANDOM SEED= 100540511

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1336016 kB
Buffers:         32624 kB
Cached:         571060 kB
SwapCached:       3556 kB
Active:         187284 kB
Inactive:       426000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1336016 kB
SwapTotal:     4192956 kB
SwapFree:      4183368 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          15744 kB
Slab:            92680 kB
Committed_AS:  9910080 kB
PageTables:       1408 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= 66542 MiB

End job on node51 on Thu May 17 12:15:15 UTC 2007