Trace number 1555242

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 2/2009-03-20UNSAT 994.822 499.243

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark569.762
Satisfiable
(Un)Satisfiability was proved
Number of variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.03/0.07	c ==============================================================================
0.03/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.07	c ==============================================================================
0.03/0.07	c |         0 |   70701   164969 |   21210       0        0     nan |  0.000 % |
0.59/0.63	c |         0 |   35182   121457 |      --       0       --      -- |     --   | -35497/-43459
0.59/0.63	c ==============================================================================
0.59/0.63	c Result  :   #vars: 6588   #clauses: 35182   #literals: 121457
0.59/0.63	c CPU time:   0.603908 s
0.59/0.63	c ==============================================================================
994.76/499.20	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
994.76/499.20	c ============================[ Problem Statistics ]=============================
994.76/499.20	c |                                                                             |
994.76/499.20	c threadId              : 1
994.76/499.20	c restarts              : 5025
994.76/499.20	c conflicts             : 560700         (564 /sec)
994.76/499.20	c decisions             : 2076166        (1.54 % random) (2090 /sec)
994.76/499.20	c propagations          : 234243632      (235753 /sec)
994.76/499.20	c conflict literals     : 82572245       (44.70 % deleted)
994.76/499.20	c Memory used           : 174.54 MB
994.76/499.20	c CPU time              : 993.597 s
994.76/499.20	
994.76/499.20	c --->m=2, e=8, aimd=2, HOME/29441_many.cnf	time: 496.798	conflicts: 560700       
994.76/499.23	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-1555242-1238738828/watcher-1555242-1238738828 -o /tmp/evaluation-result-1555242-1238738828/solver-1555242-1238738828 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1555242-1238738828.cnf aimd 2 

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.91 0.98 1.03 3/69 29441
/proc/meminfo: memFree=1801400/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0
/proc/29441/stat : 29441 (manysat.sh) R 29439 29441 28777 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1146547510 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/29441/statm: 1339 234 194 169 0 50 0
[pid=29442] ppid=29441 vsize=960 CPUtime=0
/proc/29442/stat : 29442 (SatElite) R 29441 29441 28777 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 1146547510 983040 142 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29442/statm: 240 146 50 127 0 110 0

[startup+0.048078 s]
/proc/loadavg: 0.91 0.98 1.03 3/69 29441
/proc/meminfo: memFree=1801400/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146547510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29441/statm: 1339 235 195 169 0 50 0
[pid=29442] ppid=29441 vsize=7860 CPUtime=0.03
/proc/29442/stat : 29442 (SatElite) R 29441 29441 28777 0 -1 4194304 1580 0 0 0 3 0 0 0 19 0 1 0 1146547510 8048640 1564 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29442/statm: 1965 1564 50 127 0 1835 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13216

[startup+0.101087 s]
/proc/loadavg: 0.91 0.98 1.03 3/69 29441
/proc/meminfo: memFree=1801400/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146547510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29441/statm: 1339 235 195 169 0 50 0
[pid=29442] ppid=29441 vsize=11460 CPUtime=0.09
/proc/29442/stat : 29442 (SatElite) R 29441 29441 28777 0 -1 4194304 2651 0 0 0 8 1 0 0 19 0 1 0 1146547510 11735040 2495 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/29442/statm: 2865 2495 68 127 0 2735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16816

[startup+0.301126 s]
/proc/loadavg: 0.91 0.98 1.03 3/69 29441
/proc/meminfo: memFree=1801400/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146547510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29441/statm: 1339 235 195 169 0 50 0
[pid=29442] ppid=29441 vsize=12188 CPUtime=0.29
/proc/29442/stat : 29442 (SatElite) R 29441 29441 28777 0 -1 4194304 2817 0 0 0 27 2 0 0 21 0 1 0 1146547510 12480512 2661 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/29442/statm: 3047 2661 68 127 0 2917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17544

[startup+0.701214 s]
/proc/loadavg: 0.91 0.98 1.03 3/69 29441
/proc/meminfo: memFree=1801400/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5356

