Trace number 1581578

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 1061.88 1062.44

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
6.55/6.68	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
6.55/6.68	c ==============================================================================
6.55/6.68	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
6.55/6.68	c CPU time:   6.46702 s
6.55/6.68	c ==============================================================================
1061.82/1062.40	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1061.82/1062.40	c ============================[ Problem Statistics ]=============================
1061.82/1062.40	c |                                                                             |
1061.82/1062.40	c threadId              : 0
1061.82/1062.40	c restarts              : 189
1061.82/1062.40	c conflicts             : 116824         (111 /sec)
1061.82/1062.40	c decisions             : 250540         (1.21 % random) (238 /sec)
1061.82/1062.40	c propagations          : 827842199      (785364 /sec)
1061.82/1062.40	c conflict literals     : 12465790       (54.96 % deleted)
1061.82/1062.40	c Memory used           : 148.74 MB
1061.82/1062.40	c CPU time              : 1054.09 s
1061.82/1062.40	
1061.82/1062.40	c --->m=2, e=8, aimd=2, HOME/17087_many.cnf	time: 527.044	conflicts: 116824       
1061.82/1062.42	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-1581578-1238930554/watcher-1581578-1238930554 -o /tmp/evaluation-result-1581578-1238930554/solver-1581578-1238930554 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581578-1238930554.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: 2.00 2.00 2.07 3/86 17087
/proc/meminfo: memFree=1390424/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=5356 CPUtime=0
/proc/17088/stat : 17088 (manysat.sh) R 17087 17087 16443 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 519386020 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266826023 0 0 4096 0 0 0 0 17 1 0 0
/proc/17088/statm: 1339 235 195 169 0 50 0

[startup+0.137504 s]
/proc/loadavg: 2.00 2.00 2.07 3/86 17087
/proc/meminfo: memFree=1390424/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=33192 CPUtime=0.12
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 6288 0 0 0 10 2 0 0 20 0 1 0 519386020 33988608 6104 1992294400 134512640 135034092 4294956096 18446744073709551615 134678347 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 8298 6104 50 127 0 8168 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 38548

[startup+0.202516 s]
/proc/loadavg: 2.00 2.00 2.07 3/86 17087
/proc/meminfo: memFree=1390424/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=40964 CPUtime=0.19
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 8170 0 0 0 16 3 0 0 22 0 1 0 519386020 41947136 7986 1992294400 134512640 135034092 4294956096 18446744073709551615 134672229 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 10241 7986 50 127 0 10111 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46320

[startup+0.302534 s]
/proc/loadavg: 2.00 2.00 2.07 3/86 17087
/proc/meminfo: memFree=1390424/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=47532 CPUtime=0.29
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 9671 0 0 0 25 4 0 0 22 0 1 0 519386020 48672768 9487 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 11883 9487 50 127 0 11753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52888

[startup+0.701607 s]
/proc/loadavg: 2.00 2.00 2.07 3/86 17087
/proc/meminfo: memFree=1390424/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=68984 CPUtime=0.69
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 14949 0 0 0 62 7 0 0 25 0 1 0 519386020 70639616 14765 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 17246 14765 51 127 0 17116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74340

[startup+1.50175 s]
/proc/loadavg: 2.00 2.00 2.07 3/88 17089
/proc/meminfo: memFree=1304840/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=111628 CPUtime=1.48
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 24956 0 0 0 137 11 0 0 25 0 1 0 519386020 114307072 24772 1992294400 134512640 135034092 4294956096 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 27907 24772 67 127 0 27777 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116984

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.07 3/88 17089
/proc/meminfo: memFree=1283336/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=116268 CPUtime=3.08
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 29401 0 0 0 293 15 0 0 25 0 1 0 519386020 119058432 26585 1992294400 134512640 135034092 4294956096 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 29067 26585 68 127 0 28937 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121624

