Trace number 1539075

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.34 1199.94

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S1758422766-080.cnf
MD5SUMd43ec7420ae06189526d8ca748662c3c
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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

16.48/16.53	c SATzilla is building models for class 2
16.48/16.53	c run presolver march_dl2004 for 5 seconds ... 
16.48/16.53	c Bin: Executing march_dl2004
16.48/16.53	c spawning binary file with 5 seconds ...
16.48/16.53	c child exit by a signal
16.48/16.53	c march_dl2004 returned code 137.
16.48/16.53	c run presolver mxc-sr08 for 5 seconds ... 
16.48/16.53	c Bin: Executing mxc-sr08
16.48/16.53	c spawning binary file with 5 seconds ...
16.48/16.53	c child exit by a signal
16.48/16.53	c mxc-sr08 returned code 137.
16.48/16.53	c Orignal number of varibales is 70, number of clauses is 6230 
16.48/16.53	c predicted feature computation time is 7.002635 
16.48/16.53	c Bin: Executing satelite
16.48/16.53	c spawning binary file with 240 seconds ...
16.48/16.53	c child exited successfully
16.48/16.53	c satzilla computing base features
16.48/16.53	c Number of variabe is: 70, Number of clause is : 6230 
16.48/16.53	c Initializing...
16.48/16.53	c satzilla compute diameter ...
16.48/16.53	c start diameter features ...
16.48/16.53	c satzilla doing clause learning
16.48/16.53	c start clause learning features ...
16.48/16.53	c Bin: Executing zchaff07
16.48/16.53	c spawning binary file with 2 seconds ...
16.48/16.53	c child exit by a signal
16.48/16.53	c satzilla doing survey propogation probe
16.48/16.53	c do survay propogation for 2 second ...
16.48/16.53	c satzilla doing local search probe
16.48/16.53	c satzilla doing lobjois search-space size estimate
16.48/16.53	c features are:70 6230 70 6230 0 0 0.011236 0.31479 0.679812 1.00931 0.1 0 0.1 0.1 -0 0 0 0.1 0.0392971 0.0882825 0.108668 3.80271 0.0314664 0.0276975 0 0.121107 2.03431 0.00658106 0.129849 0.00417335 0.00930979 2.7162 0.0658106 0.0110754 0 0.0110754 0.0110754 2 0 2 2 -0 4542.5 0.0111172 4492 4593 4593 4492 4593 4492 4593 26.0738 0.0155081 25.6694 26.4781 26.4781 25.6694 26.4781 25.6694 26.4781 0.0631267 0.852321 0.000302712 0.231346 0.149809 0.00783572 0.0930493 0.0193647 0.0531648 6.62973e-05 0.426982 2.6572e-05 0.000184428 0.000103474 3.68209e-05 7.72645e-05 4.5907e-05 6.19445e-05 9.50408 0.258359 12.0288 0.207857 12 9 15 2.28145 0.279499 0.895724 0.097448 0.680254 0.761586 
16.48/16.53	c satzilla's ranking:
16.48/16.53	c 1) march_dl2004: 5.096734
16.48/16.53	c 2) minisat20SAT07: 3.644427
16.48/16.53	c 3) mxc-sr08: 3.407036
16.48/16.53	c 4) minisat20: 2.677516
16.48/16.53	c 5) tts-4-0: 1.099959
16.48/16.53	c 6) vallst: 0.382705
16.48/16.53	c 7) zchaff_rand: 0.089415
16.48/16.53	c 8) SATenstein: -10000.000000
16.48/16.53	c 9) gnovelty+: -10000.000000
16.48/16.53	c 10) adaptg2wsat+: -10000.000000
16.48/16.53	c 11) adaptg2wsat0: -10000.000000
16.48/16.53	c 12) picosat846: -10000.000000
16.48/16.53	c 13) kcnfs04SAT07: -10000.000000
16.48/16.53	c satzilla running march_dl2004 ... 
1199.29/1199.93	c Bin: Executing march_dl2004
1199.29/1199.93	c spawning binary file with 1183 seconds ...
1199.29/1199.93	c child exit by a signal
1199.29/1199.93	c march_dl2004 returned code 137.
1199.29/1199.93	c satzilla running minisat20SAT07 ... 
1199.29/1199.93	c Bin: Executing minisat20SAT07
1199.29/1199.93	c minisat20SAT07 returned code 1.
1199.29/1199.93	c satzilla running mxc-sr08 ... 
1199.29/1199.93	c Bin: Executing mxc-sr08
1199.29/1199.93	c mxc-sr08 returned code 1.
1199.29/1199.93	c satzilla running minisat20 ... 
1199.29/1199.93	c Bin: Executing minisat20
1199.29/1199.93	c minisat20 returned code 1.
1199.29/1199.93	c satzilla running tts-4-0 ... 
1199.29/1199.93	c Bin: Executing tts-4-0
1199.29/1199.93	c tts-4-0 returned code 1.
1199.29/1199.93	c satzilla running vallst ... 
1199.29/1199.93	c Bin: Executing vallst
1199.29/1199.93	c vallst returned code 1.
1199.29/1199.93	c satzilla running zchaff_rand ... 
1199.29/1199.93	c Bin: Executing zchaff_rand
1199.29/1199.93	c zchaff_rand returned code 1.
1199.29/1199.93	c satzilla running SATenstein ... 
1199.29/1199.93	c Bin: Executing SATenstein
1199.29/1199.93	c SATenstein returned code 1.
1199.29/1199.93	c satzilla running gnovelty+ ... 
1199.29/1199.93	c Bin: Executing gnovelty+
1199.29/1199.93	c gnovelty+ returned code 1.
1199.29/1199.93	c satzilla running adaptg2wsat+ ... 
1199.29/1199.94	c Bin: Executing adaptg2wsat+
1199.29/1199.94	c adaptg2wsat+ returned code 1.
1199.29/1199.94	c satzilla running adaptg2wsat0 ... 
1199.29/1199.94	c Bin: Executing adaptg2wsat0
1199.29/1199.94	c adaptg2wsat0 returned code 1.
1199.29/1199.94	c satzilla running picosat846 ... 
1199.29/1199.94	c Bin: Executing picosat846
1199.29/1199.94	c picosat846 returned code 1.
1199.29/1199.94	c satzilla running kcnfs04SAT07 ... 
1199.29/1199.94	c Bin: Executing kcnfs04SAT07
1199.29/1199.94	c kcnfs04SAT07 returned code 1.
1199.29/1199.94	c ERROR: All Failed! 
1199.29/1199.94	c SATZILLA_TIME=1199.510000

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-1539075-1238466223/watcher-1539075-1238466223 -o /tmp/evaluation-result-1539075-1238466223/solver-1539075-1238466223 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1539075-1238466223.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: 1.00 1.02 1.00 3/64 13609
/proc/meminfo: memFree=1397000/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=636 CPUtime=0
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 85 0 0 0 0 0 0 0 19 0 1 0 723514732 651264 80 1992294400 134512640 134996440 4294956192 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 159 81 50 118 0 38 0

