Trace number 1563562

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 865.16 870.174

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark406.26
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
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.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  135726   315843 |   40717       0        0     nan |  0.000 % |
1.67/1.75	c |         0 |   65966   210427 |      --       0       --      -- |     --   | -69152/-103784
1.67/1.75	c ==============================================================================
1.67/1.75	c Result  :   #vars: 13761   #clauses: 65966   #literals: 210427
1.67/1.75	c CPU time:   1.66575 s
1.67/1.75	c ==============================================================================
865.07/870.14	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
865.07/870.14	c ============================[ Problem Statistics ]=============================
865.07/870.14	c |                                                                             |
865.07/870.14	c threadId              : 1
865.07/870.14	c restarts              : 8325
865.07/870.14	c conflicts             : 540568         (626 /sec)
865.07/870.14	c decisions             : 5597071        (1.26 % random) (6485 /sec)
865.07/870.14	c propagations          : 422815941      (489889 /sec)
865.07/870.14	c conflict literals     : 21373182       (47.28 % deleted)
865.07/870.14	c Memory used           : 93.00 MB
865.07/870.14	c CPU time              : 863.086 s
865.07/870.14	
865.07/870.14	c --->m=2, e=8, aimd=2, HOME/13409_many.cnf	time: 431.543	conflicts: 540568       
865.07/870.16	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-1563562-1238787119/watcher-1563562-1238787119 -o /tmp/evaluation-result-1563562-1238787119/solver-1563562-1238787119 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563562-1238787119.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: 1.92 1.98 1.99 4/85 13409
/proc/meminfo: memFree=1760464/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=18576 CPUtime=0
/proc/13409/stat : 13409 (runsolver) R 13407 13409 12848 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1151372947 19021824 292 1992294400 4194304 4302564 548682068480 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13409/statm: 4644 292 257 26 0 2626 0