[startup+6.30164 s]
/proc/loadavg: 2.16 2.03 2.08 3/88 17089
/proc/meminfo: memFree=1275848/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=0
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 519386019 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17087/statm: 1339 235 195 169 0 50 0
[pid=17088] ppid=17087 vsize=116440 CPUtime=6.26
/proc/17088/stat : 17088 (SatElite) R 17087 17087 16443 0 -1 4194304 34464 0 0 0 609 17 0 0 25 0 1 0 519386020 119234560 26801 1992294400 134512640 135034092 4294956096 18446744073709551615 134566310 0 0 4096 3 0 0 0 17 1 0 0
/proc/17088/statm: 29110 26801 68 127 0 28980 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 121796

[startup+12.7018 s]
/proc/loadavg: 2.39 2.08 2.10 4/89 17091
/proc/meminfo: memFree=1278728/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=104812 CPUtime=5.18
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 22768 0 0 0 505 13 0 0 25 0 2 0 519386771 107327488 22754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 26203 22754 83 193 0 26007 0
[pid=17090/tid=17091] ppid=17087 vsize=104812 CPUtime=2.1
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 915 0 0 0 210 0 0 0 25 0 2 0 519386862 107327488 22754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 110168

[startup+25.5022 s]
/proc/loadavg: 2.97 2.22 2.14 4/89 17091
/proc/meminfo: memFree=1275272/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=108220 CPUtime=17.97
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 23610 0 0 0 1784 13 0 0 25 0 2 0 519386771 110817280 23596 1992294400 134512640 135305190 4294956144 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 27055 23596 83 193 0 26859 0
[pid=17090/tid=17091] ppid=17087 vsize=108220 CPUtime=8.5
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 1337 0 0 0 850 0 0 0 25 0 2 0 519386862 110817280 23596 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 113576

[startup+51.1029 s]
/proc/loadavg: 3.52 2.41 2.21 4/89 17091
/proc/meminfo: memFree=1268232/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=115284 CPUtime=43.54
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 25362 0 0 0 4338 16 0 0 25 0 2 0 519386771 118050816 25348 1992294400 134512640 135305190 4294956144 18446744073709551615 134551951 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 28821 25348 83 193 0 28625 0
[pid=17090/tid=17091] ppid=17087 vsize=115284 CPUtime=21.29
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 2270 0 0 0 2128 1 0 0 25 0 2 0 519386862 118050816 25348 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 120640

[startup+102.301 s]
/proc/loadavg: 3.90 2.69 2.31 4/89 17091
/proc/meminfo: memFree=1255240/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=128168 CPUtime=94.7
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 28603 0 0 0 9449 21 0 0 25 0 2 0 519386771 131244032 28589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 32042 28589 83 193 0 31846 0
[pid=17090/tid=17091] ppid=17087 vsize=128168 CPUtime=46.89
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 3802 0 0 0 4685 4 0 0 25 0 2 0 519386862 131244032 28589 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 133524

[startup+162.302 s]
/proc/loadavg: 3.58 2.84 2.39 4/89 17091
/proc/meminfo: memFree=1248584/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=136976 CPUtime=154.66
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 30550 0 0 0 15444 22 0 0 25 0 2 0 519386771 140263424 30536 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 34244 30536 83 193 0 34048 0
[pid=17090/tid=17091] ppid=17087 vsize=136976 CPUtime=76.85
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 4878 0 0 0 7681 4 0 0 25 0 2 0 519386862 140263424 30536 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 142332

[startup+222.307 s]
/proc/loadavg: 3.21 2.87 2.42 4/89 17091
/proc/meminfo: memFree=1240200/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=145248 CPUtime=214.63
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 32621 0 0 0 21438 25 0 0 25 0 2 0 519386771 148733952 32607 1992294400 134512640 135305190 4294956144 18446744073709551615 134530464 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 36312 32607 83 193 0 36116 0
[pid=17090/tid=17091] ppid=17087 vsize=145248 CPUtime=106.84
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 5835 0 0 0 10678 6 0 0 25 0 2 0 519386862 148733952 32607 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 150604

[startup+282.302 s]
/proc/loadavg: 3.08 2.89 2.46 4/89 17091
/proc/meminfo: memFree=1235656/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=149872 CPUtime=274.61
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33751 0 0 0 27434 27 0 0 25 0 2 0 519386771 153468928 33737 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37468 33737 83 193 0 37272 0

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


