Trace number 301381

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.58 1200.03

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S274221008-04.cnf
MD5SUM3d0711206cfa2121733d618d99033e11
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark327.056
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.66	c run March_dl for 5 seconds ... 
10.63/10.66	c Bin: Executing march_dl
10.63/10.66	c child exit by a signal
10.63/10.66	c march_dl returned code 137.
10.63/10.66	c run saps for 2 seconds ... 
10.63/10.66	c Bin: Executing ubcsat2006
10.63/10.66	c child exited successfully
10.63/10.66	c ubcsat2006 returned code 0.
10.63/10.66	c satzilla computing base features
10.63/10.66	c satzilla doing unit-prop probe
10.63/10.66	c satzilla doing local search probe
10.63/10.66	c satzilla doing lobjois search-space size estimate
10.63/10.66	c satzilla's ranking:
10.63/10.66	c 1) march_dl: 4.411207
10.63/10.66	c 2) eureka: 5.485038
10.63/10.66	c 3) kcnfs: 6.076160
10.63/10.66	c 4) vallst: 8.061685
10.63/10.66	c 5) minisat20: 8.534360
10.63/10.66	c 6) zchaff_rand: 10.123330
10.63/10.66	c 7) kcnfs+P: 999.000000
10.63/10.66	c 8) march_dl+P: 999.000000
10.63/10.66	c 9) vallst+P: 999.000000
10.63/10.66	c 10) zchaff_rand+P: 999.000000
10.63/10.66	c 11) rsat+P: 999.000000
10.63/10.66	c 12) eureka+P: 999.000000
10.63/10.66	c 13) minisat20+P: 999.000000
10.63/10.66	c 14) rsat: 999.000000
10.63/10.66	c satzilla running march_dl ... 
1199.45/1199.94	c Bin: Executing march_dl
1199.45/1199.94	c child exit by a signal
1199.45/1199.94	c march_dl returned code 137.
1199.45/1199.94	c march_dl returned code 137.
1199.45/1199.94	c satzilla running eureka ... 
1199.45/1199.94	c Bin: Executing eureka
1199.45/1199.94	c eureka returned code 1.
1199.45/1199.94	c eureka returned code 1.
1199.45/1199.94	c satzilla running kcnfs ... 
1199.45/1199.94	c Bin: Executing kcnfs
1199.45/1199.94	c kcnfs returned code 1.
1199.45/1199.94	c kcnfs returned code 1.
1199.45/1199.94	c satzilla running vallst ... 
1199.45/1199.94	c Bin: Executing vallst
1199.45/1199.94	c vallst returned code 1.
1199.45/1199.94	c vallst returned code 1.
1199.45/1199.94	c satzilla running minisat20 ... 
1199.45/1199.94	c Bin: Executing minisat20
1199.45/1199.94	c minisat20 returned code 1.
1199.45/1199.94	c minisat20 returned code 1.
1199.45/1199.94	c satzilla running zchaff_rand ... 
1199.45/1199.94	c Bin: Executing zchaff_rand
1199.45/1199.94	c zchaff_rand returned code 1.
1199.45/1199.94	c zchaff_rand returned code 1.
1199.45/1199.94	c satzilla running kcnfs with preprocessing ... 
1199.45/1200.02	c Preprocessing...
1199.45/1200.02	c Inital problem has 1000 variables, 20000 nary clauses (0 binary clauses).
1199.45/1200.02	c Num non-binary clauses 20000, Average non-binary clause length 5.000
1199.45/1200.02	c Theory has no gaps
1199.45/1200.02	c Preprocessor runtime was 0.050 seconds.
1199.45/1200.02	c 
1199.45/1200.02	c Satisfiability of theory still undetermined.
1199.45/1200.02	c See file /tmp/Snq7Og for simplified theory.
1199.45/1200.02	c Bin: Executing kcnfs
1199.45/1200.02	c kcnfs returned code 1.
1199.45/1200.02	c kcnfs returned code 1.
1199.45/1200.02	c satzilla running march_dl with preprocessing ... 
1199.45/1200.02	c Bin: Executing march_dl
1199.45/1200.02	c march_dl returned code 1.
1199.45/1200.02	c march_dl returned code 1.
1199.45/1200.02	c satzilla running vallst with preprocessing ... 
1199.45/1200.02	c Bin: Executing vallst
1199.45/1200.02	c vallst returned code 1.
1199.45/1200.02	c vallst returned code 1.
1199.45/1200.02	c satzilla running zchaff_rand with preprocessing ... 
1199.45/1200.02	c Bin: Executing zchaff_rand
1199.45/1200.02	c zchaff_rand returned code 1.
1199.45/1200.02	c zchaff_rand returned code 1.
1199.45/1200.02	c satzilla running rsat with preprocessing ... 
1199.45/1200.02	c Bin: Executing rsat
1199.45/1200.02	c rsat returned code 1.
1199.45/1200.02	c rsat returned code 1.
1199.45/1200.02	c satzilla running eureka with preprocessing ... 
1199.45/1200.02	c Bin: Executing eureka
1199.45/1200.02	c eureka returned code 1.
1199.45/1200.02	c eureka returned code 1.
1199.45/1200.02	c satzilla running minisat20 with preprocessing ... 
1199.45/1200.02	c Bin: Executing minisat20
1199.45/1200.02	c minisat20 returned code 1.
1199.45/1200.02	c minisat20 returned code 1.
1199.45/1200.02	c satzilla running rsat ... 
1199.45/1200.02	c Bin: Executing rsat
1199.45/1200.02	c rsat returned code 1.
1199.45/1200.02	c rsat returned code 1.
1199.45/1200.02	c ERROR: All Failed! 
1199.45/1200.02	c SATZILLA_TIME=1199.740000

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/node9/watcher-301381-1171966929 -o ROOT/results/node9/solver-301381-1171966929 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301381-1171966929/SATzilla2007_F /tmp/evaluation/301381-1171966929/instance-301381-1171966929.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.92 0.98 0.99 3/77 1390
/proc/meminfo: memFree=1631472/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=1512 CPUtime=0
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216647553 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 378 125 110 260 0 84 0
[pid=1391] ppid=1390 vsize=796 CPUtime=0
/proc/1391/stat : 1391 (march_dl) R 1390 1390 32654 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 216647553 815104 105 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1391/statm: 199 105 50 118 0 78 0