[startup+0.109297 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13409
/proc/meminfo: memFree=1760464/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=0
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151372947 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201305 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13409
/proc/meminfo: memFree=1760464/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=0
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151372947 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301313 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13409
/proc/meminfo: memFree=1760464/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=0
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151372947 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701355 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13409
/proc/meminfo: memFree=1760464/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=0
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151372947 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50143 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 13411
/proc/meminfo: memFree=1731072/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=0
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151372947 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 235 195 169 0 50 0
[pid=13411] ppid=13409 vsize=23044 CPUtime=1.48
/proc/13411/stat : 13411 (SatElite) R 13409 13409 12848 0 -1 4194304 5710 0 0 0 142 6 0 0 25 0 1 0 1151372948 23597056 5247 1992294400 134512640 135034092 4294956096 18446744073709551615 134560736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13411/statm: 5761 5247 68 127 0 5631 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28400

[startup+3.10259 s]
/proc/loadavg: 1.92 1.98 1.99 4/88 13413
/proc/meminfo: memFree=1738488/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=23976 CPUtime=1.23
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 3148 0 0 0 121 2 0 0 25 0 2 0 1151373132 24551424 3134 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 5994 3134 83 193 0 5798 0
[pid=13412/tid=13413] ppid=13409 vsize=23976 CPUtime=0.52
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 217 0 0 0 52 0 0 0 25 0 2 0 1151373141 24551424 3134 1992294400 134512640 135305190 4294956144 18446744073709551615 134528990 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 29332

[startup+6.30191 s]
/proc/loadavg: 2.01 2.00 2.00 4/88 13413
/proc/meminfo: memFree=1736056/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=26088 CPUtime=4.41
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 3654 0 0 0 439 2 0 0 25 0 2 0 1151373132 26714112 3640 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 6522 3640 83 193 0 6326 0
[pid=13412/tid=13413] ppid=13409 vsize=26088 CPUtime=2.1
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 447 0 0 0 210 0 0 0 25 0 2 0 1151373141 26714112 3640 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 31444

[startup+12.7025 s]
/proc/loadavg: 2.09 2.02 2.01 4/88 13413
/proc/meminfo: memFree=1732152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=29896 CPUtime=10.77
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 4601 0 0 0 1073 4 0 0 25 0 2 0 1151373132 30613504 4587 1992294400 134512640 135305190 4294956144 18446744073709551615 134570397 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 7474 4587 83 193 0 7278 0
[pid=13412/tid=13413] ppid=13409 vsize=29896 CPUtime=5.31
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 852 0 0 0 530 1 0 0 25 0 2 0 1151373141 30613504 4587 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 35252

[startup+25.5018 s]
/proc/loadavg: 2.29 2.06 2.02 4/88 13413
/proc/meminfo: memFree=1726968/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=35036 CPUtime=23.49
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 5870 0 0 0 2344 5 0 0 25 0 2 0 1151373132 35876864 5856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 8759 5856 83 193 0 8563 0
[pid=13412/tid=13413] ppid=13409 vsize=35036 CPUtime=11.69
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 1407 0 0 0 1167 2 0 0 25 0 2 0 1151373141 35876864 5856 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 40392

[startup+51.1014 s]
/proc/loadavg: 2.53 2.14 2.04 4/88 13413
/proc/meminfo: memFree=1721656/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=41248 CPUtime=48.94
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 7150 0 0 0 4887 7 0 0 25 0 2 0 1151373132 42237952 7136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 10312 7136 83 193 0 10116 0
[pid=13412/tid=13413] ppid=13409 vsize=41248 CPUtime=24.3
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 1982 0 0 0 2428 2 0 0 25 0 2 0 1151373141 42237952 7136 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 46604

[startup+102.301 s]
/proc/loadavg: 2.79 2.27 2.09 4/88 13413
/proc/meminfo: memFree=1714296/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=48332 CPUtime=99.84
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 8945 0 0 0 9976 8 0 0 25 0 2 0 1151373132 49491968 8931 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 12083 8931 83 193 0 11887 0
[pid=13412/tid=13413] ppid=13409 vsize=48332 CPUtime=49.75
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 2734 0 0 0 4972 3 0 0 25 0 2 0 1151373141 49491968 8931 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 53688

[startup+162.301 s]
/proc/loadavg: 2.92 2.40 2.15 4/88 13413
/proc/meminfo: memFree=1702712/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=60068 CPUtime=159.5
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 11843 0 0 0 15939 11 0 0 25 0 2 0 1151373132 61509632 11829 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 15017 11829 83 193 0 14821 0
[pid=13412/tid=13413] ppid=13409 vsize=60068 CPUtime=79.51
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 3968 0 0 0 7947 4 0 0 25 0 2 0 1151373141 61509632 11829 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 65424

[startup+222.307 s]
/proc/loadavg: 2.97 2.51 2.20 4/88 13413
/proc/meminfo: memFree=1702520/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=60220 CPUtime=219.16
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 11903 0 0 0 21905 11 0 0 25 0 2 0 1151373132 61665280 11889 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 15055 11889 83 193 0 14859 0
[pid=13412/tid=13413] ppid=13409 vsize=60220 CPUtime=109.37
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 3977 0 0 0 10933 4 0 0 25 0 2 0 1151373141 61665280 11889 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 65576

[startup+282.301 s]
/proc/loadavg: 2.99 2.59 2.24 4/88 13413
/proc/meminfo: memFree=1701176/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=61680 CPUtime=278.82
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 12230 0 0 0 27870 12 0 0 25 0 2 0 1151373132 63160320 12216 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 15420 12216 83 193 0 15224 0
[pid=13412/tid=13413] ppid=13409 vsize=61680 CPUtime=139.18
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 4099 0 0 0 13914 4 0 0 25 0 2 0 1151373141 63160320 12216 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.64
Current children cumulated vsize (KiB) 67036

[startup+342.301 s]
/proc/loadavg: 2.99 2.66 2.29 4/88 13413
/proc/meminfo: memFree=1694072/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0

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


[startup+642.301 s]
/proc/loadavg: 2.99 2.87 2.47 4/88 13413
/proc/meminfo: memFree=1670008/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=93428 CPUtime=636.76
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 19980 0 0 0 63656 20 0 0 25 0 2 0 1151373132 95670272 19966 1992294400 134512640 135305190 4294956144 18446744073709551615 134556752 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23357 19966 83 193 0 23161 0
[pid=13412/tid=13413] ppid=13409 vsize=93428 CPUtime=318.19
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 7865 0 0 0 31811 8 0 0 25 0 2 0 1151373141 95670272 19966 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.58
Current children cumulated vsize (KiB) 98784

[startup+702.301 s]
/proc/loadavg: 2.99 2.89 2.50 4/88 13415
/proc/meminfo: memFree=1669560/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=93808 CPUtime=696.41
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20075 0 0 0 69621 20 0 0 25 0 2 0 1151373132 96059392 20061 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23452 20061 83 193 0 23256 0
[pid=13412/tid=13413] ppid=13409 vsize=93808 CPUtime=348.15
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 7937 0 0 0 34807 8 0 0 25 0 2 0 1151373141 96059392 20061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 698.23
Current children cumulated vsize (KiB) 99164

[startup+762.301 s]
/proc/loadavg: 2.99 2.91 2.53 4/88 13415
/proc/meminfo: memFree=1668984/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=94316 CPUtime=756.06
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20215 0 0 0 75586 20 0 0 25 0 2 0 1151373132 96579584 20201 1992294400 134512640 135305190 4294956144 18446744073709551615 134557414 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23579 20201 83 193 0 23383 0
[pid=13412/tid=13413] ppid=13409 vsize=94316 CPUtime=377.91
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 7994 0 0 0 37783 8 0 0 25 0 2 0 1151373141 96579584 20201 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 757.88
Current children cumulated vsize (KiB) 99672

[startup+822.302 s]
/proc/loadavg: 2.99 2.92 2.56 4/88 13415
/proc/meminfo: memFree=1668408/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95088 CPUtime=815.73
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20348 0 0 0 81552 21 0 0 25 0 2 0 1151373132 97370112 20334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528347 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23772 20334 83 193 0 23576 0
[pid=13412/tid=13413] ppid=13409 vsize=95088 CPUtime=407.77
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8035 0 0 0 40769 8 0 0 25 0 2 0 1151373141 97370112 20334 1992294400 134512640 135305190 4294956144 18446744073709551615 134565661 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 817.55
Current children cumulated vsize (KiB) 100444

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

[startup+844.801 s]
/proc/loadavg: 2.99 2.92 2.57 4/88 13415
/proc/meminfo: memFree=1668216/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=838.1
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20396 0 0 0 83789 21 0 0 25 0 2 0 1151373132 97517568 20382 1992294400 134512640 135305190 4294956144 18446744073709551615 134528499 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20382 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=418.95
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8069 0 0 0 41887 8 0 0 25 0 2 0 1151373141 97517568 20382 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 839.92
Current children cumulated vsize (KiB) 100588

[startup+857.602 s]
/proc/loadavg: 2.99 2.93 2.57 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=850.82
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 85061 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=425.34
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 42526 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 852.64
Current children cumulated vsize (KiB) 100588

[startup+864.001 s]
/proc/loadavg: 2.99 2.93 2.57 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=857.18
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 85697 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=428.53
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 42845 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 859
Current children cumulated vsize (KiB) 100588

[startup+867.202 s]
/proc/loadavg: 2.99 2.93 2.58 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=860.36
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 86015 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=430.04
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 42996 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 862.18
Current children cumulated vsize (KiB) 100588

[startup+868.803 s]
/proc/loadavg: 2.99 2.93 2.58 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=861.96
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 86175 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=430.84
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 43076 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 863.78
Current children cumulated vsize (KiB) 100588

[startup+869.602 s]
/proc/loadavg: 2.99 2.93 2.58 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=862.75
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 86254 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=431.24
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 43116 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528166 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 864.57
Current children cumulated vsize (KiB) 100588

[startup+870.002 s]
/proc/loadavg: 2.99 2.93 2.58 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=863.15
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 86294 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=431.44
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 43136 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 864.97
Current children cumulated vsize (KiB) 100588

[startup+870.102 s]
/proc/loadavg: 2.99 2.93 2.58 4/88 13415
/proc/meminfo: memFree=1668152/2055920 swapFree=4170404/4192956
[pid=13409] ppid=13407 vsize=5356 CPUtime=1.82
/proc/13409/stat : 13409 (manysat.sh) S 13407 13409 12848 0 -1 4194304 312 6711 0 0 0 0 175 7 16 0 1 0 1151372947 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13409/statm: 1339 238 195 169 0 50 0
[pid=13412] ppid=13409 vsize=95232 CPUtime=863.25
/proc/13412/stat : 13412 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194304 20404 0 0 0 86304 21 0 0 25 0 2 0 1151373132 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13412/statm: 23808 20390 83 193 0 23612 0
[pid=13412/tid=13413] ppid=13409 vsize=95232 CPUtime=431.5
/proc/13412/task/13413/stat : 13413 (manysat1.1_stat) R 13409 13409 12848 0 -1 4194368 8070 0 0 0 43142 8 0 0 25 0 2 0 1151373141 97517568 20390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 865.07
Current children cumulated vsize (KiB) 100588

Child status: 20
Real time (s): 870.174
CPU time (s): 865.16
CPU user time (s): 864.842
CPU system time (s): 0.317951
CPU usage (%): 99.4238
Max. virtual memory (cumulated for all children) (KiB): 100588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 864.843
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27596
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= 61
involuntary context switches= 19065

runsolver used 1.14183 second user time and 3.61545 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 21:32:00
IDJOB=1563562
IDBENCH=70956
IDSOLVER=515
FILE ID=node70/1563562-1238787119
PBS_JOBID= 9085568
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563562-1238787119/watcher-1563562-1238787119 -o /tmp/evaluation-result-1563562-1238787119/solver-1563562-1238787119 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563562-1238787119.cnf aimd 2

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=1252222200

node70.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.234
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.234
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:       1760944 kB
Buffers:         45548 kB
Cached:         170524 kB
SwapCached:       8328 kB
Active:         103196 kB
Inactive:       122692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760944 kB
SwapTotal:     4192956 kB
SwapFree:      4170404 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:          15440 kB
Slab:            53300 kB
Committed_AS:  2283408 kB
PageTables:       2556 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= 66476 MiB
End job on node70 at 2009-04-03 21:46:30