Trace number 1539453

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
SATzilla2009_C 2009-03-22? (exit code) 1199.23 1199.86

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/540/
unif-k3-r4.25-v540-c2295-S1250067652-054.cnf
MD5SUM385aa4c60934b13e455a567c42e0ab0c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses2295
Sum of the clauses size6885
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32295
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.38/16.41	c SATzilla is building models for class 2
16.38/16.41	c run presolver march_dl2004 for 5 seconds ... 
16.38/16.41	c Bin: Executing march_dl2004
16.38/16.41	c spawning binary file with 5 seconds ...
16.38/16.41	c child exit by a signal
16.38/16.41	c march_dl2004 returned code 137.
16.38/16.41	c run presolver mxc-sr08 for 5 seconds ... 
16.38/16.41	c Bin: Executing mxc-sr08
16.38/16.41	c spawning binary file with 5 seconds ...
16.38/16.41	c child exit by a signal
16.38/16.41	c mxc-sr08 returned code 137.
16.38/16.41	c Orignal number of varibales is 540, number of clauses is 2295 
16.38/16.41	c predicted feature computation time is 6.991536 
16.38/16.41	c Bin: Executing satelite
16.38/16.41	c spawning binary file with 240 seconds ...
16.38/16.41	c child exited successfully
16.38/16.41	c satzilla computing base features
16.38/16.41	c Number of variabe is: 528, Number of clause is : 2283 
16.38/16.41	c Initializing...
16.38/16.41	c satzilla compute diameter ...
16.38/16.41	c start diameter features ...
16.38/16.41	c satzilla doing clause learning
16.38/16.41	c start clause learning features ...
16.38/16.41	c Bin: Executing zchaff07
16.38/16.41	c spawning binary file with 2 seconds ...
16.38/16.41	c child exit by a signal
16.38/16.41	c satzilla doing survey propogation probe
16.38/16.41	c do survay propogation for 2 second ...
16.38/16.41	c satzilla doing local search probe
16.38/16.41	c satzilla doing lobjois search-space size estimate
16.38/16.41	c features are:540 2295 528 2283 0.0227273 0.00525624 0.231275 0.499591 0.585254 0.686498 0.00573325 0.0579749 0.00568182 0.0094697 0.124207 0 0.975033 0.00573325 0.282807 0.00175208 0.0122646 2.68583 0.2316 0.171456 0 1 3.31362 0.00283054 0.381751 0 0.00700832 2.29579 0.494963 0.0112906 0.276494 0.00350416 0.0232151 4 0 4 4 -0 3857.25 0.0165722 3758 3929 3929 3758 3929 3849 3893 29.067 0.0503741 27.1255 30.7889 30.7889 27.1255 30.7889 28.2235 30.1301 0.397405 0.562466 0.000870398 1 0.703295 0.0739013 0.565382 0.221601 0.396871 0.0887315 0.69174 0.00384804 0.607097 0.174121 0.0244306 0.118849 0.042783 0.0732869 26.1075 0.20834 117.095 0.0731997 117 107 127 0.772845 0.251475 0.87629 0.0385248 0.307487 0.509128 
16.38/16.41	c satzilla's ranking:
16.38/16.41	c 1) minisat20SAT07: 3.468243
16.38/16.41	c 2) mxc-sr08: 3.428829
16.38/16.41	c 3) minisat20: 3.287521
16.38/16.41	c 4) march_dl2004: 3.279883
16.38/16.41	c 5) vallst: 0.948498
16.38/16.41	c 6) zchaff_rand: 0.351780
16.38/16.41	c 7) tts-4-0: 0.294226
16.38/16.41	c 8) SATenstein: -10000.000000
16.38/16.41	c 9) gnovelty+: -10000.000000
16.38/16.41	c 10) adaptg2wsat+: -10000.000000
16.38/16.41	c 11) adaptg2wsat0: -10000.000000
16.38/16.41	c 12) picosat846: -10000.000000
16.38/16.41	c 13) kcnfs04SAT07: -10000.000000
16.38/16.41	c satzilla running minisat20SAT07 ... 
1199.14/1199.86	c Bin: Executing minisat20SAT07
1199.14/1199.86	c spawning binary file with 1183 seconds ...
1199.14/1199.86	c child exit by a signal
1199.14/1199.86	c minisat20SAT07 returned code 137.
1199.14/1199.86	c satzilla running mxc-sr08 ... 
1199.14/1199.86	c Bin: Executing mxc-sr08
1199.14/1199.86	c mxc-sr08 returned code 1.
1199.14/1199.86	c satzilla running minisat20 ... 
1199.14/1199.86	c Bin: Executing minisat20
1199.14/1199.86	c minisat20 returned code 1.
1199.14/1199.86	c satzilla running march_dl2004 ... 
1199.14/1199.86	c Bin: Executing march_dl2004
1199.14/1199.86	c march_dl2004 returned code 1.
1199.14/1199.86	c satzilla running vallst ... 
1199.14/1199.86	c Bin: Executing vallst
1199.14/1199.86	c vallst returned code 1.
1199.14/1199.86	c satzilla running zchaff_rand ... 
1199.14/1199.86	c Bin: Executing zchaff_rand
1199.14/1199.86	c zchaff_rand returned code 1.
1199.14/1199.86	c satzilla running tts-4-0 ... 
1199.14/1199.86	c Bin: Executing tts-4-0
1199.14/1199.86	c tts-4-0 returned code 1.
1199.14/1199.86	c satzilla running SATenstein ... 
1199.14/1199.86	c Bin: Executing SATenstein
1199.14/1199.86	c SATenstein returned code 1.
1199.14/1199.86	c satzilla running gnovelty+ ... 
1199.14/1199.86	c Bin: Executing gnovelty+
1199.14/1199.86	c gnovelty+ returned code 1.
1199.14/1199.86	c satzilla running adaptg2wsat+ ... 
1199.14/1199.86	c Bin: Executing adaptg2wsat+
1199.14/1199.86	c adaptg2wsat+ returned code 1.
1199.14/1199.86	c satzilla running adaptg2wsat0 ... 
1199.14/1199.86	c Bin: Executing adaptg2wsat0
1199.14/1199.86	c adaptg2wsat0 returned code 1.
1199.14/1199.86	c satzilla running picosat846 ... 
1199.14/1199.86	c Bin: Executing picosat846
1199.14/1199.86	c picosat846 returned code 1.
1199.14/1199.86	c satzilla running kcnfs04SAT07 ... 
1199.14/1199.86	c Bin: Executing kcnfs04SAT07
1199.14/1199.86	c kcnfs04SAT07 returned code 1.
1199.14/1199.86	c ERROR: All Failed! 
1199.14/1199.86	c SATZILLA_TIME=1199.400000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1539453-1238535668/watcher-1539453-1238535668 -o /tmp/evaluation-result-1539453-1238535668/solver-1539453-1238535668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1539453-1238535668.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.84 0.94 0.98 3/64 24556
/proc/meminfo: memFree=1400992/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) R 24554 24556 24519 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=764 CPUtime=0
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 892158344 782336 112 1992294400 134512640 134996440 4294956192 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 192 114 52 118 0 71 0

