Trace number 368748

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 CRAFTEDUNSAT 2412.81 2414.4

General information on the benchmark

Namecrafted/spence/
hard/s97-100.cnf
MD5SUM7c361fbea07d8f97309d9c2b0cb47663
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark378.303
Satisfiable
(Un)Satisfiability was proved
Number of variables97
Number of clauses204
Sum of the clauses size612
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3204
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.79	c run March_dl for 5 seconds ... 
11.03/11.79	c Bin: Executing march_dl
11.03/11.79	c child exit by a signal
11.03/11.79	c march_dl returned code 137.
11.03/11.79	c run saps (UBCSAT implementation) for 2 seconds ... 
11.03/11.79	c Bin: Executing ubcsat2006
11.03/11.79	c child exited successfully
11.03/11.79	c ubcsat2006 returned code 0.
11.03/11.79	c satzilla computing base features
11.03/11.79	c satzilla doing unit-prop probe
11.03/11.79	c satzilla doing local search probe
11.03/11.79	c satzilla doing lobjois search-space size estimate
11.03/11.79	c satzilla's ranking:
11.03/11.79	c 1) minisat20: -6.608350
11.03/11.79	c 2) vallst+P: -5.910376
11.03/11.79	c 3) minisat20+P: -4.030228
11.03/11.79	c 4) zchaff_rand+P: 0.803264
11.03/11.79	c 5) march_dl+P: 2.857327
11.03/11.79	c 6) march_dl: 3.396046
11.03/11.79	c 7) kcnfs+P: 999.000000
11.03/11.79	c 8) kcnfs: 999.000000
11.03/11.79	c 9) vallst: 999.000000
11.03/11.79	c 10) zchaff_rand: 999.000000
11.03/11.79	c satzilla running minisat20 ... 
11.03/11.79	This is MiniSat 2.0 beta
11.03/11.79	WARNING: for repeatability, setting FPU to use double precision
11.03/11.79	============================[ Problem Statistics ]=============================
11.03/11.79	|                                                                             |
11.03/11.79	|  Number of variables:  97                                                   |
11.03/11.79	|  Number of clauses:    204                                                  |
11.03/11.79	|  Parsing time:         0.00         s                                       |
11.03/11.79	============================[ Search Statistics ]==============================
11.03/11.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.03/11.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.03/11.79	===============================================================================
11.03/11.79	|         0 |      97      204      612 |       68        0    nan |  0.000 % |
11.03/11.79	|       101 |      97      204      612 |       74      101     15 |  0.011 % |
11.03/11.79	|       253 |      97      204      612 |       82       77     13 |  0.011 % |
11.13/11.80	|       478 |      97      204      612 |       90       82     13 |  0.011 % |
11.13/11.80	|       815 |      97      204      612 |       99      140     14 |  0.011 % |
11.13/11.81	|      1321 |      97      204      612 |      109      119     13 |  0.011 % |
11.13/11.82	|      2081 |      97      204      612 |      120      122     12 |  0.011 % |
11.13/11.83	|      3222 |      97      204      612 |      132      124     11 |  0.011 % |
11.13/11.86	|      4931 |      97      204      612 |      145      120     12 |  0.011 % |
11.13/11.89	|      7496 |      97      204      612 |      160      170     12 |  0.011 % |
11.13/11.94	|     11340 |      97      204      612 |      176      141     10 |  0.011 % |
11.33/12.02	|     17106 |      97      204      612 |      194      160     12 |  0.011 % |
11.43/12.15	|     25756 |      97      204      612 |      213      163     11 |  0.011 % |
11.63/12.34	|     38730 |      97      204      612 |      234      150     10 |  0.011 % |
11.93/12.64	|     58191 |      97      204      612 |      258      278     12 |  0.011 % |
12.33/13.09	|     87383 |      97      204      612 |      284      242     13 |  0.011 % |
13.03/13.78	|    131172 |      97      204      612 |      312      295     13 |  0.011 % |
14.03/14.79	|    196856 |      97      204      612 |      343      342     13 |  0.011 % |
15.63/16.38	|    295383 |      97      204      612 |      378      310     12 |  0.011 % |
18.03/18.78	|    443174 |      97      204      612 |      415      331     12 |  0.011 % |
21.52/22.26	|    664857 |      97      204      612 |      457      421     12 |  0.011 % |
27.22/27.92	|    997383 |      97      204      612 |      503      442     13 |  0.011 % |
36.22/36.92	|   1496171 |      97      204      612 |      553      341     12 |  0.011 % |
49.11/49.82	|   2244353 |      97      204      612 |      608      347     11 |  0.011 % |
68.61/69.38	|   3366628 |      97      204      612 |      669      510     12 |  0.011 % |
100.59/101.36	|   5050039 |      97      204      612 |      736      592     14 |  0.011 % |
150.87/151.68	|   7575155 |      97      204      612 |      810      672     13 |  0.011 % |
227.44/228.22	|  11362832 |      97      204      612 |      891      602     13 |  0.011 % |
350.60/351.43	|  17044346 |      97      204      612 |      980      572     14 |  0.011 % |
543.64/544.59	|  25566617 |      97      204      612 |     1078      687     14 |  0.011 % |
837.75/838.89	|  38350020 |      97      204      612 |     1186      793     14 |  0.011 % |
1294.28/1295.55	|  57525125 |      97      204      612 |     1305      714     12 |  0.021 % |
1979.24/1980.75	|  86287783 |      96      201      603 |     1435      954     13 |  1.042 % |
2412.68/2414.39	===============================================================================
2412.68/2414.39	restarts              : 33
2412.68/2414.39	conflicts             : 104183320      (43380 /sec)
2412.68/2414.39	decisions             : 124983655      (1.61 % random) (52041 /sec)
2412.68/2414.39	propagations          : 2597512141     (1081568 /sec)
2412.68/2414.39	conflict literals     : 1696691899     (14.51 % deleted)
2412.68/2414.39	Memory used           : 2.29 MB
2412.68/2414.39	CPU time              : 2401.62 s
2412.68/2414.39	
2412.68/2414.39	c Bin: Executing minisat20
2412.68/2414.39	c child exited successfully
2412.68/2414.39	c minisat20 returned code 20.
2412.68/2414.39	s UNSATISFIABLE
2412.68/2414.39	c SATZILLA_TIME=2413.160000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-368748-1177231684 -o ROOT/results/node33/solver-368748-1177231684 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368748-1177231684/SATzilla2007_C /tmp/evaluation/368748-1177231684/instance-368748-1177231684.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.85 0.97 0.99 3/77 30017
/proc/meminfo: memFree=1476152/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) R 30015 30017 29961 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=632 CPUtime=0
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 171083875 647168 104 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 158 104 73 118 0 37 0

