Trace number 305891

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.12 1199.52

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1274869912-15.cnf
MD5SUM85f01e7612ff708e962af999ed8ac14c
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 variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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.03/11.06	c run March_dl for 5 seconds ... 
11.03/11.06	c Bin: Executing march_dl
11.03/11.06	c child exit by a signal
11.03/11.06	c march_dl returned code 137.
11.03/11.06	c run saps for 2 seconds ... 
11.03/11.06	c Bin: Executing ubcsat2006
11.03/11.06	c child exited successfully
11.03/11.06	c ubcsat2006 returned code 0.
11.03/11.06	c satzilla computing base features
11.03/11.06	c satzilla doing unit-prop probe
11.03/11.06	c satzilla doing local search probe
11.03/11.06	c satzilla doing lobjois search-space size estimate
11.03/11.06	c satzilla's ranking:
11.03/11.06	c 1) vallst: 4.013861
11.03/11.06	c 2) march_dl: 4.132990
11.03/11.06	c 3) eureka: 4.279986
11.03/11.06	c 4) kcnfs: 4.447533
11.03/11.06	c 5) zchaff_rand: 4.879070
11.03/11.06	c 6) minisat20: 5.046938
11.03/11.06	c 7) kcnfs+P: 999.000000
11.03/11.06	c 8) march_dl+P: 999.000000
11.03/11.06	c 9) vallst+P: 999.000000
11.03/11.06	c 10) zchaff_rand+P: 999.000000
11.03/11.06	c 11) rsat+P: 999.000000
11.03/11.06	c 12) eureka+P: 999.000000
11.03/11.06	c 13) minisat20+P: 999.000000
11.03/11.06	c 14) rsat: 999.000000
11.03/11.06	c satzilla running vallst ... 
1198.75/1199.27	c Bin: Executing vallst
1198.75/1199.27	c child exit by a signal
1198.75/1199.27	c vallst returned code 137.
1198.75/1199.27	c vallst returned code 137.
1198.75/1199.27	c satzilla running march_dl ... 
1198.75/1199.27	c Bin: Executing march_dl
1198.75/1199.27	c march_dl returned code 1.
1198.75/1199.27	c march_dl returned code 1.
1198.75/1199.27	c satzilla running eureka ... 
1198.75/1199.27	c Bin: Executing eureka
1198.75/1199.27	c eureka returned code 1.
1198.75/1199.27	c eureka returned code 1.
1198.75/1199.27	c satzilla running kcnfs ... 
1198.75/1199.27	c Bin: Executing kcnfs
1198.75/1199.27	c kcnfs returned code 1.
1198.75/1199.27	c kcnfs returned code 1.
1198.75/1199.27	c satzilla running zchaff_rand ... 
1198.75/1199.27	c Bin: Executing zchaff_rand
1198.75/1199.27	c zchaff_rand returned code 1.
1198.75/1199.27	c zchaff_rand returned code 1.
1198.75/1199.27	c satzilla running minisat20 ... 
1198.75/1199.27	c Bin: Executing minisat20
1198.75/1199.27	c minisat20 returned code 1.
1198.75/1199.27	c minisat20 returned code 1.
1198.75/1199.27	c satzilla running kcnfs with preprocessing ... 
1199.07/1199.51	c Preprocessing...
1199.07/1199.51	c Inital problem has 10000 variables, 42000 nary clauses (0 binary clauses).
1199.07/1199.51	c Num non-binary clauses 42000, Average non-binary clause length 3.000
1199.07/1199.51	c Theory has no gaps
1199.07/1199.51	c Preprocessor runtime was 0.180 seconds.
1199.07/1199.51	c 
1199.07/1199.51	c Satisfiability of theory still undetermined.
1199.07/1199.51	c See file /tmp/YF5DAs for simplified theory.
1199.07/1199.51	c Bin: Executing kcnfs
1199.07/1199.51	c kcnfs returned code 1.
1199.07/1199.51	c kcnfs returned code 1.
1199.07/1199.51	c satzilla running march_dl with preprocessing ... 
1199.07/1199.51	c Bin: Executing march_dl
1199.07/1199.51	c march_dl returned code 1.
1199.07/1199.51	c march_dl returned code 1.
1199.07/1199.51	c satzilla running vallst with preprocessing ... 
1199.07/1199.51	c Bin: Executing vallst
1199.07/1199.51	c vallst returned code 1.
1199.07/1199.51	c vallst returned code 1.
1199.07/1199.51	c satzilla running zchaff_rand with preprocessing ... 
1199.07/1199.51	c Bin: Executing zchaff_rand
1199.07/1199.51	c zchaff_rand returned code 1.
1199.07/1199.51	c zchaff_rand returned code 1.
1199.07/1199.51	c satzilla running rsat with preprocessing ... 
1199.07/1199.51	c Bin: Executing rsat
1199.07/1199.51	c rsat returned code 1.
1199.07/1199.51	c rsat returned code 1.
1199.07/1199.51	c satzilla running eureka with preprocessing ... 
1199.07/1199.51	c Bin: Executing eureka
1199.07/1199.51	c eureka returned code 1.
1199.07/1199.51	c eureka returned code 1.
1199.07/1199.51	c satzilla running minisat20 with preprocessing ... 
1199.07/1199.51	c Bin: Executing minisat20
1199.07/1199.51	c minisat20 returned code 1.
1199.07/1199.51	c minisat20 returned code 1.
1199.07/1199.51	c satzilla running rsat ... 
1199.07/1199.51	c Bin: Executing rsat
1199.07/1199.51	c rsat returned code 1.
1199.07/1199.51	c rsat returned code 1.
1199.07/1199.51	c ERROR: All Failed! 
1199.07/1199.51	c SATZILLA_TIME=1199.290000

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/node41/watcher-305891-1172087809 -o ROOT/results/node41/solver-305891-1172087809 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305891-1172087809/SATzilla2007_F /tmp/evaluation/305891-1172087809/instance-305891-1172087809.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/64 15599
/proc/meminfo: memFree=1618816/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=1512 CPUtime=0
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 228736894 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 378 125 110 260 0 84 0
[pid=15600] ppid=15599 vsize=1596 CPUtime=0
/proc/15600/stat : 15600 (march_dl) R 15599 15599 15095 0 -1 4194304 259 0 0 0 0 0 0 0 19 0 1 0 228736894 1634304 253 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15600/statm: 399 254 50 118 0 278 0