[startup+1.50238 s]
/proc/loadavg: 0.91 0.98 1.03 3/72 29445
/proc/meminfo: memFree=1790560/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=21692 CPUtime=1.56
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 2154 0 0 0 154 2 0 0 17 0 2 0 1146547579 22212608 2140 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 5423 2140 83 193 0 5227 0
[pid=29444/tid=29445] ppid=29441 vsize=21692 CPUtime=0.75
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 293 0 0 0 75 0 0 0 17 0 2 0 1146547584 22212608 2140 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 27048

[startup+3.10169 s]
/proc/loadavg: 0.91 0.98 1.03 3/72 29445
/proc/meminfo: memFree=1787936/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=24836 CPUtime=4.76
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 3000 0 0 0 473 3 0 0 16 0 2 0 1146547579 25432064 2986 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 6209 2986 83 193 0 6013 0
[pid=29444/tid=29445] ppid=29441 vsize=24836 CPUtime=2.35
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 675 0 0 0 234 1 0 0 17 0 2 0 1146547584 25432064 2986 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 30192

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 1.04 3/72 29445
/proc/meminfo: memFree=1782880/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=28900 CPUtime=11.13
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 4110 0 0 0 1108 5 0 0 17 0 2 0 1146547579 29593600 4096 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 7225 4096 83 193 0 7029 0
[pid=29444/tid=29445] ppid=29441 vsize=28900 CPUtime=5.55
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 1101 0 0 0 553 2 0 0 17 0 2 0 1146547584 29593600 4096 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 34256

[startup+12.7026 s]
/proc/loadavg: 1.08 1.02 1.04 3/72 29445
/proc/meminfo: memFree=1774368/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=36932 CPUtime=23.89
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 6216 0 0 0 2382 7 0 0 16 0 2 0 1146547579 37818368 6202 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 9233 6202 83 193 0 9037 0
[pid=29444/tid=29445] ppid=29441 vsize=36932 CPUtime=11.94
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 1901 0 0 0 1191 3 0 0 16 0 2 0 1146547584 37818368 6202 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 42288

[startup+25.5011 s]
/proc/loadavg: 1.28 1.06 1.06 3/72 29445
/proc/meminfo: memFree=1762016/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=48692 CPUtime=49.41
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 8993 0 0 0 4931 10 0 0 17 0 2 0 1146547579 49860608 8979 1992294400 134512640 135305190 4294956144 18446744073709551615 134551731 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 12173 8979 83 193 0 11977 0
[pid=29444/tid=29445] ppid=29441 vsize=48692 CPUtime=24.73
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 3172 0 0 0 2469 4 0 0 17 0 2 0 1146547584 49860608 8979 1992294400 134512640 135305190 4294956144 18446744073709551615 134570462 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 54048

[startup+51.1012 s]
/proc/loadavg: 1.53 1.14 1.08 3/72 29445
/proc/meminfo: memFree=1739808/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=70676 CPUtime=100.46
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 14555 0 0 0 10029 17 0 0 17 0 2 0 1146547579 72372224 14541 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 17669 14541 83 193 0 17473 0
[pid=29444/tid=29445] ppid=29441 vsize=70676 CPUtime=50.33
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 5793 0 0 0 5025 8 0 0 19 0 2 0 1146547584 72372224 14541 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 76032

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.13 3/72 29445
/proc/meminfo: memFree=1706592/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=103976 CPUtime=202.58
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 22851 0 0 0 20233 25 0 0 25 0 2 0 1146547579 106471424 22837 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 25994 22837 83 193 0 25798 0
[pid=29444/tid=29445] ppid=29441 vsize=103976 CPUtime=101.51
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 9534 0 0 0 10139 12 0 0 25 0 2 0 1146547584 106471424 22837 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 109332

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.18 3/72 29445
/proc/meminfo: memFree=1677472/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=133328 CPUtime=322.2
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 30050 0 0 0 32187 33 0 0 25 0 2 0 1146547579 136527872 30036 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 33332 30036 83 193 0 33136 0
[pid=29444/tid=29445] ppid=29441 vsize=133328 CPUtime=161.45
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 13409 0 0 0 16129 16 0 0 25 0 2 0 1146547584 136527872 30036 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.88
Current children cumulated vsize (KiB) 138684

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.23 3/72 29445
/proc/meminfo: memFree=1659232/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=151940 CPUtime=441.86
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 34599 0 0 0 44147 39 0 0 25 0 2 0 1146547579 155586560 34585 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 37985 34585 83 193 0 37789 0
[pid=29444/tid=29445] ppid=29441 vsize=151940 CPUtime=221.42
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 15534 0 0 0 22123 19 0 0 25 0 2 0 1146547584 155586560 34585 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.54
Current children cumulated vsize (KiB) 157296