[startup+0.0412779 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30017
/proc/meminfo: memFree=1476152/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=632 CPUtime=0.03
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 114 0 0 0 3 0 0 0 20 0 1 0 171083875 647168 108 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134537907 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 158 108 73 118 0 37 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2072

[startup+0.101289 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30017
/proc/meminfo: memFree=1476152/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=632 CPUtime=0.09
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 115 0 0 0 9 0 0 0 20 0 1 0 171083875 647168 109 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134531620 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 158 109 73 118 0 37 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2072

[startup+0.301331 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30017
/proc/meminfo: memFree=1476152/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=632 CPUtime=0.29
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 116 0 0 0 29 0 0 0 21 0 1 0 171083875 647168 110 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134552325 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 158 110 73 118 0 37 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2072

[startup+0.701412 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30017
/proc/meminfo: memFree=1476152/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=632 CPUtime=0.69
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 117 0 0 0 69 0 0 0 25 0 1 0 171083875 647168 111 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134568515 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 158 111 73 118 0 37 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2072

[startup+1.50157 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 30019
/proc/meminfo: memFree=1475816/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=632 CPUtime=1.49
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 118 0 0 0 149 0 0 0 25 0 1 0 171083875 647168 112 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 158 112 73 118 0 37 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2072

[startup+3.1019 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 30019
/proc/meminfo: memFree=1475688/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=0
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171083875 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 110 95 260 0 84 0
[pid=30018] ppid=30017 vsize=764 CPUtime=3.09
/proc/30018/stat : 30018 (march_dl) R 30017 30017 29961 0 -1 4194304 120 0 0 0 309 0 0 0 25 0 1 0 171083875 782336 114 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532808 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30018/statm: 191 114 73 118 0 70 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2204

[startup+6.30156 s]
/proc/loadavg: 0.86 0.97 0.99 1/79 30020
/proc/meminfo: memFree=1475176/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1440 CPUtime=4.99
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 135 122 0 0 0 0 499 0 16 0 1 0 171083875 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30017/statm: 360 111 96 260 0 84 0
[pid=30020] ppid=30017 vsize=6188 CPUtime=0.65
/proc/30020/stat : 30020 (ubcsat2006) R 30017 30017 29961 0 -1 4194304 235 0 1 0 44 21 0 0 23 0 1 0 171084376 6336512 219 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30020/statm: 1547 219 156 64 0 1128 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.88 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475304/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=1680 CPUtime=0.9
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 95 0 0 0 90 0 0 0 25 0 1 0 171085055 1720320 89 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535768 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 420 89 58 118 0 298 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 3236

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475304/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=1812 CPUtime=13.69
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 117 0 0 0 1369 0 0 0 25 0 1 0 171085055 1855488 111 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 453 111 58 118 0 331 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 3368

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475304/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=1812 CPUtime=39.28
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 133 0 0 0 3928 0 0 0 25 0 1 0 171085055 1855488 127 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 453 127 58 118 0 331 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 3368

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475304/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=1944 CPUtime=90.46
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 144 0 0 0 9046 0 0 0 25 0 1 0 171085055 1990656 138 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 486 138 58 118 0 364 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 3500

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475304/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=1944 CPUtime=150.44
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 158 0 0 0 15044 0 0 0 25 0 1 0 171085055 1990656 152 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 486 152 58 118 0 364 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 3500

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475176/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=1944 CPUtime=210.42
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 170 0 0 0 21042 0 0 0 25 0 1 0 171085055 1990656 164 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 486 164 58 118 0 364 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 3500

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475112/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2076 CPUtime=270.4
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 178 0 0 0 27039 1 0 0 25 0 1 0 171085055 2125824 172 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 519 172 58 118 0 397 0
Current children cumulated CPU time (s) 281.53
Current children cumulated vsize (KiB) 3632

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30021
/proc/meminfo: memFree=1475056/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2076 CPUtime=330.38
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 183 0 0 0 33037 1 0 0 25 0 1 0 171085055 2125824 177 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525540 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 519 177 58 118 0 397 0

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


[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474736/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2009.69
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 254 0 0 0 200966 3 0 0 25 0 1 0 171085055 2396160 248 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525661 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 248 58 118 0 463 0
Current children cumulated CPU time (s) 2020.82
Current children cumulated vsize (KiB) 3896

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474736/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2069.68
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 258 0 0 0 206965 3 0 0 25 0 1 0 171085055 2396160 252 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 252 58 118 0 463 0
Current children cumulated CPU time (s) 2080.81
Current children cumulated vsize (KiB) 3896

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474736/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2129.65
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 258 0 0 0 212962 3 0 0 25 0 1 0 171085055 2396160 252 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 252 58 118 0 463 0
Current children cumulated CPU time (s) 2140.78
Current children cumulated vsize (KiB) 3896

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2189.63
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 263 0 0 0 218960 3 0 0 25 0 1 0 171085055 2396160 257 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 257 58 118 0 463 0
Current children cumulated CPU time (s) 2200.76
Current children cumulated vsize (KiB) 3896

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474736/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2249.61
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 267 0 0 0 224958 3 0 0 25 0 1 0 171085055 2396160 261 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 261 58 118 0 463 0
Current children cumulated CPU time (s) 2260.74
Current children cumulated vsize (KiB) 3896

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2309.58
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 230955 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2320.71
Current children cumulated vsize (KiB) 3896

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2369.56
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 236953 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2380.69
Current children cumulated vsize (KiB) 3896

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

[startup+2393.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2380.76
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 238073 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2391.89
Current children cumulated vsize (KiB) 3896

[startup+2406.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2393.55
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 239352 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134529250 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2404.68
Current children cumulated vsize (KiB) 3896

[startup+2409.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2396.75
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 239672 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2407.88
Current children cumulated vsize (KiB) 3896

[startup+2412.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2399.95
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 239992 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2411.08
Current children cumulated vsize (KiB) 3896

[startup+2413.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2400.75
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 240072 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134519362 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2411.88
Current children cumulated vsize (KiB) 3896

[startup+2413.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2401.15
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 240112 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2412.28
Current children cumulated vsize (KiB) 3896

[startup+2414.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30219
/proc/meminfo: memFree=1474672/2055920 swapFree=4180512/4192956
[pid=30017] ppid=30015 vsize=1556 CPUtime=11.13
/proc/30017/stat : 30017 (SATzilla2007_C) S 30015 30017 29961 0 -1 4194304 518 363 0 1 260 54 700 99 25 0 1 0 171083875 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30017/statm: 389 224 157 260 0 113 0
[pid=30021] ppid=30017 vsize=2340 CPUtime=2401.55
/proc/30021/stat : 30021 (minisat20) R 30017 30017 29961 0 -1 4194304 270 0 0 0 240152 3 0 0 25 0 1 0 171085055 2396160 264 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30021/statm: 585 264 58 118 0 463 0
Current children cumulated CPU time (s) 2412.68
Current children cumulated vsize (KiB) 3896

Child status: 20
Real time (s): 2414.4
CPU time (s): 2412.81
CPU user time (s): 2411.23
CPU system time (s): 1.57976
CPU usage (%): 99.9342
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2411.23
system time used= 1.57976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1168
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= 29
involuntary context switches= 36004

runsolver used 2.52062 second user time and 6.27005 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Apr 22 08:48:04 UTC 2007

IDJOB= 368748
IDBENCH= 20446
IDSOLVER= 179
FILE ID= node33/368748-1177231684

PBS_JOBID= 4650479

Free space on /tmp= 66469 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/hard/s97-100.cnf
COMMAND LINE= /tmp/evaluation/368748-1177231684/SATzilla2007_C /tmp/evaluation/368748-1177231684/instance-368748-1177231684.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-368748-1177231684 -o ROOT/results/node33/solver-368748-1177231684 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368748-1177231684/SATzilla2007_C /tmp/evaluation/368748-1177231684/instance-368748-1177231684.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7c361fbea07d8f97309d9c2b0cb47663

RANDOM SEED= 111407643

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1476560 kB
Buffers:         53556 kB
Cached:         405588 kB
SwapCached:       2372 kB
Active:         275840 kB
Inactive:       227424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476560 kB
SwapTotal:     4192956 kB
SwapFree:      4180512 kB
Dirty:            8548 kB
Writeback:           0 kB
Mapped:          59032 kB
Slab:            61408 kB
Committed_AS:  1758620 kB
PageTables:       1992 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= 66469 MiB

End job on node33 on Sun Apr 22 09:28:18 UTC 2007