Trace number 306793

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla FULL? (exit code) 1199.6 1199.97

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S1054448974-13.cnf
MD5SUMf290f56a074b6fc7cc916d5199a37a77
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.35/11.47	c run March_dl for 5 seconds ... 
11.35/11.47	c Bin: Executing march_dl
11.35/11.47	c child exit by a signal
11.35/11.47	c march_dl returned code 137.
11.35/11.47	c run saps for 2 seconds ... 
11.35/11.47	c Bin: Executing ubcsat2006
11.35/11.47	c child exited successfully
11.35/11.47	c ubcsat2006 returned code 0.
11.35/11.47	c satzilla computing base features
11.35/11.47	c satzilla doing unit-prop probe
11.35/11.47	c satzilla doing local search probe
11.35/11.47	c satzilla doing lobjois search-space size estimate
11.35/11.47	c satzilla's ranking:
11.35/11.47	c 1) vallst: 3.259054
11.35/11.47	c 2) eureka: 3.623705
11.35/11.47	c 3) minisat20: 4.132314
11.35/11.47	c 4) kcnfs: 4.234987
11.35/11.47	c 5) march_dl: 4.348564
11.35/11.47	c 6) zchaff_rand: 4.636715
11.35/11.47	c 7) kcnfs+P: 999.000000
11.35/11.47	c 8) march_dl+P: 999.000000
11.35/11.47	c 9) vallst+P: 999.000000
11.35/11.47	c 10) zchaff_rand+P: 999.000000
11.35/11.47	c 11) rsat+P: 999.000000
11.35/11.47	c 12) eureka+P: 999.000000
11.35/11.47	c 13) minisat20+P: 999.000000
11.35/11.47	c 14) rsat: 999.000000
11.35/11.47	c satzilla running vallst ... 
1199.17/1199.65	c Bin: Executing vallst
1199.17/1199.65	c child exit by a signal
1199.17/1199.65	c vallst returned code 137.
1199.17/1199.65	c vallst returned code 137.
1199.17/1199.65	c satzilla running eureka ... 
1199.17/1199.65	c Bin: Executing eureka
1199.17/1199.65	c eureka returned code 1.
1199.17/1199.65	c eureka returned code 1.
1199.17/1199.65	c satzilla running minisat20 ... 
1199.17/1199.65	c Bin: Executing minisat20
1199.17/1199.65	c minisat20 returned code 1.
1199.17/1199.65	c minisat20 returned code 1.
1199.17/1199.65	c satzilla running kcnfs ... 
1199.17/1199.65	c Bin: Executing kcnfs
1199.17/1199.65	c kcnfs returned code 1.
1199.17/1199.65	c kcnfs returned code 1.
1199.17/1199.65	c satzilla running march_dl ... 
1199.17/1199.65	c Bin: Executing march_dl
1199.17/1199.65	c march_dl returned code 1.
1199.17/1199.65	c march_dl returned code 1.
1199.17/1199.65	c satzilla running zchaff_rand ... 
1199.17/1199.65	c Bin: Executing zchaff_rand
1199.17/1199.65	c zchaff_rand returned code 1.
1199.17/1199.65	c zchaff_rand returned code 1.
1199.17/1199.65	c satzilla running kcnfs with preprocessing ... 
1199.49/1199.96	c Preprocessing...
1199.49/1199.96	c Inital problem has 13000 variables, 54600 nary clauses (0 binary clauses).
1199.49/1199.96	c Num non-binary clauses 54600, Average non-binary clause length 3.000
1199.49/1199.96	c Theory has no gaps
1199.49/1199.96	c Preprocessor runtime was 0.230 seconds.
1199.49/1199.96	c 
1199.49/1199.96	c Satisfiability of theory still undetermined.
1199.49/1199.96	c See file /tmp/803NZg for simplified theory.
1199.49/1199.96	c Bin: Executing kcnfs
1199.49/1199.96	c kcnfs returned code 1.
1199.49/1199.96	c kcnfs returned code 1.
1199.49/1199.96	c satzilla running march_dl with preprocessing ... 
1199.49/1199.96	c Bin: Executing march_dl
1199.49/1199.96	c march_dl returned code 1.
1199.49/1199.96	c march_dl returned code 1.
1199.49/1199.96	c satzilla running vallst with preprocessing ... 
1199.49/1199.96	c Bin: Executing vallst
1199.49/1199.96	c vallst returned code 1.
1199.49/1199.96	c vallst returned code 1.
1199.49/1199.96	c satzilla running zchaff_rand with preprocessing ... 
1199.49/1199.96	c Bin: Executing zchaff_rand
1199.49/1199.96	c zchaff_rand returned code 1.
1199.49/1199.96	c zchaff_rand returned code 1.
1199.49/1199.96	c satzilla running rsat with preprocessing ... 
1199.49/1199.96	c Bin: Executing rsat
1199.49/1199.96	c rsat returned code 1.
1199.49/1199.96	c rsat returned code 1.
1199.49/1199.96	c satzilla running eureka with preprocessing ... 
1199.49/1199.96	c Bin: Executing eureka
1199.49/1199.96	c eureka returned code 1.
1199.49/1199.96	c eureka returned code 1.
1199.49/1199.96	c satzilla running minisat20 with preprocessing ... 
1199.49/1199.96	c Bin: Executing minisat20
1199.49/1199.96	c minisat20 returned code 1.
1199.49/1199.96	c minisat20 returned code 1.
1199.49/1199.96	c satzilla running rsat ... 
1199.49/1199.96	c Bin: Executing rsat
1199.49/1199.96	c rsat returned code 1.
1199.49/1199.96	c rsat returned code 1.
1199.49/1199.96	c ERROR: All Failed! 
1199.49/1199.96	c SATZILLA_TIME=1199.760000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-306793-1172106487 -o ROOT/results/node38/solver-306793-1172106487 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306793-1172106487/SATzilla2007_F /tmp/evaluation/306793-1172106487/instance-306793-1172106487.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.99 0.98 0.99 3/64 17127
/proc/meminfo: memFree=1532336/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=1512 CPUtime=0
/proc/17127/stat : 17127 (SATzilla2007_F) R 17125 17127 16033 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 230604517 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/17127/statm: 378 125 110 260 0 84 0
[pid=17128] ppid=17127 vsize=1828 CPUtime=0
/proc/17128/stat : 17128 (march_dl) R 17127 17127 16033 0 -1 4194304 313 0 0 0 0 0 0 0 18 0 1 0 230604517 1871872 307 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17128/statm: 457 307 50 118 0 336 0