[startup+282.303 s]
/proc/loadavg: 1.99 1.59 1.27 3/72 29445
/proc/meminfo: memFree=1654688/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=157336 CPUtime=561.52
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 35726 0 0 0 56110 42 0 0 25 0 2 0 1146547579 161112064 35712 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 39334 35712 83 193 0 39138 0
[pid=29444/tid=29445] ppid=29441 vsize=157336 CPUtime=281.4
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 16198 0 0 0 28119 21 0 0 20 0 2 0 1146547584 161112064 35712 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.2
Current children cumulated vsize (KiB) 162692

[startup+342.303 s]
/proc/loadavg: 1.99 1.66 1.31 3/72 29445
/proc/meminfo: memFree=1643808/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=168016 CPUtime=681.17
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 38444 0 0 0 68071 46 0 0 20 0 2 0 1146547579 172048384 38430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 42004 38430 83 193 0 41808 0
[pid=29444/tid=29445] ppid=29441 vsize=168016 CPUtime=341.38
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 17748 0 0 0 34114 24 0 0 20 0 2 0 1146547584 172048384 38430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 681.85
Current children cumulated vsize (KiB) 173372

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.35 3/72 29445
/proc/meminfo: memFree=1641568/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=170384 CPUtime=800.83
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 39002 0 0 0 80037 46 0 0 25 0 2 0 1146547579 174473216 38988 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 42596 38988 83 193 0 42400 0
[pid=29444/tid=29445] ppid=29441 vsize=170384 CPUtime=401.34
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 18131 0 0 0 40110 24 0 0 25 0 2 0 1146547584 174473216 38988 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 801.51
Current children cumulated vsize (KiB) 175740

[startup+462.301 s]
/proc/loadavg: 1.99 1.77 1.39 3/72 29445
/proc/meminfo: memFree=1636128/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=175940 CPUtime=920.49
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40344 0 0 0 92001 48 0 0 25 0 2 0 1146547579 180162560 40330 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 43985 40330 83 193 0 43789 0
[pid=29444/tid=29445] ppid=29441 vsize=175940 CPUtime=461.31
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 18987 0 0 0 46106 25 0 0 20 0 2 0 1146547584 180162560 40330 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.17
Current children cumulated vsize (KiB) 181296

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

