Trace number 336708

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.39 1199.88

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
MD5SUMb75724237432e4d0e86c18e7a0ef5859
Bench CategoryCRAFTED (crafted 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 variables456
Number of clauses15307
Sum of the clauses size45296
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2880
Number of clauses of size 314400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

Solver Data (download as text)

10.47/10.52	c run March_dl for 5 seconds ... 
10.47/10.52	c Bin: Executing march_dl
10.47/10.52	c child exit by a signal
10.47/10.52	c march_dl returned code 137.
10.47/10.52	c run saps for 2 seconds ... 
10.47/10.52	c Bin: Executing ubcsat2006
10.47/10.52	c child exited successfully
10.47/10.52	c ubcsat2006 returned code 0.
10.47/10.52	c satzilla computing base features
10.47/10.52	c satzilla doing unit-prop probe
10.47/10.52	c satzilla doing local search probe
10.47/10.52	c satzilla doing lobjois search-space size estimate
10.47/10.52	c satzilla's ranking:
10.47/10.52	c 1) eureka: 0.798242
10.47/10.52	c 2) vallst: 1.472835
10.47/10.52	c 3) zchaff_rand: 1.903845
10.47/10.52	c 4) minisat20: 2.548222
10.47/10.52	c 5) kcnfs: 4.607701
10.47/10.52	c 6) march_dl: 4.648540
10.47/10.52	c 7) kcnfs+P: 999.000000
10.47/10.52	c 8) march_dl+P: 999.000000
10.47/10.52	c 9) vallst+P: 999.000000
10.47/10.52	c 10) zchaff_rand+P: 999.000000
10.47/10.52	c 11) rsat+P: 999.000000
10.47/10.52	c 12) eureka+P: 999.000000
10.47/10.52	c 13) minisat20+P: 999.000000
10.47/10.52	c 14) rsat: 999.000000
10.47/10.52	c satzilla running eureka ... 
1199.30/1199.81	c Bin: Executing eureka
1199.30/1199.81	c child exit by a signal
1199.30/1199.81	c eureka returned code 137.
1199.30/1199.81	c eureka returned code 137.
1199.30/1199.81	c satzilla running vallst ... 
1199.30/1199.81	c Bin: Executing vallst
1199.30/1199.81	c vallst returned code 1.
1199.30/1199.81	c vallst returned code 1.
1199.30/1199.81	c satzilla running zchaff_rand ... 
1199.30/1199.81	c Bin: Executing zchaff_rand
1199.30/1199.81	c zchaff_rand returned code 1.
1199.30/1199.81	c zchaff_rand returned code 1.
1199.30/1199.81	c satzilla running minisat20 ... 
1199.30/1199.81	c Bin: Executing minisat20
1199.30/1199.81	c minisat20 returned code 1.
1199.30/1199.81	c minisat20 returned code 1.
1199.30/1199.81	c satzilla running kcnfs ... 
1199.30/1199.81	c Bin: Executing kcnfs
1199.30/1199.81	c kcnfs returned code 1.
1199.30/1199.81	c kcnfs returned code 1.
1199.30/1199.81	c satzilla running march_dl ... 
1199.30/1199.81	c Bin: Executing march_dl
1199.30/1199.81	c march_dl returned code 1.
1199.30/1199.81	c march_dl returned code 1.
1199.30/1199.81	c satzilla running kcnfs with preprocessing ... 
1199.30/1199.87	c Preprocessing...
1199.30/1199.87	c Inital problem has 456 variables, 14427 nary clauses (880 binary clauses).
1199.30/1199.87	c Num non-binary clauses 14427, Average non-binary clause length 3.018
1199.30/1199.87	c Theory has no gaps
1199.30/1199.87	c Preprocessor runtime was 0.040 seconds.
1199.30/1199.87	c 
1199.30/1199.87	c Satisfiability of theory still undetermined.
1199.30/1199.87	c See file /tmp/aekyBW for simplified theory.
1199.30/1199.87	c Bin: Executing kcnfs
1199.30/1199.87	c kcnfs returned code 1.
1199.30/1199.87	c kcnfs returned code 1.
1199.30/1199.87	c satzilla running march_dl with preprocessing ... 
1199.30/1199.87	c Bin: Executing march_dl
1199.30/1199.87	c march_dl returned code 1.
1199.30/1199.87	c march_dl returned code 1.
1199.30/1199.87	c satzilla running vallst with preprocessing ... 
1199.30/1199.87	c Bin: Executing vallst
1199.30/1199.87	c vallst returned code 1.
1199.30/1199.87	c vallst returned code 1.
1199.30/1199.87	c satzilla running zchaff_rand with preprocessing ... 
1199.30/1199.87	c Bin: Executing zchaff_rand
1199.30/1199.87	c zchaff_rand returned code 1.
1199.30/1199.87	c zchaff_rand returned code 1.
1199.30/1199.87	c satzilla running rsat with preprocessing ... 
1199.30/1199.87	c Bin: Executing rsat
1199.30/1199.87	c rsat returned code 1.
1199.30/1199.87	c rsat returned code 1.
1199.30/1199.87	c satzilla running eureka with preprocessing ... 
1199.30/1199.87	c Bin: Executing eureka
1199.30/1199.87	c eureka returned code 1.
1199.30/1199.87	c eureka returned code 1.
1199.30/1199.87	c satzilla running minisat20 with preprocessing ... 
1199.30/1199.87	c Bin: Executing minisat20
1199.30/1199.87	c minisat20 returned code 1.
1199.30/1199.87	c minisat20 returned code 1.
1199.30/1199.87	c satzilla running rsat ... 
1199.30/1199.87	c Bin: Executing rsat
1199.30/1199.87	c rsat returned code 1.
1199.30/1199.87	c rsat returned code 1.
1199.30/1199.87	c ERROR: All Failed! 
1199.30/1199.87	c SATZILLA_TIME=1199.560000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-336708-1173652219 -o ROOT/results/node6/solver-336708-1173652219 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336708-1173652219/SATzilla2007_F /tmp/evaluation/336708-1173652219/instance-336708-1173652219.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.95 0.94 3/77 32695
/proc/meminfo: memFree=1668408/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) R 32693 32695 31584 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=768 CPUtime=0
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 385176665 786432 94 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 192 94 50 118 0 71 0