[startup+462.303 s]
/proc/loadavg: 3.00 2.93 2.54 4/89 17091
/proc/meminfo: memFree=1235656/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=149872 CPUtime=454.53
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33754 0 0 0 45426 27 0 0 25 0 2 0 519386771 153468928 33740 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37468 33740 83 193 0 37272 0
[pid=17090/tid=17091] ppid=17087 vsize=149872 CPUtime=226.85
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6407 0 0 0 22678 7 0 0 25 0 2 0 519386862 153468928 33740 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 155228

[startup+522.302 s]
/proc/loadavg: 3.00 2.94 2.57 4/89 17091
/proc/meminfo: memFree=1235528/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=150036 CPUtime=514.5
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33793 0 0 0 51423 27 0 0 25 0 2 0 519386771 153636864 33779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37509 33779 83 193 0 37313 0
[pid=17090/tid=17091] ppid=17087 vsize=150036 CPUtime=256.82
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6440 0 0 0 25675 7 0 0 25 0 2 0 519386862 153636864 33779 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 155392

[startup+582.302 s]
/proc/loadavg: 3.00 2.95 2.59 4/89 17091
/proc/meminfo: memFree=1235464/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=150116 CPUtime=574.47
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33807 0 0 0 57420 27 0 0 25 0 2 0 519386771 153718784 33793 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37529 33793 83 193 0 37333 0
[pid=17090/tid=17091] ppid=17087 vsize=150116 CPUtime=286.8
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6447 0 0 0 28673 7 0 0 25 0 2 0 519386862 153718784 33793 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 155472

[startup+642.302 s]
/proc/loadavg: 3.00 2.95 2.61 4/89 17091
/proc/meminfo: memFree=1235336/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=150116 CPUtime=634.44
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33825 0 0 0 63417 27 0 0 25 0 2 0 519386771 153718784 33811 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37529 33811 83 193 0 37333 0
[pid=17090/tid=17091] ppid=17087 vsize=150116 CPUtime=316.78
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6447 0 0 0 31671 7 0 0 25 0 2 0 519386862 153718784 33811 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 155472

[startup+702.302 s]
/proc/loadavg: 3.00 2.96 2.64 4/89 17091
/proc/meminfo: memFree=1235144/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=150268 CPUtime=694.42
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33854 0 0 0 69415 27 0 0 25 0 2 0 519386771 153874432 33840 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37567 33840 83 193 0 37371 0
[pid=17090/tid=17091] ppid=17087 vsize=150268 CPUtime=346.75
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6476 0 0 0 34668 7 0 0 25 0 2 0 519386862 153874432 33840 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 155624

[startup+762.302 s]
/proc/loadavg: 3.00 2.97 2.66 4/89 17091
/proc/meminfo: memFree=1234632/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=150884 CPUtime=754.39
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 33988 0 0 0 75412 27 0 0 25 0 2 0 519386771 154505216 33974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37721 33974 83 193 0 37525 0
[pid=17090/tid=17091] ppid=17087 vsize=150884 CPUtime=376.73
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6593 0 0 0 37666 7 0 0 25 0 2 0 519386862 154505216 33974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528854 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 156240

[startup+822.301 s]
/proc/loadavg: 3.00 2.97 2.67 4/89 17091
/proc/meminfo: memFree=1234440/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=151076 CPUtime=814.36
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 34029 0 0 0 81409 27 0 0 25 0 2 0 519386771 154701824 34015 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37769 34015 83 193 0 37573 0
[pid=17090/tid=17091] ppid=17087 vsize=151076 CPUtime=406.71
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6632 0 0 0 40664 7 0 0 25 0 2 0 519386862 154701824 34015 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 156432

[startup+882.307 s]
/proc/loadavg: 3.00 2.97 2.69 4/89 17091
/proc/meminfo: memFree=1234312/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=151264 CPUtime=874.34
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 34070 0 0 0 87407 27 0 0 25 0 2 0 519386771 154894336 34056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528181 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37816 34056 83 193 0 37620 0
[pid=17090/tid=17091] ppid=17087 vsize=151264 CPUtime=436.69
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6634 0 0 0 43662 7 0 0 25 0 2 0 519386862 154894336 34056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 156620