[startup+486.301 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1635296/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=176992 CPUtime=968.37
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40565 0 0 0 96788 49 0 0 25 0 2 0 1146547579 181239808 40551 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 44248 40551 83 193 0 44052 0
[pid=29444/tid=29445] ppid=29441 vsize=176992 CPUtime=485.3
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19033 0 0 0 48505 25 0 0 25 0 2 0 1146547584 181239808 40551 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 969.05
Current children cumulated vsize (KiB) 182348

[startup+492.701 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1634272/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178324 CPUtime=981.13
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40818 0 0 0 98064 49 0 0 25 0 2 0 1146547579 182603776 40804 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 44581 40804 83 193 0 44385 0
[pid=29444/tid=29445] ppid=29441 vsize=178324 CPUtime=491.7
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19116 0 0 0 49145 25 0 0 25 0 2 0 1146547584 182603776 40804 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 981.81
Current children cumulated vsize (KiB) 183680

[startup+495.902 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1634208/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178432 CPUtime=987.51
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40834 0 0 0 98702 49 0 0 20 0 2 0 1146547579 182714368 40820 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 44608 40820 83 193 0 44412 0
[pid=29444/tid=29445] ppid=29441 vsize=178432 CPUtime=494.9
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19116 0 0 0 49465 25 0 0 25 0 2 0 1146547584 182714368 40820 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 988.19
Current children cumulated vsize (KiB) 183788

[startup+497.501 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1633888/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178648 CPUtime=990.7
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40915 0 0 0 99021 49 0 0 25 0 2 0 1146547579 182935552 40901 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29444/statm: 44662 40901 83 193 0 44466 0
[pid=29444/tid=29445] ppid=29441 vsize=178648 CPUtime=496.5
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19187 0 0 0 49625 25 0 0 25 0 2 0 1146547584 182935552 40901 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 991.38
Current children cumulated vsize (KiB) 184004

[startup+498.306 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1633824/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178720 CPUtime=992.3
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40918 0 0 0 99181 49 0 0 17 0 2 0 1146547579 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29444/statm: 44680 40904 83 193 0 44484 0
[pid=29444/tid=29445] ppid=29441 vsize=178720 CPUtime=497.31
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19190 0 0 0 49705 26 0 0 17 0 2 0 1146547584 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 992.98
Current children cumulated vsize (KiB) 184076

[startup+498.702 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1633824/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178720 CPUtime=993.09
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40918 0 0 0 99259 50 0 0 16 0 2 0 1146547579 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134529252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29444/statm: 44680 40904 83 193 0 44484 0
[pid=29444/tid=29445] ppid=29441 vsize=178720 CPUtime=497.7
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19190 0 0 0 49744 26 0 0 16 0 2 0 1146547584 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 993.77
Current children cumulated vsize (KiB) 184076

[startup+499.102 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1633824/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178720 CPUtime=993.89
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40918 0 0 0 99339 50 0 0 17 0 2 0 1146547579 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134529244 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29444/statm: 44680 40904 83 193 0 44484 0
[pid=29444/tid=29445] ppid=29441 vsize=178720 CPUtime=498.1
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194368 19190 0 0 0 49784 26 0 0 17 0 2 0 1146547584 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134657580 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.57
Current children cumulated vsize (KiB) 184076

[startup+499.202 s]
/proc/loadavg: 1.99 1.79 1.41 3/72 29445
/proc/meminfo: memFree=1633824/2055920 swapFree=4177824/4192956
[pid=29441] ppid=29439 vsize=5356 CPUtime=0.68
/proc/29441/stat : 29441 (manysat.sh) S 29439 29441 28777 0 -1 4194304 312 3157 0 0 0 0 65 3 16 0 1 0 1146547510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29441/statm: 1339 238 195 169 0 50 0
[pid=29444] ppid=29441 vsize=178720 CPUtime=994.08
/proc/29444/stat : 29444 (manysat1.1_stat) R 29441 29441 28777 0 -1 4194304 40918 0 0 0 99358 50 0 0 17 0 2 0 1146547579 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134529553 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29444/statm: 44680 40904 83 193 0 44484 0
[pid=29444/tid=29445] ppid=29441 vsize=178720 CPUtime=498.19
/proc/29444/task/29445/stat : 29445 (manysat1.1_stat) S 29441 29441 28777 0 -1 4194368 19190 0 0 0 49793 26 0 0 17 0 2 0 1146547584 183009280 40904 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.76
Current children cumulated vsize (KiB) 184076

Child status: 20
Real time (s): 499.243
CPU time (s): 994.822
CPU user time (s): 994.25
CPU system time (s): 0.571913
CPU usage (%): 199.266
Max. virtual memory (cumulated for all children) (KiB): 184076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 994.25
system time used= 0.571913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44556
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= 2869
involuntary context switches= 7531

runsolver used 0.735888 second user time and 1.54576 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-03 08:07:08
IDJOB=1555242
IDBENCH=70796
IDSOLVER=515
FILE ID=node73/1555242-1238738828
PBS_JOBID= 9085375
Free space on /tmp= 66504 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand032.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555242-1238738828/watcher-1555242-1238738828 -o /tmp/evaluation-result-1555242-1238738828/solver-1555242-1238738828 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1555242-1238738828.cnf aimd 2

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED=585165741

node73.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.277
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.277
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:       1801816 kB
Buffers:         36372 kB
Cached:         134332 kB
SwapCached:       8272 kB
Active:          19752 kB
Inactive:       160836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801816 kB
SwapTotal:     4192956 kB
SwapFree:      4177824 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          15564 kB
Slab:            59160 kB
Committed_AS:  2827808 kB
PageTables:       1656 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= 66504 MiB
End job on node73 at 2009-04-03 08:15:28