[startup+0.106798 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1390
/proc/meminfo: memFree=1631472/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=1512 CPUtime=0
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216647553 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 378 125 110 260 0 84 0
[pid=1391] ppid=1390 vsize=2812 CPUtime=0.09
/proc/1391/stat : 1391 (march_dl) R 1390 1390 32654 0 -1 4194304 1690 0 0 0 9 0 0 0 20 0 1 0 216647553 2879488 549 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543106 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1391/statm: 703 549 66 118 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4324

[startup+0.514875 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1390
/proc/meminfo: memFree=1631472/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=1512 CPUtime=0
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216647553 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 378 125 110 260 0 84 0
[pid=1391] ppid=1390 vsize=4108 CPUtime=0.5
/proc/1391/stat : 1391 (march_dl) R 1390 1390 32654 0 -1 4194304 2861 0 0 0 49 1 0 0 24 0 1 0 216647553 4206592 666 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1391/statm: 1027 666 67 118 0 906 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5620

[startup+1.33503 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 1392
/proc/meminfo: memFree=1628896/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=1512 CPUtime=0
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216647553 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 378 125 110 260 0 84 0
[pid=1391] ppid=1390 vsize=4240 CPUtime=1.32
/proc/1391/stat : 1391 (march_dl) R 1390 1390 32654 0 -1 4194304 2885 0 0 0 131 1 0 0 25 0 1 0 216647553 4341760 690 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1391/statm: 1060 690 67 118 0 939 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5752

[startup+2.97135 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 1392
/proc/meminfo: memFree=1607840/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=1512 CPUtime=0
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216647553 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 378 125 110 260 0 84 0
[pid=1391] ppid=1390 vsize=27348 CPUtime=2.95
/proc/1391/stat : 1391 (march_dl) R 1390 1390 32654 0 -1 4194304 9099 0 0 0 262 33 0 0 25 0 1 0 216647553 28004352 6498 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1391/statm: 6837 6498 72 118 0 6716 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 28860

[startup+6.25498 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 1393
/proc/meminfo: memFree=1629408/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=1512 CPUtime=4.99
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 149 10704 0 0 0 0 464 35 18 0 1 0 216647553 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1390/statm: 378 125 110 260 0 84 0
[pid=1393] ppid=1390 vsize=6188 CPUtime=1.23
/proc/1393/stat : 1393 (ubcsat2006) R 1390 1390 32654 0 -1 4194304 583 0 0 0 117 6 0 0 25 0 1 0 216648053 6336512 565 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1393/statm: 1547 565 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7102 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1610464/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=25876 CPUtime=2.03
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 8278 0 0 0 191 12 0 0 25 0 1 0 216648619 26497024 5901 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 6469 5901 72 118 0 6348 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29292

[startup+25.5247 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1599520/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=32712 CPUtime=14.84
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 11989 0 0 0 1450 34 0 0 25 0 1 0 216648619 33497088 7689 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134587160 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 8178 7689 74 118 0 8057 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36128

[startup+51.1536 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1586720/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=45272 CPUtime=40.45
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 14956 0 0 0 4010 35 0 0 25 0 1 0 216648619 46358528 10656 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 11318 10656 74 118 0 11197 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48688

[startup+102.41 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1581664/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=50388 CPUtime=91.69
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 16224 0 0 0 9132 37 0 0 25 0 1 0 216648619 51597312 11924 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 12597 11924 74 118 0 12476 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 53804

[startup+162.487 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 1394
/proc/meminfo: memFree=1578464/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=53532 CPUtime=151.75
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 17014 0 0 0 15137 38 0 0 25 0 1 0 216648619 54816768 12714 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 13383 12714 74 118 0 13262 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 56948

[startup+222.558 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1576544/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=55372 CPUtime=211.79
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 17476 0 0 0 21140 39 0 0 25 0 1 0 216648619 56700928 13176 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 13843 13176 74 118 0 13722 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 58788

[startup+282.624 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1574880/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=57076 CPUtime=271.85
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 17887 0 0 0 27144 41 0 0 25 0 1 0 216648619 58445824 13587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 14269 13587 74 118 0 14148 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 60492

[startup+342.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1394
/proc/meminfo: memFree=1573664/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=58264 CPUtime=331.9
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 18205 0 0 0 33148 42 0 0 25 0 1 0 216648619 59662336 13905 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 14566 13905 74 118 0 14445 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 61680

[startup+402.78 s]
/proc/loadavg: 1.07 1.00 1.00 2/79 1394
/proc/meminfo: memFree=1572640/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=59188 CPUtime=391.96
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 18449 0 0 0 39153 43 0 0 25 0 1 0 216648619 60608512 14149 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 14797 14149 74 118 0 14676 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 62604

[startup+462.854 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 1394
/proc/meminfo: memFree=1572000/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=59852 CPUtime=452
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 18615 0 0 0 45157 43 0 0 25 0 1 0 216648619 61288448 14315 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514052 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 14963 14315 74 118 0 14842 0
Current children cumulated CPU time (s) 462.64

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


[startup+823.291 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1394
/proc/meminfo: memFree=1569120/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=62624 CPUtime=812.31
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19317 0 0 0 81184 47 0 0 25 0 1 0 216648619 64126976 15017 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 15656 15017 74 118 0 15535 0
Current children cumulated CPU time (s) 822.95
Current children cumulated vsize (KiB) 66040

[startup+883.369 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 1394
/proc/meminfo: memFree=1568800/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=63020 CPUtime=872.36
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19408 0 0 0 87189 47 0 0 25 0 1 0 216648619 64532480 15108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 15755 15108 74 118 0 15634 0
Current children cumulated CPU time (s) 883
Current children cumulated vsize (KiB) 66436

[startup+943.443 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1394
/proc/meminfo: memFree=1568480/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=63284 CPUtime=932.42
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19481 0 0 0 93194 48 0 0 25 0 1 0 216648619 64802816 15181 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 15821 15181 74 118 0 15700 0
Current children cumulated CPU time (s) 943.06
Current children cumulated vsize (KiB) 66700

[startup+1003.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1394
/proc/meminfo: memFree=1568224/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=63548 CPUtime=992.47
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19552 0 0 0 99198 49 0 0 25 0 1 0 216648619 65073152 15252 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 15887 15252 74 118 0 15766 0
Current children cumulated CPU time (s) 1003.11
Current children cumulated vsize (KiB) 66964

[startup+1063.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1394
/proc/meminfo: memFree=1567904/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=63944 CPUtime=1052.52
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19640 0 0 0 105203 49 0 0 25 0 1 0 216648619 65478656 15340 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 15986 15340 74 118 0 15865 0
Current children cumulated CPU time (s) 1063.16
Current children cumulated vsize (KiB) 67360

[startup+1123.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1567264/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64472 CPUtime=1112.57
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19787 0 0 0 111207 50 0 0 25 0 1 0 216648619 66019328 15487 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16118 15487 74 118 0 15997 0
Current children cumulated CPU time (s) 1123.21
Current children cumulated vsize (KiB) 67888

[startup+1183.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566880/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1172.61
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19882 0 0 0 117211 50 0 0 25 0 1 0 216648619 66424832 15582 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134566723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15582 74 118 0 16096 0
Current children cumulated CPU time (s) 1183.25
Current children cumulated vsize (KiB) 68284

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

[startup+1187.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566880/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1176.41
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19887 0 0 0 117591 50 0 0 25 0 1 0 216648619 66424832 15587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15587 74 118 0 16096 0
Current children cumulated CPU time (s) 1187.05
Current children cumulated vsize (KiB) 68284

[startup+1194.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566880/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1182.96
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19892 0 0 0 118246 50 0 0 25 0 1 0 216648619 66424832 15592 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15592 74 118 0 16096 0
Current children cumulated CPU time (s) 1193.6
Current children cumulated vsize (KiB) 68284

[startup+1197.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566816/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1186.24
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19897 0 0 0 118574 50 0 0 25 0 1 0 216648619 66424832 15597 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15597 74 118 0 16096 0
Current children cumulated CPU time (s) 1196.88
Current children cumulated vsize (KiB) 68284

[startup+1199.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566816/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1187.88
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19899 0 0 0 118738 50 0 0 25 0 1 0 216648619 66424832 15599 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15599 74 118 0 16096 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 68284

[startup+1199.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566816/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1188.29
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19899 0 0 0 118779 50 0 0 25 0 1 0 216648619 66424832 15599 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15599 74 118 0 16096 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 68284

[startup+1199.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566816/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=64868 CPUtime=1188.7
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4194304 19899 0 0 0 118820 50 0 0 25 0 1 0 216648619 66424832 15599 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 16217 15599 74 118 0 16096 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 68284

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1396
/proc/meminfo: memFree=1566816/2055920 swapFree=4192812/4192956
[pid=1390] ppid=1388 vsize=3416 CPUtime=10.64
/proc/1390/stat : 1390 (SATzilla2007_F) S 1388 1390 32654 0 -1 4194304 1701 11293 0 0 337 14 667 46 25 0 1 0 216647553 3497984 662 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1390/statm: 854 662 169 260 0 560 0
[pid=1394] ppid=1390 vsize=0 CPUtime=1188.81
/proc/1394/stat : 1394 (march_dl) R 1390 1390 32654 0 -1 4195332 19899 0 0 0 118830 51 0 0 25 0 1 0 216648619 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 0 0 0 0 17 1 0 0
/proc/1394/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 3416

Child status: 17
Real time (s): 1200.03
CPU time (s): 1199.58
CPU user time (s): 1198.44
CPU system time (s): 1.14083
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 68284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.44
system time used= 1.14083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33762
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= 25
involuntary context switches= 24837

runsolver used 1.23481 second user time and 3.02854 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Feb 20 10:22:09 UTC 2007

IDJOB= 301381
IDBENCH= 20057
IDSOLVER= 136
FILE ID= node9/301381-1171966929

PBS_JOBID= 3849017

Free space on /tmp= 66539 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S274221008-04.cnf
COMMAND LINE= /tmp/evaluation/301381-1171966929/SATzilla2007_F /tmp/evaluation/301381-1171966929/instance-301381-1171966929.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-301381-1171966929 -o ROOT/results/node9/solver-301381-1171966929 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301381-1171966929/SATzilla2007_F /tmp/evaluation/301381-1171966929/instance-301381-1171966929.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  3d0711206cfa2121733d618d99033e11

RANDOM SEED= 460853938

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1631880 kB
Buffers:         52376 kB
Cached:         246144 kB
SwapCached:          0 kB
Active:         284752 kB
Inactive:        68288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10596 kB
Writeback:           0 kB
Mapped:          73448 kB
Slab:            56588 kB
Committed_AS:  1105368 kB
PageTables:       1688 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= 66539 MiB

End job on node9 on Tue Feb 20 10:42:09 UTC 2007