[startup+0.0794209 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 24556
/proc/meminfo: memFree=1400992/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=1344 CPUtime=0.07
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 264 0 0 0 7 0 0 0 19 0 1 0 892158344 1376256 255 1992294400 134512640 134996440 4294956192 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 336 255 74 118 0 215 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3400

[startup+0.101422 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 24556
/proc/meminfo: memFree=1400992/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=1344 CPUtime=0.09
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 268 0 0 0 9 0 0 0 19 0 1 0 892158344 1376256 259 1992294400 134512640 134996440 4294956192 18446744073709551615 134551337 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 336 259 74 118 0 215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3400

[startup+0.301451 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 24556
/proc/meminfo: memFree=1400992/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=1344 CPUtime=0.29
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 279 0 0 0 29 0 0 0 21 0 1 0 892158344 1376256 270 1992294400 134512640 134996440 4294956192 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 336 270 74 118 0 215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3400

[startup+0.701509 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 24556
/proc/meminfo: memFree=1400992/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=1344 CPUtime=0.69
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 286 0 0 0 69 0 0 0 25 0 1 0 892158344 1376256 277 1992294400 134512640 134996440 4294956192 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 336 277 74 118 0 215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3400

[startup+1.50163 s]
/proc/loadavg: 0.84 0.94 0.98 2/66 24558
/proc/meminfo: memFree=1400016/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=1344 CPUtime=1.49
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 291 0 0 0 149 0 0 0 25 0 1 0 892158344 1376256 282 1992294400 134512640 134996440 4294956192 18446744073709551615 134568009 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 336 282 74 118 0 215 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3400

[startup+3.10186 s]
/proc/loadavg: 0.84 0.94 0.98 2/66 24558
/proc/meminfo: memFree=1399824/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=0
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 892158344 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 514 112 96 399 0 111 0
[pid=24557] ppid=24556 vsize=1476 CPUtime=3.09
/proc/24557/stat : 24557 (march_dl2004) R 24556 24556 24519 0 -1 4194304 297 0 0 0 309 0 0 0 25 0 1 0 892158344 1511424 288 1992294400 134512640 134996440 4294956192 18446744073709551615 134514093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24557/statm: 369 288 74 118 0 248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3532

[startup+6.30133 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 24559
/proc/meminfo: memFree=1399120/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=2056 CPUtime=4.99
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 156 302 0 0 0 0 499 0 16 0 1 0 892158344 2105344 125 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 514 125 107 399 0 111 0
[pid=24559] ppid=24556 vsize=1660 CPUtime=1.29
/proc/24559/stat : 24559 (mxc-sr08) R 24556 24556 24519 0 -1 4194304 321 0 0 0 129 0 0 0 25 0 1 0 892158844 1699840 317 1992294400 134512640 135078026 4294956192 18446744073709551615 134534276 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24559/statm: 415 317 71 138 0 274 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3716

[startup+12.7013 s]
/proc/loadavg: 0.95 0.96 0.98 2/66 24561
/proc/meminfo: memFree=1397584/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=7508 CPUtime=12.67
/proc/24556/stat : 24556 (SATzilla2009_C) R 24554 24556 24519 0 -1 4194304 516 1927 0 0 62 5 1198 2 23 0 1 0 892158344 7688192 419 1992294400 134512640 136149437 4294956224 18446744073709551615 135542670 0 0 4096 3 0 0 0 17 0 0 0
/proc/24556/statm: 1877 419 207 399 0 1474 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7508

[startup+25.5012 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 24562
/proc/meminfo: memFree=1399440/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=2676 CPUtime=9.07
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 358 0 0 0 907 0 0 0 25 0 1 0 892159985 2740224 353 1992294400 134512640 135078472 4294956192 18446744073709551615 134552688 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 669 353 73 138 0 528 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 6084

[startup+51.1019 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 24562
/proc/meminfo: memFree=1398608/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=3468 CPUtime=34.65
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 531 0 0 0 3465 0 0 0 25 0 1 0 892159985 3551232 526 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 867 526 73 138 0 726 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 6876

[startup+102.305 s]
/proc/loadavg: 1.02 0.98 0.99 2/66 24562
/proc/meminfo: memFree=1398224/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=4004 CPUtime=85.83
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 667 0 0 0 8583 0 0 0 25 0 1 0 892159985 4100096 662 1992294400 134512640 135078472 4294956192 18446744073709551615 134550599 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1001 662 73 138 0 860 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 7412

[startup+162.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1397520/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=4540 CPUtime=145.79
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 797 0 0 0 14579 0 0 0 25 0 1 0 892159985 4648960 792 1992294400 134512640 135078472 4294956192 18446744073709551615 134550849 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1135 792 73 138 0 994 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 7948

[startup+222.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1397328/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=4932 CPUtime=205.75
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 896 0 0 0 20575 0 0 0 25 0 1 0 892159985 5050368 891 1992294400 134512640 135078472 4294956192 18446744073709551615 134554914 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1233 891 73 138 0 1092 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 8340

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1397008/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=5196 CPUtime=265.73
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 964 0 0 0 26573 0 0 0 25 0 1 0 892159985 5320704 959 1992294400 134512640 135078472 4294956192 18446744073709551615 134521036 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1299 959 73 138 0 1158 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 8604

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1396688/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=5468 CPUtime=325.69
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1049 0 0 0 32569 0 0 0 25 0 1 0 892159985 5599232 1044 1992294400 134512640 135078472 4294956192 18446744073709551615 134556418 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1367 1044 73 138 0 1226 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 8876


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


[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1395216/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7024 CPUtime=805.45
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1424 0 0 0 80545 0 0 0 25 0 1 0 892159985 7192576 1419 1992294400 134512640 135078472 4294956192 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1756 1419 73 138 0 1615 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 10432

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1395024/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7156 CPUtime=865.41
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1459 0 0 0 86541 0 0 0 25 0 1 0 892159985 7327744 1454 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1789 1454 73 138 0 1648 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 10564

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1395088/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7156 CPUtime=925.38
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1470 0 0 0 92538 0 0 0 25 0 1 0 892159985 7327744 1465 1992294400 134512640 135078472 4294956192 18446744073709551615 134550746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1789 1465 73 138 0 1648 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 10564

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1395024/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7288 CPUtime=985.36
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1481 0 0 0 98536 0 0 0 25 0 1 0 892159985 7462912 1476 1992294400 134512640 135078472 4294956192 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1822 1476 73 138 0 1681 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 10696

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1394896/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7420 CPUtime=1045.34
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1514 0 0 0 104533 1 0 0 25 0 1 0 892159985 7598080 1509 1992294400 134512640 135078472 4294956192 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1855 1509 73 138 0 1714 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 10828

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1394832/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7420 CPUtime=1105.31
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1528 0 0 0 110530 1 0 0 25 0 1 0 892159985 7598080 1523 1992294400 134512640 135078472 4294956192 18446744073709551615 134550883 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1855 1523 73 138 0 1714 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 10828

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1394768/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1165.27
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1549 0 0 0 116526 1 0 0 25 0 1 0 892159985 7741440 1544 1992294400 134512640 135078472 4294956192 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1544 73 138 0 1749 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 10968

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24564
/proc/meminfo: memFree=1394768/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1173.26
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1549 0 0 0 117325 1 0 0 25 0 1 0 892159985 7741440 1544 1992294400 134512640 135078472 4294956192 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1544 73 138 0 1749 0
Current children cumulated CPU time (s) 1189.65
Current children cumulated vsize (KiB) 10968

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24570
/proc/meminfo: memFree=1394504/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1179.66
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1549 0 0 0 117965 1 0 0 25 0 1 0 892159985 7741440 1544 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1544 73 138 0 1749 0
Current children cumulated CPU time (s) 1196.05
Current children cumulated vsize (KiB) 10968

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24570
/proc/meminfo: memFree=1394504/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1181.25
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1552 0 0 0 118124 1 0 0 25 0 1 0 892159985 7741440 1547 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1547 73 138 0 1749 0
Current children cumulated CPU time (s) 1197.64
Current children cumulated vsize (KiB) 10968

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24570
/proc/meminfo: memFree=1394504/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1182.05
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1552 0 0 0 118204 1 0 0 25 0 1 0 892159985 7741440 1547 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1547 73 138 0 1749 0
Current children cumulated CPU time (s) 1198.44
Current children cumulated vsize (KiB) 10968

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24570
/proc/meminfo: memFree=1394504/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1182.45
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1552 0 0 0 118244 1 0 0 25 0 1 0 892159985 7741440 1547 1992294400 134512640 135078472 4294956192 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1547 73 138 0 1749 0
Current children cumulated CPU time (s) 1198.84
Current children cumulated vsize (KiB) 10968

[startup+1199.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24570
/proc/meminfo: memFree=1394504/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1182.65
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1552 0 0 0 118264 1 0 0 25 0 1 0 892159985 7741440 1547 1992294400 134512640 135078472 4294956192 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1547 73 138 0 1749 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 10968

[startup+1199.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 24570
/proc/meminfo: memFree=1394504/2055920 swapFree=4178260/4192956
[pid=24556] ppid=24554 vsize=3408 CPUtime=16.39
/proc/24556/stat : 24556 (SATzilla2009_C) S 24554 24556 24519 0 -1 4194304 550 1927 0 0 412 27 1198 2 25 0 1 0 892158344 3489792 383 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 852 383 219 399 0 449 0
[pid=24562] ppid=24556 vsize=7560 CPUtime=1182.75
/proc/24562/stat : 24562 (minisat20SAT07) R 24556 24556 24519 0 -1 4194304 1552 0 0 0 118274 1 0 0 25 0 1 0 892159985 7741440 1547 1992294400 134512640 135078472 4294956192 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24562/statm: 1890 1547 73 138 0 1749 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 10968

Child status: 17
Real time (s): 1199.86
CPU time (s): 1199.23
CPU user time (s): 1198.91
CPU system time (s): 0.315951
CPU usage (%): 99.9468
Max. virtual memory (cumulated for all children) (KiB): 10968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.91
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4046
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= 16
involuntary context switches= 4918

runsolver used 1.10583 second user time and 3.2645 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-31 23:41:08
IDJOB=1539453
IDBENCH=70597
IDSOLVER=527
FILE ID=node39/1539453-1238535668
PBS_JOBID= 9062087
Free space on /tmp= 66252 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/540/unif-k3-r4.25-v540-c2295-S1250067652-054.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1539453-1238535668/watcher-1539453-1238535668 -o /tmp/evaluation-result-1539453-1238535668/solver-1539453-1238535668 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1539453-1238535668.cnf

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

MD5SUM BENCH= 385aa4c60934b13e455a567c42e0ab0c
RANDOM SEED=946777096

node39.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.285
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.285
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:       1401472 kB
Buffers:         87276 kB
Cached:         472220 kB
SwapCached:       8168 kB
Active:         225756 kB
Inactive:       343592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401472 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:           31660 kB
Writeback:           0 kB
Mapped:          16620 kB
Slab:            71472 kB
Committed_AS:  2425896 kB
PageTables:       1188 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= 66220 MiB
End job on node39 at 2009-04-01 00:01:09