Trace number 1718295

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 1115.43 562.878

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark362.542
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3753     9783 |    1125       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    3159     9446 |      --       0       --      -- |     --   | -556/-258
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 759   #clauses: 3159   #literals: 9446
0.00/0.02	c CPU time:   0.016997 s
0.00/0.02	c ==============================================================================
1115.33/562.86	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1115.33/562.86	c ============================[ Problem Statistics ]=============================
1115.33/562.86	c |                                                                             |
1115.33/562.86	c threadId              : 1
1115.33/562.86	c restarts              : 2772
1115.33/562.86	c conflicts             : 996833         (894 /sec)
1115.33/562.86	c decisions             : 1224110        (1.05 % random) (1098 /sec)
1115.33/562.86	c propagations          : 144075258      (129211 /sec)
1115.33/562.86	c conflict literals     : 23257041       (57.36 % deleted)
1115.33/562.86	c Memory used           : 82.32 MB
1115.33/562.86	c CPU time              : 1115.04 s
1115.33/562.86	
1115.33/562.86	c --->m=2, e=8, aimd=1, HOME/16893_many.cnf	time: 557.521	conflicts: 996833       
1115.33/562.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1718295-1240635354/watcher-1718295-1240635354 -o /tmp/evaluation-result-1718295-1240635354/solver-1718295-1240635354 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1718295-1240635354.cnf aimd 1 

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: 1.00 1.00 1.00 3/65 16893
/proc/meminfo: memFree=1760304/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0
/proc/16893/stat : 16893 (manysat.sh) R 16891 16893 16771 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 91565804 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16893/statm: 1339 234 194 169 0 50 0
[pid=16894] ppid=16893 vsize=960 CPUtime=0
/proc/16894/stat : 16894 (SatElite) R 16893 16893 16771 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 91565804 983040 134 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16894/statm: 240 136 52 127 0 110 0