[startup+0.107118 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15599
/proc/meminfo: memFree=1618816/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=1512 CPUtime=0
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 228736894 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 378 125 110 260 0 84 0
[pid=15600] ppid=15599 vsize=3744 CPUtime=0.1
/proc/15600/stat : 15600 (march_dl) R 15599 15599 15095 0 -1 4194304 970 0 0 0 10 0 0 0 20 0 1 0 228736894 3833856 688 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15600/statm: 936 688 53 118 0 815 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5256

[startup+0.519153 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15599
/proc/meminfo: memFree=1618816/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=1512 CPUtime=0
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 228736894 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 378 125 110 260 0 84 0
[pid=15600] ppid=15599 vsize=12092 CPUtime=0.51
/proc/15600/stat : 15600 (march_dl) R 15599 15599 15095 0 -1 4194304 8038 0 0 0 48 3 0 0 23 0 1 0 228736894 12382208 2691 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134578521 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15600/statm: 3023 2691 71 118 0 2902 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13604

[startup+1.34023 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15601
/proc/meminfo: memFree=1609648/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=1512 CPUtime=0
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 228736894 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 378 125 110 260 0 84 0
[pid=15600] ppid=15599 vsize=11532 CPUtime=1.33
/proc/15600/stat : 15600 (march_dl) R 15599 15599 15095 0 -1 4194304 8779 0 0 0 110 23 0 0 25 0 1 0 228736894 11808768 2611 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537270 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15600/statm: 2883 2611 74 118 0 2762 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13044

[startup+2.97637 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15601
/proc/meminfo: memFree=1608368/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=1512 CPUtime=0
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 228736894 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 378 125 110 260 0 84 0
[pid=15600] ppid=15599 vsize=11556 CPUtime=2.97
/proc/15600/stat : 15600 (march_dl) R 15599 15599 15095 0 -1 4194304 8787 0 0 0 274 23 0 0 25 0 1 0 228736894 11833344 2619 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536965 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15600/statm: 2889 2619 74 118 0 2768 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 13068

[startup+6.25266 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15602
/proc/meminfo: memFree=1615472/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=1512 CPUtime=4.99
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 149 9040 0 0 0 0 475 24 16 0 1 0 228736894 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15599/statm: 378 125 110 260 0 84 0
[pid=15602] ppid=15599 vsize=6188 CPUtime=1.24
/proc/15602/stat : 15602 (ubcsat2006) R 15599 15599 15095 0 -1 4194304 911 0 0 0 119 5 0 0 25 0 1 0 228737394 6336512 893 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15602/statm: 1547 893 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7092 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 15603
/proc/meminfo: memFree=1611184/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=9452 CPUtime=1.62
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 1236 0 0 0 147 15 0 0 25 0 1 0 228738001 9678848 1218 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585597 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 2363 1218 150 55 0 1953 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14012

[startup+25.5163 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15603
/proc/meminfo: memFree=1610672/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=9668 CPUtime=14.42
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 1362 0 0 0 1371 71 0 0 25 0 1 0 228738001 9900032 1342 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 2417 1342 150 55 0 2007 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14228

[startup+51.1396 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 15603
/proc/meminfo: memFree=1610160/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=9884 CPUtime=40.05
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 1508 0 0 0 3866 139 0 0 25 0 1 0 228738001 10121216 1485 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 2471 1485 150 55 0 2061 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14444

[startup+102.382 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 15603
/proc/meminfo: memFree=1609392/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=10180 CPUtime=91.28
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 1689 0 0 0 8885 243 0 0 25 0 1 0 228738001 10424320 1661 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 2545 1661 150 55 0 2135 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 14740

[startup+162.441 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15603
/proc/meminfo: memFree=1608560/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=10868 CPUtime=151.32
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 1887 0 0 0 14800 332 0 0 25 0 1 0 228738001 11128832 1855 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 2717 1855 151 55 0 2307 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 15428

[startup+222.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15603
/proc/meminfo: memFree=1608112/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=11104 CPUtime=211.36
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 2019 0 0 0 20735 401 0 0 25 0 1 0 228738001 11370496 1984 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 2776 1984 151 55 0 2366 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 15664

[startup+282.576 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 15709
/proc/meminfo: memFree=1603768/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=12640 CPUtime=271.39
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 2904 0 0 0 26681 458 0 0 25 0 1 0 228738001 12943360 2765 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3160 2765 151 55 0 2750 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 17200

[startup+342.665 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1604200/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=13192 CPUtime=331.41
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 3150 0 0 0 32633 508 0 0 25 0 1 0 228738001 13508608 2918 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3298 2918 151 55 0 2888 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 17752

[startup+402.728 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1604016/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=13384 CPUtime=391.46
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 3414 0 0 0 38589 557 0 0 25 0 1 0 228738001 13705216 2956 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3346 2956 151 55 0 2936 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 17944

[startup+462.785 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1603824/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=13144 CPUtime=451.5
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 3838 0 0 0 44547 603 0 0 25 0 1 0 228738001 13459456 2993 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134567138 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3286 2993 151 55 0 2876 0
Current children cumulated CPU time (s) 462.53

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

/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=13712 CPUtime=751.72
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 4661 0 0 0 74381 791 0 0 25 0 1 0 228738001 14041088 3145 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586167 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3428 3145 151 55 0 3018 0
Current children cumulated CPU time (s) 762.75
Current children cumulated vsize (KiB) 18272

[startup+823.142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1603312/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=13792 CPUtime=811.77
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 4687 0 0 0 80342 835 0 0 25 0 1 0 228738001 14123008 3169 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3448 3169 151 55 0 3038 0
Current children cumulated CPU time (s) 822.8
Current children cumulated vsize (KiB) 18352

[startup+883.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1603184/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=13900 CPUtime=871.82
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 4711 0 0 0 86313 869 0 0 25 0 1 0 228738001 14233600 3192 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3475 3192 151 55 0 3065 0
Current children cumulated CPU time (s) 882.85
Current children cumulated vsize (KiB) 18460

[startup+943.257 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1602416/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=14824 CPUtime=931.85
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 5188 0 0 0 92287 898 0 0 25 0 1 0 228738001 15179776 3408 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3706 3408 151 55 0 3296 0
Current children cumulated CPU time (s) 942.88
Current children cumulated vsize (KiB) 19384

[startup+1003.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1601904/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=15720 CPUtime=991.9
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 5719 0 0 0 98264 926 0 0 25 0 1 0 228738001 16097280 3550 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3930 3550 151 55 0 3520 0
Current children cumulated CPU time (s) 1002.93
Current children cumulated vsize (KiB) 20280

[startup+1063.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1601456/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=15828 CPUtime=1051.94
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 6138 0 0 0 104236 958 0 0 25 0 1 0 228738001 16207872 3634 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3957 3634 151 55 0 3547 0
Current children cumulated CPU time (s) 1062.97
Current children cumulated vsize (KiB) 20388

[startup+1123.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15801
/proc/meminfo: memFree=1601328/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=15928 CPUtime=1111.99
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 6554 0 0 0 110214 985 0 0 25 0 1 0 228738001 16310272 3669 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586185 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 3982 3669 151 55 0 3572 0
Current children cumulated CPU time (s) 1123.02
Current children cumulated vsize (KiB) 20488

[startup+1183.49 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1601328/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=16036 CPUtime=1172.03
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 6970 0 0 0 116189 1014 0 0 25 0 1 0 228738001 16420864 3673 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 4009 3673 151 55 0 3599 0
Current children cumulated CPU time (s) 1183.06
Current children cumulated vsize (KiB) 20596

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

[startup+1187.28 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1601072/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=16432 CPUtime=1175.82
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 7025 0 0 0 116567 1015 0 0 25 0 1 0 228738001 16826368 3728 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 4108 3728 151 55 0 3698 0
Current children cumulated CPU time (s) 1186.85
Current children cumulated vsize (KiB) 20992

[startup+1193.84 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1600880/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=16496 CPUtime=1182.38
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 7078 0 0 0 117220 1018 0 0 25 0 1 0 228738001 16891904 3781 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 4124 3781 151 55 0 3714 0
Current children cumulated CPU time (s) 1193.41
Current children cumulated vsize (KiB) 21056

[startup+1197.12 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1600752/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=16496 CPUtime=1185.65
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 7121 0 0 0 117546 1019 0 0 25 0 1 0 228738001 16891904 3824 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 4124 3824 151 55 0 3714 0
Current children cumulated CPU time (s) 1196.68
Current children cumulated vsize (KiB) 21056

[startup+1198.77 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1600624/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=16892 CPUtime=1187.31
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 7146 0 0 0 117711 1020 0 0 25 0 1 0 228738001 17297408 3849 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585892 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 4223 3849 151 55 0 3813 0
Current children cumulated CPU time (s) 1198.34
Current children cumulated vsize (KiB) 21452

[startup+1199.18 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1600624/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=4560 CPUtime=11.03
/proc/15599/stat : 15599 (SATzilla2007_F) S 15597 15599 15095 0 -1 4194304 3091 9957 0 0 384 4 681 34 25 0 1 0 228736894 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15599/statm: 1140 928 170 260 0 846 0
[pid=15603] ppid=15599 vsize=16892 CPUtime=1187.72
/proc/15603/stat : 15603 (vallst) R 15599 15599 15095 0 -1 4194304 7152 0 0 0 117752 1020 0 0 25 0 1 0 228738001 17297408 3855 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586237 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15603/statm: 4223 3855 151 55 0 3813 0
Current children cumulated CPU time (s) 1198.75
Current children cumulated vsize (KiB) 21452

[startup+1199.38 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1600624/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=14704 CPUtime=1198.97
/proc/15599/stat : 15599 (SATzilla2007_F) R 15597 15599 15095 0 -1 4194304 4827 17110 0 0 394 5 118443 1055 19 0 1 0 228736894 15056896 2492 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/15599/statm: 3676 2492 177 260 0 3382 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 14704

[startup+1199.48 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 15801
/proc/meminfo: memFree=1600624/2055920 swapFree=4183336/4192956
[pid=15599] ppid=15597 vsize=11272 CPUtime=1199.07
/proc/15599/stat : 15599 (SATzilla2007_F) R 15597 15599 15095 0 -1 4194304 4923 17110 0 0 402 7 118443 1055 20 0 1 0 228736894 11542528 2512 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135153966 0 0 4096 0 0 0 0 17 1 0 0
/proc/15599/statm: 2818 2512 177 260 0 2524 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 11272

Child status: 17
Real time (s): 1199.52
CPU time (s): 1199.12
CPU user time (s): 1188.49
CPU system time (s): 10.6324
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 21452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1188.49
system time used= 10.6324
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22039
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= 1613

runsolver used 0.891864 second user time and 2.54561 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Wed Feb 21 19:56:49 UTC 2007

IDJOB= 305891
IDBENCH= 20167
IDSOLVER= 136
FILE ID= node41/305891-1172087809

PBS_JOBID= 3892855

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S1274869912-15.cnf
COMMAND LINE= /tmp/evaluation/305891-1172087809/SATzilla2007_F /tmp/evaluation/305891-1172087809/instance-305891-1172087809.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-305891-1172087809 -o ROOT/results/node41/solver-305891-1172087809 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305891-1172087809/SATzilla2007_F /tmp/evaluation/305891-1172087809/instance-305891-1172087809.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  85f01e7612ff708e962af999ed8ac14c

RANDOM SEED= 736742995

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1619288 kB
Buffers:         41528 kB
Cached:         341244 kB
SwapCached:       4216 kB
Active:         288512 kB
Inactive:       105068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619288 kB
SwapTotal:     4192956 kB
SwapFree:      4183336 kB
Dirty:           10868 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            29004 kB
Committed_AS:   497248 kB
PageTables:       1476 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= 66553 MiB

End job on node41 on Wed Feb 21 20:16:49 UTC 2007