[startup+0.0481101 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 13609
/proc/meminfo: memFree=1397000/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=2268 CPUtime=0.04
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 1017 0 0 0 4 0 0 0 19 0 1 0 723514732 2322432 336 1992294400 134512640 134996440 4294956192 18446744073709551615 134584227 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 567 336 67 118 0 446 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4324

[startup+0.101117 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 13609
/proc/meminfo: memFree=1397000/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=2268 CPUtime=0.09
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 1017 0 0 0 9 0 0 0 19 0 1 0 723514732 2322432 336 1992294400 134512640 134996440 4294956192 18446744073709551615 134583492 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 567 336 67 118 0 446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4324

[startup+0.301145 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 13609
/proc/meminfo: memFree=1397000/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=2268 CPUtime=0.29
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 1023 0 0 0 29 0 0 0 21 0 1 0 723514732 2322432 342 1992294400 134512640 134996440 4294956192 18446744073709551615 134583483 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 567 342 67 118 0 446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4324

[startup+0.701202 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 13609
/proc/meminfo: memFree=1397000/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=2400 CPUtime=0.69
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 1073 0 0 0 69 0 0 0 25 0 1 0 723514732 2457600 392 1992294400 134512640 134996440 4294956192 18446744073709551615 134583431 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 600 392 67 118 0 479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4456

[startup+1.50132 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13611
/proc/meminfo: memFree=1390520/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=7688 CPUtime=1.49
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 2629 0 0 0 149 0 0 0 25 0 1 0 723514732 7872512 1684 1992294400 134512640 134996440 4294956192 18446744073709551615 134580026 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 1922 1686 74 118 0 1801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9744

[startup+3.10254 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13611
/proc/meminfo: memFree=1389176/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=0
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 723514732 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 112 96 399 0 111 0
[pid=13610] ppid=13609 vsize=7688 CPUtime=3.08
/proc/13610/stat : 13610 (march_dl2004) R 13609 13609 13004 0 -1 4194304 2632 0 0 0 308 0 0 0 25 0 1 0 723514732 7872512 1687 1992294400 134512640 134996440 4294956192 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13610/statm: 1922 1687 74 118 0 1801 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9744

[startup+6.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13612
/proc/meminfo: memFree=1395840/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=2056 CPUtime=4.99
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 156 2632 0 0 0 0 498 1 19 0 1 0 723514732 2105344 125 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 514 125 107 399 0 111 0
[pid=13612] ppid=13609 vsize=2068 CPUtime=1.28
/proc/13612/stat : 13612 (mxc-sr08) R 13609 13609 13004 0 -1 4194304 464 0 0 0 128 0 0 0 25 0 1 0 723515233 2117632 421 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13612/statm: 517 421 71 138 0 376 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 4124

[startup+12.7029 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13614
/proc/meminfo: memFree=1393536/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=8116 CPUtime=12.67
/proc/13609/stat : 13609 (SATzilla2009_C) R 13607 13609 13004 0 -1 4194304 935 4378 0 0 65 0 1200 2 23 0 1 0 723514732 8310784 693 1992294400 134512640 136149437 4294956224 18446744073709551615 134731177 0 0 4096 3 0 0 0 17 0 0 0
/proc/13609/statm: 2029 693 207 399 0 1626 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8116

[startup+25.5017 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13615
/proc/meminfo: memFree=1389248/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=7688 CPUtime=8.95
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 2632 0 0 0 895 0 0 0 25 0 1 0 723516386 7872512 1687 1992294400 134512640 134996440 4294956192 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 1922 1687 74 118 0 1801 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11704

[startup+51.1013 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13615
/proc/meminfo: memFree=1389184/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=7688 CPUtime=34.52
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 2633 0 0 0 3452 0 0 0 25 0 1 0 723516386 7872512 1688 1992294400 134512640 134996440 4294956192 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13615/statm: 1922 1688 74 118 0 1801 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 11704

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1389184/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=7688 CPUtime=85.68
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 2633 0 0 0 8568 0 0 0 25 0 1 0 723516386 7872512 1688 1992294400 134512640 134996440 4294956192 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 1922 1688 74 118 0 1801 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 11704

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1379456/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=17796 CPUtime=145.65
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 5103 0 0 0 14562 3 0 0 25 0 1 0 723516386 18223104 4158 1992294400 134512640 134996440 4294956192 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 4449 4158 74 118 0 4328 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 21812

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1376512/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=20700 CPUtime=205.61
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 5834 0 0 0 20558 3 0 0 25 0 1 0 723516386 21196800 4889 1992294400 134512640 134996440 4294956192 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 5175 4889 74 118 0 5054 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 24716

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1375424/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=21756 CPUtime=265.59
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 6112 0 0 0 26555 4 0 0 25 0 1 0 723516386 22278144 5167 1992294400 134512640 134996440 4294956192 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 5439 5167 74 118 0 5318 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 25772

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1374528/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=22680 CPUtime=325.57
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 6329 0 0 0 32553 4 0 0 25 0 1 0 723516386 23224320 5384 1992294400 134512640 134996440 4294956192 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 5670 5384 74 118 0 5549 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 26696


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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1372480/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=24660 CPUtime=745.35
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 6828 0 0 0 74530 5 0 0 25 0 1 0 723516386 25251840 5883 1992294400 134512640 134996440 4294956192 18446744073709551615 134564326 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6165 5883 74 118 0 6044 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 28676

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1372352/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=24792 CPUtime=805.32
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 6860 0 0 0 80527 5 0 0 25 0 1 0 723516386 25387008 5915 1992294400 134512640 134996440 4294956192 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6198 5915 74 118 0 6077 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 28808

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1372160/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=24924 CPUtime=865.29
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 6901 0 0 0 86524 5 0 0 25 0 1 0 723516386 25522176 5956 1992294400 134512640 134996440 4294956192 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6231 5956 74 118 0 6110 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 28940

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371968/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25188 CPUtime=925.26
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 6957 0 0 0 92521 5 0 0 25 0 1 0 723516386 25792512 6012 1992294400 134512640 134996440 4294956192 18446744073709551615 134587281 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6297 6012 74 118 0 6176 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 29204

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371712/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25452 CPUtime=985.24
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7019 0 0 0 98519 5 0 0 25 0 1 0 723516386 26062848 6074 1992294400 134512640 134996440 4294956192 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6363 6074 74 118 0 6242 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 29468

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371584/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25584 CPUtime=1045.22
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7057 0 0 0 104517 5 0 0 25 0 1 0 723516386 26198016 6112 1992294400 134512640 134996440 4294956192 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6396 6112 74 118 0 6275 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 29600

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371456/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25716 CPUtime=1105.2
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7097 0 0 0 110515 5 0 0 25 0 1 0 723516386 26333184 6152 1992294400 134512640 134996440 4294956192 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6429 6152 74 118 0 6308 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 29732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371392/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1165.18
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7125 0 0 0 116513 5 0 0 25 0 1 0 723516386 26468352 6180 1992294400 134512640 134996440 4294956192 18446744073709551615 134565290 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6180 74 118 0 6341 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 29864

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371392/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1173.17
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7129 0 0 0 117312 5 0 0 25 0 1 0 723516386 26468352 6184 1992294400 134512640 134996440 4294956192 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6184 74 118 0 6341 0
Current children cumulated CPU time (s) 1189.68
Current children cumulated vsize (KiB) 29864

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371328/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1179.58
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7133 0 0 0 117953 5 0 0 25 0 1 0 723516386 26468352 6188 1992294400 134512640 134996440 4294956192 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6188 74 118 0 6341 0
Current children cumulated CPU time (s) 1196.09
Current children cumulated vsize (KiB) 29864

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371328/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1181.18
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7134 0 0 0 118112 6 0 0 25 0 1 0 723516386 26468352 6189 1992294400 134512640 134996440 4294956192 18446744073709551615 134527913 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6189 74 118 0 6341 0
Current children cumulated CPU time (s) 1197.69
Current children cumulated vsize (KiB) 29864

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371328/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1181.98
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7134 0 0 0 118192 6 0 0 25 0 1 0 723516386 26468352 6189 1992294400 134512640 134996440 4294956192 18446744073709551615 134526969 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6189 74 118 0 6341 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 29864

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371328/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1182.38
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7134 0 0 0 118232 6 0 0 25 0 1 0 723516386 26468352 6189 1992294400 134512640 134996440 4294956192 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6189 74 118 0 6341 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 29864

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13615
/proc/meminfo: memFree=1371328/2055920 swapFree=4179868/4192956
[pid=13609] ppid=13607 vsize=4016 CPUtime=16.51
/proc/13609/stat : 13609 (SATzilla2009_C) S 13607 13609 13004 0 -1 4194304 973 4378 0 0 446 3 1200 2 25 0 1 0 723514732 4112384 571 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13609/statm: 1004 571 219 399 0 601 0
[pid=13615] ppid=13609 vsize=25848 CPUtime=1182.78
/proc/13615/stat : 13615 (march_dl2004) R 13609 13609 13004 0 -1 4194304 7134 0 0 0 118272 6 0 0 25 0 1 0 723516386 26468352 6189 1992294400 134512640 134996440 4294956192 18446744073709551615 134567388 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13615/statm: 6462 6189 74 118 0 6341 0
Current children cumulated CPU time (s) 1199.29
Current children cumulated vsize (KiB) 29864

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.34
CPU user time (s): 1199.22
CPU system time (s): 0.121981
CPU usage (%): 99.9502
Max. virtual memory (cumulated for all children) (KiB): 29864

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

runsolver used 1.08384 second user time and 3.2915 second system time

The end

Launcher Data

Begin job on node49 at 2009-03-31 04:23:43
IDJOB=1539075
IDBENCH=70471
IDSOLVER=527
FILE ID=node49/1539075-1238466223
PBS_JOBID= 9061741
Free space on /tmp= 66388 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S1758422766-080.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1539075-1238466223/watcher-1539075-1238466223 -o /tmp/evaluation-result-1539075-1238466223/solver-1539075-1238466223 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1539075-1238466223.cnf

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

MD5SUM BENCH= d43ec7420ae06189526d8ca748662c3c
RANDOM SEED=1487663879

node49.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.214
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	: 5931.00
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.214
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:       1397544 kB
Buffers:        103468 kB
Cached:         452100 kB
SwapCached:       6452 kB
Active:         204236 kB
Inactive:       360240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1397544 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:           31612 kB
Writeback:           0 kB
Mapped:          14612 kB
Slab:            79816 kB
Committed_AS:  1867660 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node49 at 2009-03-31 04:43:43