[startup+0.057731 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16893
/proc/meminfo: memFree=1760304/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.133621 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16893
/proc/meminfo: memFree=1760304/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301144 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16893
/proc/meminfo: memFree=1760304/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701224 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16893
/proc/meminfo: memFree=1760304/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50138 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 16897
/proc/meminfo: memFree=1757400/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=16900 CPUtime=2.93
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 872 0 0 0 293 0 0 0 17 0 2 0 91565806 17305600 858 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 4225 858 83 193 0 4029 0
[pid=16896/tid=16897] ppid=16893 vsize=16900 CPUtime=1.46
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 333 0 0 0 146 0 0 0 18 0 2 0 91565807 17305600 858 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22256

[startup+3.1017 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 16897
/proc/meminfo: memFree=1755736/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=19152 CPUtime=6.12
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 1504 0 0 0 612 0 0 0 17 0 2 0 91565806 19611648 1490 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 4788 1490 83 193 0 4592 0
[pid=16896/tid=16897] ppid=16893 vsize=19152 CPUtime=3.05
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 642 0 0 0 305 0 0 0 17 0 2 0 91565807 19611648 1490 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24508

[startup+6.30234 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 16897
/proc/meminfo: memFree=1752536/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=21072 CPUtime=12.51
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 2116 0 0 0 1250 1 0 0 17 0 2 0 91565806 21577728 2102 1992294400 134512640 135305190 4294956144 18446744073709551615 134557414 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 5268 2102 83 193 0 5072 0
[pid=16896/tid=16897] ppid=16893 vsize=21072 CPUtime=6.24
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 943 0 0 0 624 0 0 0 18 0 2 0 91565807 21577728 2102 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 26428

[startup+12.7016 s]
/proc/loadavg: 1.22 1.05 1.02 3/68 16897
/proc/meminfo: memFree=1746656/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=26752 CPUtime=25.28
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 3380 0 0 0 2526 2 0 0 20 0 2 0 91565806 27394048 3362 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 6688 3362 83 193 0 6492 0
[pid=16896/tid=16897] ppid=16893 vsize=26752 CPUtime=12.61
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 1477 0 0 0 1260 1 0 0 25 0 2 0 91565807 27394048 3362 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 32108

[startup+25.5021 s]
/proc/loadavg: 1.34 1.08 1.02 3/68 16897
/proc/meminfo: memFree=1741216/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=32476 CPUtime=50.82
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 4773 0 0 0 5078 4 0 0 25 0 2 0 91565806 33255424 4755 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 8119 4755 83 193 0 7923 0
[pid=16896/tid=16897] ppid=16893 vsize=32476 CPUtime=25.36
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 2182 0 0 0 2534 2 0 0 19 0 2 0 91565807 33255424 4755 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 37832

[startup+51.1022 s]
/proc/loadavg: 1.56 1.15 1.05 3/68 16897
/proc/meminfo: memFree=1735776/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=37440 CPUtime=101.89
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 6100 0 0 0 10182 7 0 0 25 0 2 0 91565806 38338560 6082 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 9360 6082 83 193 0 9164 0
[pid=16896/tid=16897] ppid=16893 vsize=37440 CPUtime=50.84
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 2827 0 0 0 5081 3 0 0 25 0 2 0 91565807 38338560 6082 1992294400 134512640 135305190 4294956144 18446744073709551615 134556761 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 42796

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.10 3/68 16897
/proc/meminfo: memFree=1728736/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=45800 CPUtime=204.05
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 7815 0 0 0 20395 10 0 0 25 0 2 0 91565806 46899200 7797 1992294400 134512640 135305190 4294956144 18446744073709551615 134528753 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 11450 7797 83 193 0 11254 0
[pid=16896/tid=16897] ppid=16893 vsize=45800 CPUtime=101.83
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 3613 0 0 0 10178 5 0 0 17 0 2 0 91565807 46899200 7797 1992294400 134512640 135305190 4294956144 18446744073709551615 134538593 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 51156

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.15 3/68 16897
/proc/meminfo: memFree=1720928/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=53680 CPUtime=323.74
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 9732 0 0 0 32361 13 0 0 22 0 2 0 91565806 54968320 9714 1992294400 134512640 135305190 4294956144 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 13420 9714 83 193 0 13224 0
[pid=16896/tid=16897] ppid=16893 vsize=53680 CPUtime=161.76
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 4681 0 0 0 16169 7 0 0 25 0 2 0 91565807 54968320 9714 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.75
Current children cumulated vsize (KiB) 59036

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 3/68 16897
/proc/meminfo: memFree=1715616/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=59784 CPUtime=443.45
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 11091 0 0 0 44328 17 0 0 25 0 2 0 91565806 61218816 11073 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 14946 11073 83 193 0 14750 0
[pid=16896/tid=16897] ppid=16893 vsize=59784 CPUtime=221.73
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 5245 0 0 0 22165 8 0 0 25 0 2 0 91565807 61218816 11073 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.46
Current children cumulated vsize (KiB) 65140

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.25 3/68 16897
/proc/meminfo: memFree=1711968/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=63384 CPUtime=563.15
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 12000 0 0 0 56296 19 0 0 25 0 2 0 91565806 64905216 11982 1992294400 134512640 135305190 4294956144 18446744073709551615 134845261 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 15846 11982 83 193 0 15650 0
[pid=16896/tid=16897] ppid=16893 vsize=63384 CPUtime=281.68
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 5600 0 0 0 28159 9 0 0 25 0 2 0 91565807 64905216 11982 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.16
Current children cumulated vsize (KiB) 68740

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.30 3/68 16903
/proc/meminfo: memFree=1707936/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=67012 CPUtime=682.84
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 12980 0 0 0 68262 22 0 0 23 0 2 0 91565806 68620288 12962 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 16753 12962 83 193 0 16557 0
[pid=16896/tid=16897] ppid=16893 vsize=67012 CPUtime=341.63
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 6259 0 0 0 34152 11 0 0 25 0 2 0 91565807 68620288 12962 1992294400 134512640 135305190 4294956144 18446744073709551615 134528499 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.85
Current children cumulated vsize (KiB) 72368

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.34 3/68 16903
/proc/meminfo: memFree=1705888/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=68988 CPUtime=802.54
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 13484 0 0 0 80231 23 0 0 25 0 2 0 91565806 70643712 13466 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 17247 13466 83 193 0 17051 0
[pid=16896/tid=16897] ppid=16893 vsize=68988 CPUtime=401.59
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 6565 0 0 0 40147 12 0 0 25 0 2 0 91565807 70643712 13466 1992294400 134512640 135305190 4294956144 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.55
Current children cumulated vsize (KiB) 74344

[startup+462.303 s]
/proc/loadavg: 1.99 1.78 1.38 3/68 16903
/proc/meminfo: memFree=1695584/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=80128 CPUtime=922.24
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 16066 0 0 0 92193 31 0 0 25 0 2 0 91565806 82051072 16048 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 20032 16048 83 193 0 19836 0
[pid=16896/tid=16897] ppid=16893 vsize=80128 CPUtime=461.57
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 8164 0 0 0 46140 17 0 0 25 0 2 0 91565807 82051072 16048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.25
Current children cumulated vsize (KiB) 85484

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.41 3/68 16903
/proc/meminfo: memFree=1694240/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=82056 CPUtime=1041.95
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 16408 0 0 0 104163 32 0 0 25 0 2 0 91565806 84025344 16390 1992294400 134512640 135305190 4294956144 18446744073709551615 134557263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 20514 16390 83 193 0 20318 0
[pid=16896/tid=16897] ppid=16893 vsize=82056 CPUtime=521.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 8415 0 0 0 52134 18 0 0 25 0 2 0 91565807 84025344 16390 1992294400 134512640 135305190 4294956144 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.96
Current children cumulated vsize (KiB) 87412

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

[startup+537.502 s]
/proc/loadavg: 1.99 1.82 1.42 3/68 16903
/proc/meminfo: memFree=1692832/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=83572 CPUtime=1072.29
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 16760 0 0 0 107196 33 0 0 19 0 2 0 91565806 85577728 16742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 20893 16742 83 193 0 20697 0
[pid=16896/tid=16897] ppid=16893 vsize=83572 CPUtime=536.72
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 8666 0 0 0 53653 19 0 0 25 0 2 0 91565807 85577728 16742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1072.3
Current children cumulated vsize (KiB) 88928

[startup+550.302 s]
/proc/loadavg: 1.99 1.83 1.43 3/68 16903
/proc/meminfo: memFree=1691936/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1097.83
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 16994 0 0 0 109749 34 0 0 25 0 2 0 91565806 86319104 16976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16896/statm: 21074 16976 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=549.5
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194368 8796 0 0 0 54931 19 0 0 25 0 2 0 91565807 86319104 16976 1992294400 134512640 135305190 4294956144 18446744073709551615 134556831 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1097.84
Current children cumulated vsize (KiB) 89652

[startup+556.701 s]
/proc/loadavg: 1.91 1.82 1.43 2/68 16903
/proc/meminfo: memFree=1691680/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1109.22
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 17026 0 0 0 110888 34 0 0 25 0 2 0 91565806 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134529265 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16896/statm: 21074 17008 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=554.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) S 16893 16893 16771 0 -1 4194368 8811 0 0 0 55433 19 0 0 25 0 2 0 91565807 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1109.23
Current children cumulated vsize (KiB) 89652

[startup+559.906 s]
/proc/loadavg: 1.91 1.82 1.43 2/68 16903
/proc/meminfo: memFree=1691680/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1112.42
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 17026 0 0 0 111208 34 0 0 25 0 2 0 91565806 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134529363 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16896/statm: 21074 17008 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=554.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) S 16893 16893 16771 0 -1 4194368 8811 0 0 0 55433 19 0 0 25 0 2 0 91565807 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1112.43
Current children cumulated vsize (KiB) 89652

[startup+561.501 s]
/proc/loadavg: 1.91 1.82 1.43 2/68 16903
/proc/meminfo: memFree=1691680/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1114.02
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 17026 0 0 0 111368 34 0 0 25 0 2 0 91565806 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134529614 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16896/statm: 21074 17008 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=554.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) S 16893 16893 16771 0 -1 4194368 8811 0 0 0 55433 19 0 0 25 0 2 0 91565807 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1114.03
Current children cumulated vsize (KiB) 89652