[startup+0.10741 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17127
/proc/meminfo: memFree=1532336/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=1512 CPUtime=0
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 230604517 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17127/statm: 378 125 110 260 0 84 0
[pid=17128] ppid=17127 vsize=4720 CPUtime=0.09
/proc/17128/stat : 17128 (march_dl) R 17127 17127 16033 0 -1 4194304 1156 0 0 0 9 0 0 0 20 0 1 0 230604517 4833280 838 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17128/statm: 1180 838 53 118 0 1059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6232

[startup+0.515454 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17127
/proc/meminfo: memFree=1532336/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=1512 CPUtime=0
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 230604517 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17127/statm: 378 125 110 260 0 84 0
[pid=17128] ppid=17127 vsize=6368 CPUtime=0.51
/proc/17128/stat : 17128 (march_dl) R 17127 17127 16033 0 -1 4194304 5446 0 0 0 49 2 0 0 23 0 1 0 230604517 6520832 1312 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543050 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17128/statm: 1592 1312 57 118 0 1471 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7880

[startup+1.33556 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17129
/proc/meminfo: memFree=1518624/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=1512 CPUtime=0
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 230604517 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17127/statm: 378 125 110 260 0 84 0
[pid=17128] ppid=17127 vsize=15440 CPUtime=1.33
/proc/17128/stat : 17128 (march_dl) R 17127 17127 16033 0 -1 4194304 10570 0 0 0 104 29 0 0 25 0 1 0 230604517 15810560 3454 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17128/statm: 3860 3454 72 118 0 3739 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16952

[startup+2.97473 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17129
/proc/meminfo: memFree=1519008/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=1512 CPUtime=0
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 230604517 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17127/statm: 378 125 110 260 0 84 0
[pid=17128] ppid=17127 vsize=14720 CPUtime=2.96
/proc/17128/stat : 17128 (march_dl) R 17127 17127 16033 0 -1 4194304 11580 0 0 0 264 32 0 0 25 0 1 0 230604517 15073280 3329 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17128/statm: 3680 3329 74 118 0 3559 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16232

[startup+6.25711 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17130
/proc/meminfo: memFree=1528224/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=1512 CPUtime=4.99
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 149 11588 0 0 0 0 467 32 16 0 1 0 230604517 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17127/statm: 378 125 110 260 0 84 0
[pid=17130] ppid=17127 vsize=10288 CPUtime=1.24
/proc/17130/stat : 17130 (ubcsat2006) R 17127 17127 16033 0 -1 4194304 1113 0 0 0 121 3 0 0 25 0 1 0 230605018 10534912 1095 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17130/statm: 2572 1095 156 64 0 2153 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11800

[startup+12.7148 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1522920/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=11464 CPUtime=1.23
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 1490 0 0 0 110 13 0 0 25 0 1 0 230605664 11739136 1472 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 2866 1472 150 55 0 2456 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16856

[startup+25.5203 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1522536/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=11672 CPUtime=14.03
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 1615 0 0 0 1343 60 0 0 25 0 1 0 230605664 11952128 1588 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 2918 1588 150 55 0 2508 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17064

[startup+51.1452 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1521896/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=11848 CPUtime=39.64
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 1750 0 0 0 3842 122 0 0 25 0 1 0 230605664 12132352 1705 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 2962 1705 150 55 0 2552 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17240

[startup+102.388 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1521256/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=12144 CPUtime=90.86
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 1946 0 0 0 8872 214 0 0 25 0 1 0 230605664 12435456 1879 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134589496 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3036 1879 150 55 0 2626 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 17536

[startup+162.451 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1520552/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=12412 CPUtime=150.91
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 2116 0 0 0 14798 293 0 0 25 0 1 0 230605664 12709888 2032 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3103 2032 150 55 0 2693 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 17804

[startup+222.514 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1520040/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=12636 CPUtime=210.96
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 2258 0 0 0 20734 362 0 0 25 0 1 0 230605664 12939264 2160 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3159 2160 150 55 0 2749 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 18028

[startup+282.572 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1518184/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=14476 CPUtime=271
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 2742 0 0 0 26687 413 0 0 25 0 1 0 230605664 14823424 2632 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585810 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3619 2632 151 55 0 3209 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 19868

[startup+342.626 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1517736/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=14668 CPUtime=331.04
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 2867 0 0 0 32639 465 0 0 25 0 1 0 230605664 15020032 2745 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3667 2745 151 55 0 3257 0
Current children cumulated CPU time (s) 342.49
Current children cumulated vsize (KiB) 20060

[startup+402.688 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1515176/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=14888 CPUtime=391.08
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 3520 0 0 0 38594 514 0 0 25 0 1 0 230605664 15245312 3388 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3722 3388 151 55 0 3312 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 20280

[startup+462.75 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17131
/proc/meminfo: memFree=1514536/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=15540 CPUtime=451.13
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 3664 0 0 0 44552 561 0 0 25 0 1 0 230605664 15912960 3523 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3885 3523 151 55 0 3475 0
Current children cumulated CPU time (s) 462.58

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

/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=15596 CPUtime=751.34
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 3964 0 0 0 74380 754 0 0 25 0 1 0 230605664 15970304 3614 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3899 3614 151 55 0 3489 0
Current children cumulated CPU time (s) 762.79
Current children cumulated vsize (KiB) 20988

[startup+823.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1514088/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=15676 CPUtime=811.38
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 3992 0 0 0 80348 790 0 0 25 0 1 0 230605664 16052224 3634 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586247 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 3919 3634 151 55 0 3509 0
Current children cumulated CPU time (s) 822.83
Current children cumulated vsize (KiB) 21068

[startup+883.167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1513960/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=16336 CPUtime=871.42
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 4038 0 0 0 86318 824 0 0 25 0 1 0 230605664 16728064 3672 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4084 3672 151 55 0 3674 0
Current children cumulated CPU time (s) 882.87
Current children cumulated vsize (KiB) 21728

[startup+943.225 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1513320/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=16932 CPUtime=931.46
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 4224 0 0 0 92292 854 0 0 25 0 1 0 230605664 17338368 3852 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4233 3852 151 55 0 3823 0
Current children cumulated CPU time (s) 942.91
Current children cumulated vsize (KiB) 22324

[startup+1003.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512936/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=16964 CPUtime=991.5
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 4406 0 0 0 98265 885 0 0 25 0 1 0 230605664 17371136 3933 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4241 3933 151 55 0 3831 0
Current children cumulated CPU time (s) 1002.95
Current children cumulated vsize (KiB) 22356

[startup+1063.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512680/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=17572 CPUtime=1051.54
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 4601 0 0 0 104238 916 0 0 25 0 1 0 230605664 17993728 3998 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4393 3998 151 55 0 3983 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 22964

[startup+1123.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512616/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=17672 CPUtime=1111.59
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 4795 0 0 0 110211 948 0 0 25 0 1 0 230605664 18096128 4017 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4418 4017 151 55 0 4008 0
Current children cumulated CPU time (s) 1123.04
Current children cumulated vsize (KiB) 23064

[startup+1183.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512552/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=17336 CPUtime=1171.63
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 5009 0 0 0 116187 976 0 0 25 0 1 0 230605664 17752064 4029 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4334 4029 151 55 0 3924 0
Current children cumulated CPU time (s) 1183.08
Current children cumulated vsize (KiB) 22728

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

[startup+1187.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512488/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=17844 CPUtime=1175.43
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 5024 0 0 0 116566 977 0 0 25 0 1 0 230605664 18272256 4044 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4461 4044 151 55 0 4051 0
Current children cumulated CPU time (s) 1186.88
Current children cumulated vsize (KiB) 23236

[startup+1193.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512232/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=17844 CPUtime=1181.99
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 5103 0 0 0 117220 979 0 0 25 0 1 0 230605664 18272256 4123 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4461 4123 151 55 0 4051 0
Current children cumulated CPU time (s) 1193.44
Current children cumulated vsize (KiB) 23236

[startup+1197.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512872/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=16828 CPUtime=1185.27
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 5114 0 0 0 117538 989 0 0 25 0 1 0 230605664 17231872 3906 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4207 3906 151 55 0 3797 0
Current children cumulated CPU time (s) 1196.72
Current children cumulated vsize (KiB) 22220

[startup+1198.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512872/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=16828 CPUtime=1186.9
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 5115 0 0 0 117701 989 0 0 25 0 1 0 230605664 17231872 3907 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585597 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4207 3907 151 55 0 3797 0
Current children cumulated CPU time (s) 1198.35
Current children cumulated vsize (KiB) 22220

[startup+1199.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512872/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=5392 CPUtime=11.45
/proc/17127/stat : 17127 (SATzilla2007_F) S 17125 17127 16033 0 -1 4194304 3877 12707 0 0 426 4 676 39 25 0 1 0 230604517 5521408 1144 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1348 1144 170 260 0 1054 0
[pid=17131] ppid=17127 vsize=16828 CPUtime=1187.72
/proc/17131/stat : 17131 (vallst) R 17127 17127 16033 0 -1 4194304 5115 0 0 0 117783 989 0 0 25 0 1 0 230605664 17231872 3907 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585597 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/17131/statm: 4207 3907 151 55 0 3797 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 22220

[startup+1199.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512872/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=13140 CPUtime=1199.39
/proc/17127/stat : 17127 (SATzilla2007_F) R 17125 17127 16033 0 -1 4194304 6043 17822 0 0 437 5 118468 1029 18 0 1 0 230604517 13455360 3092 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134579974 0 0 4096 0 0 0 0 17 0 0 0
/proc/17127/statm: 3285 3092 172 260 0 2991 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 13140

[startup+1199.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17131
/proc/meminfo: memFree=1512872/2055920 swapFree=4183164/4192956
[pid=17127] ppid=17125 vsize=13924 CPUtime=1199.49
/proc/17127/stat : 17127 (SATzilla2007_F) R 17125 17127 16033 0 -1 4194304 6211 17822 0 0 445 7 118468 1029 19 0 1 0 230604517 14258176 3163 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134592431 0 0 4096 0 0 0 0 17 0 0 0
/proc/17127/statm: 3481 3163 177 260 0 3187 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 13924

Child status: 17
Real time (s): 1199.97
CPU time (s): 1199.6
CPU user time (s): 1189.22
CPU system time (s): 10.3834
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 23236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.22
system time used= 10.3834
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24074
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= 26
involuntary context switches= 1308

runsolver used 0.956854 second user time and 2.44063 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Thu Feb 22 01:08:07 UTC 2007

IDJOB= 306793
IDBENCH= 20189
IDSOLVER= 136
FILE ID= node38/306793-1172106487

PBS_JOBID= 3892877

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S1054448974-13.cnf
COMMAND LINE= /tmp/evaluation/306793-1172106487/SATzilla2007_F /tmp/evaluation/306793-1172106487/instance-306793-1172106487.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-306793-1172106487 -o ROOT/results/node38/solver-306793-1172106487 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306793-1172106487/SATzilla2007_F /tmp/evaluation/306793-1172106487/instance-306793-1172106487.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  f290f56a074b6fc7cc916d5199a37a77

RANDOM SEED= 885072876

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
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.233
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:       1532744 kB
Buffers:         39276 kB
Cached:         425176 kB
SwapCached:       4408 kB
Active:         365888 kB
Inactive:       109372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532744 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:           11128 kB
Writeback:           0 kB
Mapped:          15520 kB
Slab:            33876 kB
Committed_AS:   538980 kB
PageTables:       1468 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= 66550 MiB

End job on node38 on Thu Feb 22 01:28:07 UTC 2007