[startup+942.301 s]
/proc/loadavg: 3.00 2.97 2.71 4/89 17091
/proc/meminfo: memFree=1233928/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=151876 CPUtime=934.3
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 34178 0 0 0 93403 27 0 0 25 0 2 0 519386771 155521024 34164 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 37969 34164 83 193 0 37773 0
[pid=17090/tid=17091] ppid=17087 vsize=151876 CPUtime=466.66
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6665 0 0 0 46659 7 0 0 25 0 2 0 519386862 155521024 34164 1992294400 134512640 135305190 4294956144 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 157232

[startup+1002.3 s]
/proc/loadavg: 3.00 2.97 2.73 4/89 17091
/proc/meminfo: memFree=1233480/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=152308 CPUtime=994.28
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 34285 0 0 0 99401 27 0 0 25 0 2 0 519386771 155963392 34271 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 38077 34271 83 193 0 37881 0
[pid=17090/tid=17091] ppid=17087 vsize=152308 CPUtime=496.62
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6677 0 0 0 49655 7 0 0 25 0 2 0 519386862 155963392 34271 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 157664

[startup+1062.3 s]
/proc/loadavg: 3.00 2.97 2.74 4/89 17091
/proc/meminfo: memFree=1233416/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=152308 CPUtime=1054.25
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 34289 0 0 0 105398 27 0 0 25 0 2 0 519386771 155963392 34275 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 38077 34275 83 193 0 37881 0
[pid=17090/tid=17091] ppid=17087 vsize=152308 CPUtime=526.52
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6677 0 0 0 52645 7 0 0 25 0 2 0 519386862 155963392 34275 1992294400 134512640 135305190 4294956144 18446744073709551615 134529604 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 157664

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

[startup+1062.4 s]
/proc/loadavg: 3.00 2.97 2.74 4/89 17091
/proc/meminfo: memFree=1233416/2055924 swapFree=4170372/4192956
[pid=17087] ppid=17085 vsize=5356 CPUtime=7.47
/proc/17087/stat : 17087 (manysat.sh) S 17085 17087 16443 0 -1 4194304 312 36489 0 0 0 0 723 24 16 0 1 0 519386019 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17087/statm: 1339 238 195 169 0 50 0
[pid=17090] ppid=17087 vsize=152308 CPUtime=1054.35
/proc/17090/stat : 17090 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194304 34289 0 0 0 105408 27 0 0 25 0 2 0 519386771 155963392 34275 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17090/statm: 38077 34275 83 193 0 37881 0
[pid=17090/tid=17091] ppid=17087 vsize=152308 CPUtime=526.62
/proc/17090/task/17091/stat : 17091 (manysat1.1_stat) R 17087 17087 16443 0 -1 4194368 6677 0 0 0 52655 7 0 0 25 0 2 0 519386862 155963392 34275 1992294400 134512640 135305190 4294956144 18446744073709551615 134658034 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 157664

Child status: 20
Real time (s): 1062.44
CPU time (s): 1061.88
CPU user time (s): 1061.32
CPU system time (s): 0.553915
CPU usage (%): 99.9473
Max. virtual memory (cumulated for all children) (KiB): 157664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.32
system time used= 0.553915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71259
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= 54
involuntary context switches= 14408

runsolver used 1.3438 second user time and 3.49147 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-05 13:22:36
IDJOB=1581578
IDBENCH=71039
IDSOLVER=515
FILE ID=node83/1581578-1238930554
PBS_JOBID= 9101411
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1179030098

node83.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.268
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.268
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:      2055924 kB
MemFree:       1390904 kB
Buffers:         57276 kB
Cached:         516316 kB
SwapCached:       7468 kB
Active:         220732 kB
Inactive:       366840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1390904 kB
SwapTotal:     4192956 kB
SwapFree:      4170372 kB
Dirty:           19988 kB
Writeback:           0 kB
Mapped:          20052 kB
Slab:            61424 kB
Committed_AS:  1435248 kB
PageTables:       2724 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= 66544 MiB
End job on node83 at 2009-04-05 13:40:18