Trace number 1737928

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.29 1199.87

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.595
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

22.66/22.71	c run March_dl for 5 seconds ... 
22.66/22.71	c Bin: Executing march_dl
22.66/22.71	c child exit by a signal
22.66/22.71	c march_dl returned code 137.
22.66/22.71	c run saps (UBCSAT implementation) for 2 seconds ... 
22.66/22.71	c Bin: Executing ubcsat2006
22.66/22.71	c child exited successfully
22.66/22.71	c ubcsat2006 returned code 0.
22.66/22.71	c satzilla computing base features
22.66/22.71	c satzilla doing unit-prop probe
22.66/22.71	c satzilla doing local search probe
22.66/22.71	c satzilla doing lobjois search-space size estimate
22.66/22.71	c satzilla's ranking:
22.66/22.71	c 1) minisat20+P: 1.464089
22.66/22.71	c 2) zchaff_rand+P: 3.502377
22.66/22.71	c 3) vallst+P: 3.733681
22.66/22.71	c 4) march_dl+P: 7.055669
22.66/22.71	c 5) minisat20: 7.266680
22.66/22.71	c 6) march_dl: 10.324064
22.66/22.71	c 7) kcnfs+P: 999.000000
22.66/22.71	c 8) kcnfs: 999.000000
22.66/22.71	c 9) vallst: 999.000000
22.66/22.71	c 10) zchaff_rand: 999.000000
22.66/22.71	c satzilla running minisat20 with preprocessing ... 
83.33/83.46	This is MiniSat 2.0 beta
83.33/83.46	WARNING: for repeatability, setting FPU to use double precision
83.33/83.46	============================[ Problem Statistics ]=============================
83.33/83.46	|                                                                             |
83.33/83.46	|  Number of variables:  33867                                                |
83.33/83.46	|  Number of clauses:    457280                                               |
83.61/83.75	|  Parsing time:         0.26         s                                       |
83.61/83.77	============================[ Search Statistics ]==============================
83.61/83.77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
83.61/83.77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
83.61/83.77	===============================================================================
83.61/83.77	|         0 |   33867   457280  1516932 |   152426        0    nan |  0.000 % |
83.71/83.81	|       100 |   33867   457280  1516932 |   167669      100     23 |  0.000 % |
83.71/83.87	|       251 |   33867   457280  1516932 |   184436      246     28 |  0.030 % |
83.81/83.98	|       477 |   33851   457280  1516932 |   202879      470     32 |  0.047 % |
84.01/84.11	|       814 |   33845   457280  1516932 |   223167      804     26 |  0.065 % |
84.21/84.35	|      1322 |   33783   457280  1516932 |   245484     1277     25 |  0.286 % |
84.41/84.52	|      2081 |   33771   457280  1516932 |   270033     2034     27 |  0.307 % |
84.81/84.96	|      3221 |   33739   457280  1516932 |   297036     3158     27 |  0.410 % |
85.51/85.66	|      4929 |   33735   457280  1516932 |   326740     4864     31 |  0.422 % |
86.31/86.43	|      7491 |   33720   455070  1511121 |   359414     7421     33 |  0.434 % |
87.51/87.69	|     11335 |   33682   454372  1509237 |   395355    11217     31 |  0.600 % |
89.41/89.55	|     17101 |   33644   453830  1507823 |   434891    16972     34 |  0.664 % |
93.10/93.21	|     25751 |   33644   453830  1507823 |   478380    25622     38 |  0.664 % |
101.01/101.11	|     38725 |   33642   453766  1507655 |   526218    38596     49 |  0.664 % |
114.31/114.43	|     58188 |   33642   453766  1507655 |   578840    58059     59 |  0.664 % |
141.09/141.25	|     87381 |   33642   453766  1507655 |   636724    87252     64 |  0.664 % |
182.26/182.49	|    131170 |   33616   453428  1506757 |   700396   131028     67 |  0.744 % |
260.03/260.26	|    196854 |   33603   453317  1506469 |   770436   196706     76 |  0.782 % |
510.81/511.14	|    295384 |   33598   453150  1506029 |   847479   295234     87 |  0.795 % |
959.19/959.75	|    443173 |   33596   453050  1505763 |   932227   443022     89 |  0.800 % |
1199.18/1199.85	c Preprocessing...
1199.18/1199.85	c Inital problem has 33867 variables, 384506 nary clauses (72774 binary clauses).
1199.18/1199.85	c Num non-binary clauses 384506, Average non-binary clause length 3.567
1199.18/1199.85	c Theory has no gaps
1199.18/1199.85	c preprocessor timed out at 60.000000 sec
1199.18/1199.85	c Bin: Executing minisat20
1199.18/1199.85	c child exit by a signal
1199.18/1199.85	c minisat20 returned code 137.
1199.18/1199.85	c minisat20 returned code 137.
1199.18/1199.85	c satzilla running zchaff_rand with preprocessing ... 
1199.18/1199.85	c Bin: Executing zchaff_rand
1199.18/1199.85	c zchaff_rand returned code 1.
1199.18/1199.85	c zchaff_rand returned code 1.
1199.18/1199.85	c satzilla running vallst with preprocessing ... 
1199.18/1199.85	c Bin: Executing vallst
1199.18/1199.85	c vallst returned code 1.
1199.18/1199.85	c vallst returned code 1.
1199.18/1199.85	c satzilla running march_dl with preprocessing ... 
1199.18/1199.85	c Bin: Executing march_dl
1199.18/1199.85	c march_dl returned code 1.
1199.18/1199.85	c march_dl returned code 1.
1199.18/1199.85	c satzilla running minisat20 ... 
1199.18/1199.85	c Bin: Executing minisat20
1199.18/1199.85	c minisat20 returned code 1.
1199.18/1199.85	c minisat20 returned code 1.
1199.18/1199.85	c satzilla running march_dl ... 
1199.18/1199.85	c Bin: Executing march_dl
1199.18/1199.85	c march_dl returned code 1.
1199.18/1199.85	c march_dl returned code 1.
1199.18/1199.85	c satzilla running kcnfs with preprocessing ... 
1199.18/1199.85	c Bin: Executing kcnfs
1199.18/1199.85	c kcnfs returned code 1.
1199.18/1199.85	c kcnfs returned code 1.
1199.18/1199.85	c satzilla running kcnfs ... 
1199.18/1199.85	c Bin: Executing kcnfs
1199.18/1199.85	c kcnfs returned code 1.
1199.18/1199.85	c kcnfs returned code 1.
1199.18/1199.85	c satzilla running vallst ... 
1199.18/1199.85	c Bin: Executing vallst
1199.18/1199.85	c vallst returned code 1.
1199.18/1199.85	c vallst returned code 1.
1199.18/1199.85	c satzilla running zchaff_rand ... 
1199.18/1199.85	c Bin: Executing zchaff_rand
1199.18/1199.85	c zchaff_rand returned code 1.
1199.18/1199.85	c zchaff_rand returned code 1.
1199.18/1199.85	c ERROR: All Failed! 
1199.18/1199.85	c SATZILLA_TIME=1199.440000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737928-1240833957/watcher-1737928-1240833957 -o /tmp/evaluation-result-1737928-1240833957/solver-1737928-1240833957 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1737928-1240833957.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 6433
/proc/meminfo: memFree=1634384/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) R 6431 6433 6330 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=5280 CPUtime=0
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 667 0 0 0 0 0 0 0 18 0 1 0 111429625 5406720 662 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6434/statm: 1320 666 49 118 0 1199 0