[startup+562.301 s]
/proc/loadavg: 1.84 1.80 1.42 2/68 16903
/proc/meminfo: memFree=1691680/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1114.82
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 17026 0 0 0 111448 34 0 0 25 0 2 0 91565806 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16896/statm: 21074 17008 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=554.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) S 16893 16893 16771 0 -1 4194368 8811 0 0 0 55433 19 0 0 25 0 2 0 91565807 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1114.83
Current children cumulated vsize (KiB) 89652

[startup+562.701 s]
/proc/loadavg: 1.84 1.80 1.42 2/68 16903
/proc/meminfo: memFree=1691680/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1115.22
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 17026 0 0 0 111488 34 0 0 25 0 2 0 91565806 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16896/statm: 21074 17008 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=554.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) S 16893 16893 16771 0 -1 4194368 8811 0 0 0 55433 19 0 0 25 0 2 0 91565807 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1115.23
Current children cumulated vsize (KiB) 89652

[startup+562.801 s]
/proc/loadavg: 1.84 1.80 1.42 2/68 16903
/proc/meminfo: memFree=1691680/2055920 swapFree=4181392/4192956
[pid=16893] ppid=16891 vsize=5356 CPUtime=0.01
/proc/16893/stat : 16893 (manysat.sh) S 16891 16893 16771 0 -1 4194304 312 266 0 0 0 0 1 0 18 0 1 0 91565804 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 238 195 169 0 50 0
[pid=16896] ppid=16893 vsize=84296 CPUtime=1115.32
/proc/16896/stat : 16896 (manysat1.1_stat) R 16893 16893 16771 0 -1 4194304 17026 0 0 0 111498 34 0 0 25 0 2 0 91565806 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16896/statm: 21074 17008 83 193 0 20878 0
[pid=16896/tid=16897] ppid=16893 vsize=84296 CPUtime=554.52
/proc/16896/task/16897/stat : 16897 (manysat1.1_stat) S 16893 16893 16771 0 -1 4194368 8811 0 0 0 55433 19 0 0 25 0 2 0 91565807 86319104 17008 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1115.33
Current children cumulated vsize (KiB) 89652

Child status: 20
Real time (s): 562.878
CPU time (s): 1115.43
CPU user time (s): 1115.06
CPU system time (s): 0.361944
CPU usage (%): 198.165
Max. virtual memory (cumulated for all children) (KiB): 89652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1115.06
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17773
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= 866
involuntary context switches= 8387

runsolver used 0.52292 second user time and 1.53077 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 06:55:54
IDJOB=1718295
IDBENCH=20474
IDSOLVER=514
FILE ID=node77/1718295-1240635354
PBS_JOBID= 9186395
Free space on /tmp= 66196 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718295-1240635354/watcher-1718295-1240635354 -o /tmp/evaluation-result-1718295-1240635354/solver-1718295-1240635354 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1718295-1240635354.cnf aimd 1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= b1a6497b6934405ef70bfcc51fa85893
RANDOM SEED=288984654

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760784 kB
Buffers:         32560 kB
Cached:         192156 kB
SwapCached:       6144 kB
Active:          75016 kB
Inactive:       158292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760784 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            47772 kB
Committed_AS:   381132 kB
PageTables:       1372 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= 66196 MiB
End job on node77 at 2009-04-25 07:05:17