[startup+0.0967279 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 32695
/proc/meminfo: memFree=1668408/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=2416 CPUtime=0.09
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 603 0 0 0 9 0 0 0 19 0 1 0 385176665 2473984 496 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134659725 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 604 496 73 118 0 483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3928

[startup+0.101728 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 32695
/proc/meminfo: memFree=1668408/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=2416 CPUtime=0.09
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 603 0 0 0 9 0 0 0 19 0 1 0 385176665 2473984 496 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 604 496 73 118 0 483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3928

[startup+0.301768 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 32695
/proc/meminfo: memFree=1668408/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=2368 CPUtime=0.29
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 780 0 0 0 29 0 0 0 21 0 1 0 385176665 2424832 484 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564358 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 592 484 75 118 0 471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3880

[startup+0.701847 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 32695
/proc/meminfo: memFree=1668408/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=2372 CPUtime=0.69
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 781 0 0 0 69 0 0 0 24 0 1 0 385176665 2428928 485 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 593 485 75 118 0 472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3884

[startup+1.503 s]
/proc/loadavg: 0.91 0.95 0.94 2/79 32697
/proc/meminfo: memFree=1666664/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=2372 CPUtime=1.49
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 781 0 0 0 149 0 0 0 25 0 1 0 385176665 2428928 485 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134663598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 593 485 75 118 0 472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3884

[startup+3.10132 s]
/proc/loadavg: 0.91 0.95 0.94 2/79 32697
/proc/meminfo: memFree=1666536/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=0
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32696] ppid=32695 vsize=2372 CPUtime=3.09
/proc/32696/stat : 32696 (march_dl) R 32695 32695 31584 0 -1 4194304 781 0 0 0 309 0 0 0 25 0 1 0 385176665 2428928 485 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587388 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32696/statm: 593 485 75 118 0 472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3884

[startup+6.30195 s]
/proc/loadavg: 0.92 0.95 0.94 2/79 32698
/proc/meminfo: memFree=1666920/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=1512 CPUtime=4.99
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 149 781 0 0 0 0 499 0 16 0 1 0 385176665 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32695/statm: 378 125 110 260 0 84 0
[pid=32698] ppid=32695 vsize=6188 CPUtime=1.29
/proc/32698/stat : 32698 (ubcsat2006) R 32695 32695 31584 0 -1 4194304 438 0 0 0 123 6 0 0 25 0 1 0 385177165 6336512 420 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32698/statm: 1547 420 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.94 2/79 32701
/proc/meminfo: memFree=1663464/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=6428 CPUtime=2.14
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 1914 16 1 0 214 0 0 0 25 0 1 0 385177717 6582272 1203 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134563322 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 1607 1203 177 116 0 1146 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 9340

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.94 2/79 32701
/proc/meminfo: memFree=1655976/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=12960 CPUtime=14.94
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 5304 16 1 0 1490 4 0 0 25 0 1 0 385177717 13271040 2814 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560153 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 3240 2814 177 116 0 2779 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 15872

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.94 2/79 32701
/proc/meminfo: memFree=1654376/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=14876 CPUtime=40.52
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 8933 16 1 0 4044 8 0 0 25 0 1 0 385177717 15233024 3213 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134559073 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 3719 3213 177 116 0 3258 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 17788

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.94 2/79 32701
/proc/meminfo: memFree=1653032/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=16148 CPUtime=91.72
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 14736 16 1 0 9158 14 0 0 25 0 1 0 385177717 16535552 3549 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 4037 3549 177 116 0 3576 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 19060

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/79 32701
/proc/meminfo: memFree=1652392/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=16680 CPUtime=151.69
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 21229 16 1 0 15149 20 0 0 25 0 1 0 385177717 17080320 3690 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 4170 3690 177 116 0 3709 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19592

[startup+222.302 s]
/proc/loadavg: 1.06 0.99 0.95 2/79 32701
/proc/meminfo: memFree=1651560/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=17564 CPUtime=211.66
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 27708 16 1 0 21141 25 0 0 25 0 1 0 385177717 17985536 3866 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 4391 3866 177 116 0 3930 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 20476

[startup+282.301 s]
/proc/loadavg: 1.02 0.99 0.95 2/79 32701
/proc/meminfo: memFree=1650920/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=17972 CPUtime=271.64
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 33768 16 1 0 27133 31 0 0 25 0 1 0 385177717 18403328 4017 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 4493 4017 177 116 0 4032 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 20884

[startup+342.301 s]
/proc/loadavg: 1.01 0.99 0.95 2/79 32701
/proc/meminfo: memFree=1650472/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=18240 CPUtime=331.62
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 40085 16 1 0 33126 36 0 0 25 0 1 0 385177717 18677760 4117 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562244 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 4560 4117 177 116 0 4099 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32701
/proc/meminfo: memFree=1647784/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=20092 CPUtime=811.44
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 85067 16 1 0 81067 77 0 0 25 0 1 0 385177717 20574208 4551 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134566963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5023 4551 177 116 0 4562 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 23004

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1647400/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=20360 CPUtime=871.42
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 90148 16 1 0 87060 82 0 0 25 0 1 0 385177717 20848640 4591 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5090 4591 177 116 0 4629 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 23272

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1647080/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=20496 CPUtime=931.39
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 95133 16 1 0 93053 86 0 0 25 0 1 0 385177717 20987904 4654 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560073 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5124 4654 177 116 0 4663 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 23408

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646696/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21164 CPUtime=991.37
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 100339 16 1 0 99046 91 0 0 25 0 1 0 385177717 21671936 4717 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5291 4717 177 116 0 4830 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 24076

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646504/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21164 CPUtime=1051.34
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 105290 16 1 0 105039 95 0 0 25 0 1 0 385177717 21671936 4739 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5291 4739 177 116 0 4830 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 24076

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646376/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21304 CPUtime=1111.33
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 110915 16 1 0 111034 99 0 0 25 0 1 0 385177717 21815296 4759 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562804 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5326 4759 177 116 0 4865 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 24216

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646312/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1171.3
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 116342 16 1 0 117027 103 0 0 25 0 1 0 385177717 21958656 4773 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4773 177 116 0 4900 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 24356

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1179.3
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117162 16 1 0 117826 104 0 0 25 0 1 0 385177717 21958656 4773 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4773 177 116 0 4900 0
Current children cumulated CPU time (s) 1189.8
Current children cumulated vsize (KiB) 24356

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1185.7
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117655 16 1 0 118466 104 0 0 25 0 1 0 385177717 21958656 4774 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560168 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4774 177 116 0 4900 0
Current children cumulated CPU time (s) 1196.2
Current children cumulated vsize (KiB) 24356

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1187.3
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117818 16 1 0 118625 105 0 0 25 0 1 0 385177717 21958656 4773 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4773 177 116 0 4900 0
Current children cumulated CPU time (s) 1197.8
Current children cumulated vsize (KiB) 24356

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1188.1
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117819 16 1 0 118705 105 0 0 25 0 1 0 385177717 21958656 4774 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4774 177 116 0 4900 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 24356

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1188.5
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117820 16 1 0 118745 105 0 0 25 0 1 0 385177717 21958656 4775 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562549 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4775 177 116 0 4900 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 24356

[startup+1199.7 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21444 CPUtime=1188.7
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117820 16 1 0 118765 105 0 0 25 0 1 0 385177717 21958656 4775 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5361 4775 177 116 0 4900 0
Current children cumulated CPU time (s) 1199.2
Current children cumulated vsize (KiB) 24356

[startup+1199.8 s]
/proc/loadavg: 1.00 0.99 0.95 2/79 32703
/proc/meminfo: memFree=1646184/2055924 swapFree=4156844/4192956
[pid=32695] ppid=32693 vsize=2912 CPUtime=10.5
/proc/32695/stat : 32695 (SATzilla2007_F) S 32693 32695 31584 0 -1 4194304 1180 1225 0 0 327 10 702 11 25 0 1 0 385176665 2981888 536 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32695/statm: 728 536 169 260 0 434 0
[pid=32699] ppid=32695 vsize=21860 CPUtime=1188.8
/proc/32699/stat : 32699 (eureka) R 32695 32695 31584 0 -1 0 117859 16 1 0 118775 105 0 0 25 0 1 0 385177717 22384640 4814 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134610343 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32699/statm: 5465 4814 177 116 0 5004 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 24772

Child status: 17
Real time (s): 1199.88
CPU time (s): 1199.39
CPU user time (s): 1198.11
CPU system time (s): 1.28181
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 24772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.11
system time used= 1.2818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120771
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 1897

runsolver used 1.20782 second user time and 3.16052 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 22:30:19 UTC 2007

IDJOB= 336708
IDBENCH= 24681
IDSOLVER= 136
FILE ID= node6/336708-1173652219

PBS_JOBID= 4101379

Free space on /tmp= 66415 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336708-1173652219/SATzilla2007_F /tmp/evaluation/336708-1173652219/instance-336708-1173652219.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-336708-1173652219 -o ROOT/results/node6/solver-336708-1173652219 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336708-1173652219/SATzilla2007_F /tmp/evaluation/336708-1173652219/instance-336708-1173652219.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  b75724237432e4d0e86c18e7a0ef5859

RANDOM SEED= 560628733

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1668816 kB
Buffers:         35604 kB
Cached:         260248 kB
SwapCached:       2192 kB
Active:         131764 kB
Inactive:       186764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1668816 kB
SwapTotal:     4192956 kB
SwapFree:      4156844 kB
Dirty:           10360 kB
Writeback:           0 kB
Mapped:          30768 kB
Slab:            54180 kB
Committed_AS:  1368592 kB
PageTables:       1744 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= 66415 MiB

End job on node6 on Sun Mar 11 22:50:19 UTC 2007