[startup+0.071663 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 6433
/proc/meminfo: memFree=1634384/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=7136 CPUtime=0.06
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 1246 0 0 0 6 0 0 0 20 0 1 0 111429625 7307264 1241 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6434/statm: 1784 1241 50 118 0 1663 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8576

[startup+0.10267 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 6433
/proc/meminfo: memFree=1634384/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=7400 CPUtime=0.09
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 1360 0 0 0 9 0 0 0 20 0 1 0 111429625 7577600 1355 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6434/statm: 1850 1355 50 118 0 1729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8840

[startup+0.302706 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 6433
/proc/meminfo: memFree=1634384/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=9908 CPUtime=0.29
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 2099 0 0 0 29 0 0 0 21 0 1 0 111429625 10145792 2094 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6434/statm: 2477 2094 50 118 0 2356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11348

[startup+0.701781 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 6433
/proc/meminfo: memFree=1634384/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=25056 CPUtime=0.69
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 3973 0 0 0 68 1 0 0 25 0 1 0 111429625 25657344 3967 1992294400 134512640 134996440 4294956256 18446744073709551615 134516608 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6434/statm: 6264 3974 50 118 0 6143 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26496

[startup+1.50193 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6435
/proc/meminfo: memFree=1614400/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=56948 CPUtime=1.49
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 15131 0 0 0 144 5 0 0 25 0 1 0 111429625 58314752 12358 1992294400 134512640 134996440 4294956256 18446744073709551615 134517862 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6434/statm: 14237 12358 55 118 0 14116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58388

[startup+3.10123 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6435
/proc/meminfo: memFree=1559616/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=0
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111429625 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 110 95 260 0 84 0
[pid=6434] ppid=6433 vsize=79764 CPUtime=3.09
/proc/6434/stat : 6434 (march_dl) R 6433 6433 6330 0 -1 4194304 27830 0 0 0 297 12 0 0 25 0 1 0 111429625 81678336 18113 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6434/statm: 19941 18113 55 118 0 19820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81204

[startup+6.30182 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6436
/proc/meminfo: memFree=1628352/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=1440 CPUtime=5
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 135 27830 0 0 0 0 487 13 16 0 1 0 111429625 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6433/statm: 360 111 96 260 0 84 0
[pid=6436] ppid=6433 vsize=36716 CPUtime=1.27
/proc/6436/stat : 6436 (ubcsat2006) R 6433 6433 6330 0 -1 4194304 6843 0 0 0 123 4 0 0 25 0 1 0 111430128 37597184 6826 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6436/statm: 9179 6826 156 64 0 8760 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38156

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6436
/proc/meminfo: memFree=1594312/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=41560 CPUtime=12.67
/proc/6433/stat : 6433 (SATzilla2007_C) R 6431 6433 6330 0 -1 4194304 10152 34682 0 0 490 6 753 18 25 0 1 0 111429625 42557440 10122 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/6433/statm: 10390 10122 121 260 0 10114 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41560

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6436
/proc/meminfo: memFree=1552200/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=86540 CPUtime=25.46
/proc/6433/stat : 6433 (SATzilla2007_C) R 6431 6433 6330 0 -1 4194304 39943 34682 0 0 1754 21 753 18 25 0 1 0 111429625 88616960 20677 1992294400 134512640 135579813 4294956224 18446744073709551615 134570551 0 0 4096 0 0 0 0 17 0 0 0
/proc/6433/statm: 21635 20677 162 260 0 21359 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 86540

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6436
/proc/meminfo: memFree=1541896/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=118756 CPUtime=51.04
/proc/6433/stat : 6433 (SATzilla2007_C) R 6431 6433 6330 0 -1 4194304 42589 34682 0 0 4311 22 753 18 25 0 1 0 111429625 121606144 23259 1992294400 134512640 135579813 4294956224 18446744073709551615 134599049 0 0 4096 0 0 0 0 17 0 0 0
/proc/6433/statm: 29689 23259 164 260 0 29413 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 118756

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1507520/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=33912 CPUtime=18.83
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 8302 0 0 0 1876 7 0 0 25 0 1 0 111437971 34725888 8297 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 8478 8297 59 118 0 8356 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 154336

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1483328/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=58336 CPUtime=78.79
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 14354 0 0 0 7866 13 0 0 25 0 1 0 111437971 59736064 14349 1992294400 134512640 134998072 4294956256 18446744073709551615 134525131 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 14584 14349 59 118 0 14462 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 178760

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1464384/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=77196 CPUtime=138.76
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 19045 0 0 0 13858 18 0 0 25 0 1 0 111437971 79048704 19040 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 19299 19040 59 118 0 19177 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 197620

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1444672/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=97140 CPUtime=198.74
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 23986 0 0 0 19850 24 0 0 25 0 1 0 111437971 99471360 23981 1992294400 134512640 134998072 4294956256 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 24285 23981 59 118 0 24163 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 217564

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1431232/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=110488 CPUtime=258.71
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 27331 0 0 0 25844 27 0 0 25 0 1 0 111437971 113139712 27326 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 27622 27326 59 118 0 27500 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 230912

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1420096/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1359936/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=181800 CPUtime=738.48
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 45087 0 0 0 73805 43 0 0 25 0 1 0 111437971 186163200 45082 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 45450 45082 59 118 0 45328 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 302224

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1352320/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=189080 CPUtime=798.45
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 46950 0 0 0 79801 44 0 0 25 0 1 0 111437971 193617920 46945 1992294400 134512640 134998072 4294956256 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 47270 46945 59 118 0 47148 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 309504

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1344704/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=196800 CPUtime=858.41
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 48892 0 0 0 85795 46 0 0 25 0 1 0 111437971 201523200 48887 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 49200 48887 59 118 0 49078 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 317224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1330688/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=211600 CPUtime=918.4
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 52348 0 0 0 91789 51 0 0 25 0 1 0 111437971 216678400 52343 1992294400 134512640 134998072 4294956256 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 52900 52343 59 118 0 52778 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 332024

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1316544/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=225724 CPUtime=978.38
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 55921 0 0 0 97783 55 0 0 25 0 1 0 111437971 231141376 55916 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 56431 55916 59 118 0 56309 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 346148

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1302144/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=239932 CPUtime=1038.34
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 59449 0 0 0 103776 58 0 0 25 0 1 0 111437971 245690368 59444 1992294400 134512640 134998072 4294956256 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 59983 59444 59 118 0 59861 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 360356

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1290688/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=251324 CPUtime=1098.31
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 62322 0 0 0 109770 61 0 0 25 0 1 0 111437971 257355776 62317 1992294400 134512640 134998072 4294956256 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 62831 62317 59 118 0 62709 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 371748

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1288576/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=253308 CPUtime=1106.31
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 62830 0 0 0 110569 62 0 0 25 0 1 0 111437971 259387392 62825 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63327 62825 59 118 0 63205 0
Current children cumulated CPU time (s) 1189.69
Current children cumulated vsize (KiB) 373732

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1287104/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=254760 CPUtime=1112.71
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 63193 0 0 0 111209 62 0 0 25 0 1 0 111437971 260874240 63188 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63690 63188 59 118 0 63568 0
Current children cumulated CPU time (s) 1196.09
Current children cumulated vsize (KiB) 375184

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1286848/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=255156 CPUtime=1114.3
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 63282 0 0 0 111368 62 0 0 25 0 1 0 111437971 261279744 63277 1992294400 134512640 134998072 4294956256 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63789 63277 59 118 0 63667 0
Current children cumulated CPU time (s) 1197.68
Current children cumulated vsize (KiB) 375580

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1286656/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=255288 CPUtime=1115.1
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 63316 0 0 0 111448 62 0 0 25 0 1 0 111437971 261414912 63311 1992294400 134512640 134998072 4294956256 18446744073709551615 134527590 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63822 63311 59 118 0 63700 0
Current children cumulated CPU time (s) 1198.48
Current children cumulated vsize (KiB) 375712

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1286656/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=255288 CPUtime=1115.5
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 63329 0 0 0 111488 62 0 0 25 0 1 0 111437971 261414912 63324 1992294400 134512640 134998072 4294956256 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63822 63324 59 118 0 63700 0
Current children cumulated CPU time (s) 1198.88
Current children cumulated vsize (KiB) 375712

[startup+1199.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1286656/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=255288 CPUtime=1115.7
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 63342 0 0 0 111508 62 0 0 25 0 1 0 111437971 261414912 63337 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63822 63337 59 118 0 63700 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 375712

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 6437
/proc/meminfo: memFree=1286656/2055920 swapFree=4181320/4192956
[pid=6433] ppid=6431 vsize=120424 CPUtime=83.38
/proc/6433/stat : 6433 (SATzilla2007_C) S 6431 6433 6330 0 -1 4194304 42922 34682 0 0 7540 27 753 18 25 0 1 0 111429625 123314176 23590 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 30106 23590 164 260 0 29830 0
[pid=6437] ppid=6433 vsize=255420 CPUtime=1115.8
/proc/6437/stat : 6437 (minisat20) R 6433 6433 6330 0 -1 4194304 63352 0 0 0 111518 62 0 0 25 0 1 0 111437971 261550080 63347 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/6437/statm: 63855 63347 59 118 0 63733 0
Current children cumulated CPU time (s) 1199.18
Current children cumulated vsize (KiB) 375844

Child status: 17
Real time (s): 1199.87
CPU time (s): 1199.29
CPU user time (s): 1198.14
CPU system time (s): 1.14482
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 375844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.14
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140971
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= 10
involuntary context switches= 3033

runsolver used 1.07284 second user time and 3.2995 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-27 14:05:58
IDJOB=1737928
IDBENCH=71797
IDSOLVER=558
FILE ID=node7/1737928-1240833957
PBS_JOBID= 9187557
Free space on /tmp= 66196 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp_ci_ce.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737928-1240833957/watcher-1737928-1240833957 -o /tmp/evaluation-result-1737928-1240833957/solver-1737928-1240833957 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1737928-1240833957.cnf            

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=1165620337

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
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.256
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:       1634864 kB
Buffers:         58836 kB
Cached:         287152 kB
SwapCached:       5504 kB
Active:         124896 kB
Inactive:       228944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634864 kB
SwapTotal:     4192956 kB
SwapFree:      4181320 kB
Dirty:           18532 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            53244 kB
Committed_AS:   776908 kB
PageTables:       1444 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= 66188 MiB
End job on node7 at 2009-04-27 14:25:58