Trace number 1728388

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_I 2009-03-22? (exit code) 1199.02 1199.51

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

Solver Data

78.03/78.16	c SATzilla is building models for class 3
78.03/78.16	c run presolver mxc-sr08 for 10 seconds ... 
78.03/78.16	c Bin: Executing mxc-sr08
78.03/78.16	c spawning binary file with 10 seconds ...
78.03/78.16	c child exit by a signal
78.03/78.16	c mxc-sr08 returned code 137.
78.03/78.16	c run presolver picosat846 for 5 seconds ... 
78.03/78.16	c Bin: Executing picosat846
78.03/78.16	c spawning binary file with 5 seconds ...
78.03/78.16	c child exit by a signal
78.03/78.16	c picosat846 returned code 137.
78.03/78.16	c Orignal number of varibales is 186624, number of clauses is 3086912 
78.03/78.16	c predicted feature computation time is 101.058493 
78.03/78.16	c Bin: Executing satelite
78.03/78.16	c spawning binary file with 240 seconds ...
78.03/78.16	c child exited successfully
78.03/78.16	c satzilla computing base features
78.03/78.16	c Number of variabe is: 77899, Number of clause is : 2283232 
78.03/78.16	c Initializing...
78.03/78.16	c satzilla doing clause learning
78.03/78.16	c start clause learning features ...
78.03/78.16	c Bin: Executing zchaff07
78.03/78.16	c spawning binary file with 2 seconds ...
78.03/78.16	c child exit by a signal
78.03/78.16	c satzilla doing survey propogation probe
78.03/78.16	c do survay propogation for 2 second ...
78.03/78.16	c satzilla doing local search probe
78.03/78.16	c features are:186624 3.08691e+06 77899 2.28323e+06 1.39572 0.351992 0.0341179 0.489617 0.970084 1.03489 2.92553e-05 0.606491 2.56743e-05 0.000821577 0.574801 0.833981 0.918458 2.92553e-05 1.03688 3.94178e-06 0.000117377 1.49268 0.399805 0.433088 0 0.953846 1.468 1.88775e-05 1.13599 4.37976e-07 8.58432e-05 2.80936 0.689101 2.72396e-05 1.06101 3.06583e-06 0.000134021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.495692 0.786553 0 0.999834 0.993337 0.0386932 0.977736 0.148188 0.36164 0.220687 0.85541 6.66134e-16 0.5 0.5 0.00441085 0.407282 0.0184568 0.195077 16567 0 0 0 0 0 0 23.8537 0 1.03362 0 
78.03/78.16	c satzilla's ranking:
78.03/78.16	c 1) picosat846: 2.642508
78.03/78.16	c 2) mxc-sr08: 2.537710
78.03/78.16	c 3) zchaff_rand: 2.375881
78.03/78.16	c 4) minisat20SAT07: 1.217497
78.03/78.16	c 5) march_dl2004: 0.252311
78.03/78.16	c 6) SATenstein: -10000.000000
78.03/78.16	c 7) gnovelty+: -10000.000000
78.03/78.16	c 8) adaptg2wsat+: -10000.000000
78.03/78.16	c 9) adaptg2wsat0: -10000.000000
78.03/78.16	c 10) tts-4-0: -10000.000000
78.03/78.16	c 11) vallst: -10000.000000
78.03/78.16	c 12) minisat20: -10000.000000
78.03/78.16	c 13) kcnfs04SAT07: -10000.000000
78.03/78.16	c satzilla running picosat846 ... 
1198.88/1199.47	c Bin: Executing picosat846
1198.88/1199.47	c spawning binary file with 1121 seconds ...
1198.88/1199.47	c child exit by a signal
1198.88/1199.47	c picosat846 returned code 137.
1198.88/1199.47	c satzilla running mxc-sr08 ... 
1198.88/1199.47	c Bin: Executing mxc-sr08
1198.88/1199.47	c mxc-sr08 returned code 1.
1198.88/1199.47	c satzilla running zchaff_rand ... 
1198.88/1199.47	c Bin: Executing zchaff_rand
1198.88/1199.47	c zchaff_rand returned code 1.
1198.88/1199.47	c satzilla running minisat20SAT07 ... 
1198.88/1199.47	c Bin: Executing minisat20SAT07
1198.88/1199.47	c minisat20SAT07 returned code 1.
1198.88/1199.47	c satzilla running march_dl2004 ... 
1198.88/1199.47	c Bin: Executing march_dl2004
1198.88/1199.47	c march_dl2004 returned code 1.
1198.88/1199.47	c satzilla running SATenstein ... 
1198.88/1199.47	c Bin: Executing SATenstein
1198.88/1199.47	c SATenstein returned code 1.
1198.88/1199.47	c satzilla running gnovelty+ ... 
1198.88/1199.47	c Bin: Executing gnovelty+
1198.88/1199.47	c gnovelty+ returned code 1.
1198.88/1199.47	c satzilla running adaptg2wsat+ ... 
1198.88/1199.47	c Bin: Executing adaptg2wsat+
1198.88/1199.47	c adaptg2wsat+ returned code 1.
1198.88/1199.47	c satzilla running adaptg2wsat0 ... 
1198.88/1199.47	c Bin: Executing adaptg2wsat0
1198.88/1199.47	c adaptg2wsat0 returned code 1.
1198.88/1199.47	c satzilla running tts-4-0 ... 
1198.88/1199.47	c Bin: Executing tts-4-0
1198.88/1199.47	c tts-4-0 returned code 1.
1198.88/1199.47	c satzilla running vallst ... 
1198.88/1199.47	c Bin: Executing vallst
1198.88/1199.47	c vallst returned code 1.
1198.88/1199.47	c satzilla running minisat20 ... 
1198.88/1199.47	c Bin: Executing minisat20
1198.88/1199.47	c minisat20 returned code 1.
1198.88/1199.47	c satzilla running kcnfs04SAT07 ... 
1198.88/1199.47	c Bin: Executing kcnfs04SAT07
1198.88/1199.47	c kcnfs04SAT07 returned code 1.
1198.88/1199.47	c ERROR: All Failed! 
1198.88/1199.47	c SATZILLA_TIME=1199.160000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728388-1240736289/watcher-1728388-1240736289 -o /tmp/evaluation-result-1728388-1240736289/solver-1728388-1240736289 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1728388-1240736289.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24577
/proc/meminfo: memFree=1651456/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) R 24575 24577 24482 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=52940 CPUtime=0
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 728 0 0 0 0 0 0 0 18 0 1 0 101663319 54210560 724 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 13235 731 44 138 0 13094 0

[startup+0.028019 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24577
/proc/meminfo: memFree=1651456/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=52940 CPUtime=0.02
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 4687 0 0 0 0 2 0 0 19 0 1 0 101663319 54210560 4683 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 13235 4689 44 138 0 13094 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 54996

[startup+0.101025 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24577
/proc/meminfo: memFree=1651456/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=73952 CPUtime=0.09
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 17024 0 0 0 1 8 0 0 19 0 1 0 101663319 75726848 17020 1992294400 134512640 135078026 4294956192 18446744073709551615 134536717 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 18488 17026 50 138 0 18347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 76008

[startup+0.301045 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24577
/proc/meminfo: memFree=1651456/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=94024 CPUtime=0.29
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 21565 0 0 0 18 11 0 0 21 0 1 0 101663319 96280576 21537 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 23506 21537 54 138 0 23365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96080

[startup+0.701087 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24577
/proc/meminfo: memFree=1651456/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=101760 CPUtime=0.68
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 23458 0 0 0 56 12 0 0 25 0 1 0 101663319 104202240 23430 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 25440 23430 54 138 0 25299 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103816

[startup+1.50117 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24579
/proc/meminfo: memFree=1552112/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=116060 CPUtime=1.48
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 27045 0 0 0 134 14 0 0 25 0 1 0 101663319 118845440 27017 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 29015 27017 54 138 0 28874 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 118116

[startup+3.10133 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24579
/proc/meminfo: memFree=1532592/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=144248 CPUtime=3.08
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 33967 0 0 0 291 17 0 0 25 0 1 0 101663319 147709952 33939 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 36062 33939 54 138 0 35921 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 146304

[startup+6.30166 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24579
/proc/meminfo: memFree=1476912/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=0
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 101663319 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24577/statm: 514 112 96 399 0 111 0
[pid=24578] ppid=24577 vsize=198348 CPUtime=6.28
/proc/24578/stat : 24578 (mxc-sr08) R 24577 24577 24482 0 -1 4194304 46909 0 0 0 602 26 0 0 25 0 1 0 101663319 203108352 46881 1992294400 134512640 135078026 4294956192 18446744073709551615 134565715 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24578/statm: 49587 46883 54 138 0 49446 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 200404

[startup+12.7023 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24580
/proc/meminfo: memFree=1582896/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=10.02
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 152 56781 0 0 0 0 967 35 16 0 1 0 101663319 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 514 121 104 399 0 111 0
[pid=24580] ppid=24577 vsize=98468 CPUtime=2.66
/proc/24580/stat : 24580 (picosat846) R 24577 24577 24482 0 -1 4194304 22439 0 0 0 254 12 0 0 25 0 1 0 101664322 100831232 22428 1992294400 134512640 134570484 4294956192 18446744073709551615 3040891 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24580/statm: 24617 22428 83 14 0 24283 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100524

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24581
/proc/meminfo: memFree=1425776/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=2056 CPUtime=15.03
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 180 85773 0 0 0 0 1450 53 16 0 1 0 101663319 2105344 139 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 514 139 121 399 0 111 0
[pid=24581] ppid=24577 vsize=253200 CPUtime=10.43
/proc/24581/stat : 24581 (satelite) R 24577 24577 24482 0 -1 4194304 61881 0 0 0 1000 43 0 0 25 0 1 0 101664824 259276800 55510 1992294400 134512640 135037501 4294956176 18446744073709551615 134550943 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24581/statm: 63300 55510 67 128 0 63169 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 255256

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24581
/proc/meminfo: memFree=1453752/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=162132 CPUtime=51.05
/proc/24577/stat : 24577 (SATzilla2009_I) R 24575 24577 24482 0 -1 4194304 39998 154079 0 0 1977 20 2990 118 25 0 1 0 101663319 166023168 39949 1992294400 134512640 136149169 4294956224 18446744073709551615 134535477 0 0 4096 0 0 0 0 17 0 0 0
/proc/24577/statm: 40533 39949 135 399 0 40130 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 162132

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24583
/proc/meminfo: memFree=1400944/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=126948 CPUtime=24.12
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 29832 0 0 0 2395 17 0 0 25 0 1 0 101671135 129994752 29810 1992294400 134512640 134570484 4294956192 18446744073709551615 134523454 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 31737 29810 85 14 0 31403 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 223308

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24583
/proc/meminfo: memFree=1388528/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=139488 CPUtime=84.09
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 32971 0 0 0 8388 21 0 0 25 0 1 0 101671135 142835712 32949 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 34872 32949 85 14 0 34538 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 235848

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1374320/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=153480 CPUtime=144.05
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 36472 0 0 0 14381 24 0 0 25 0 1 0 101671135 157163520 36450 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 38370 36450 85 14 0 38036 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 249840

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1360880/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=166944 CPUtime=204.03
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 39872 0 0 0 20374 29 0 0 25 0 1 0 101671135 170950656 39850 1992294400 134512640 134570484 4294956192 18446744073709551615 134553074 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 41736 39850 85 14 0 41402 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 263304

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1345328/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=182388 CPUtime=264
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 43738 0 0 0 26366 34 0 0 25 0 1 0 101671135 186765312 43716 1992294400 134512640 134570484 4294956192 18446744073709551615 134552791 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 45597 43716 85 14 0 45263 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 278748


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

/proc/24583/statm: 61896 60012 85 14 0 61562 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 343944

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1279600/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=247584 CPUtime=683.83
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 60034 0 0 0 68330 53 0 0 25 0 1 0 101671135 253526016 60012 1992294400 134512640 134570484 4294956192 18446744073709551615 134551329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 61896 60012 85 14 0 61562 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 343944

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1279600/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=247584 CPUtime=743.8
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 60034 0 0 0 74327 53 0 0 25 0 1 0 101671135 253526016 60012 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 61896 60012 85 14 0 61562 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 343944

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1279600/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=247584 CPUtime=803.78
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 60034 0 0 0 80325 53 0 0 25 0 1 0 101671135 253526016 60012 1992294400 134512640 134570484 4294956192 18446744073709551615 134526550 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 61896 60012 85 14 0 61562 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 343944

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1279536/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=247584 CPUtime=863.76
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 60034 0 0 0 86323 53 0 0 25 0 1 0 101671135 253526016 60012 1992294400 134512640 134570484 4294956192 18446744073709551615 134552963 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 61896 60012 85 14 0 61562 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 343944

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1279472/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=247584 CPUtime=923.75
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 60034 0 0 0 92322 53 0 0 25 0 1 0 101671135 253526016 60012 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 61896 60012 85 14 0 61562 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 343944

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1271728/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=255768 CPUtime=983.72
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 62075 0 0 0 98317 55 0 0 25 0 1 0 101671135 261906432 62053 1992294400 134512640 134570484 4294956192 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 63942 62053 85 14 0 63608 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 352128

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1257648/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=269632 CPUtime=1043.71
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 65550 0 0 0 104311 60 0 0 25 0 1 0 101671135 276103168 65528 1992294400 134512640 134570484 4294956192 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 67408 65528 85 14 0 67074 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 365992

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=279004 CPUtime=1103.69
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 67938 0 0 0 110307 62 0 0 25 0 1 0 101671135 285700096 67916 1992294400 134512640 134570484 4294956192 18446744073709551615 134552304 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 69751 67916 85 14 0 69417 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 375364

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=279004 CPUtime=1111.69
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 67938 0 0 0 111107 62 0 0 25 0 1 0 101671135 285700096 67916 1992294400 134512640 134570484 4294956192 18446744073709551615 134526482 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 69751 67916 85 14 0 69417 0
Current children cumulated CPU time (s) 1189.79
Current children cumulated vsize (KiB) 375364

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=279004 CPUtime=1114.89
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 67938 0 0 0 111427 62 0 0 25 0 1 0 101671135 285700096 67916 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 69751 67916 85 14 0 69417 0
Current children cumulated CPU time (s) 1192.99
Current children cumulated vsize (KiB) 375364

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=279004 CPUtime=1118.09
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 67938 0 0 0 111747 62 0 0 25 0 1 0 101671135 285700096 67916 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 69751 67916 85 14 0 69417 0
Current children cumulated CPU time (s) 1196.19
Current children cumulated vsize (KiB) 375364

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=279004 CPUtime=1119.68
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 67938 0 0 0 111906 62 0 0 25 0 1 0 101671135 285700096 67916 1992294400 134512640 134570484 4294956192 18446744073709551615 134523259 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 69751 67916 85 14 0 69417 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 375364

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=96360 CPUtime=78.1
/proc/24577/stat : 24577 (SATzilla2009_I) S 24575 24577 24482 0 -1 4194304 95397 171395 0 0 4446 56 3182 126 25 0 1 0 101663319 98672640 23791 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/24577/statm: 24090 23791 216 399 0 23687 0
[pid=24583] ppid=24577 vsize=279004 CPUtime=1120.48
/proc/24583/stat : 24583 (picosat846) R 24577 24577 24482 0 -1 4194304 67938 0 0 0 111986 62 0 0 25 0 1 0 101671135 285700096 67916 1992294400 134512640 134570484 4294956192 18446744073709551615 134523457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24583/statm: 69751 67916 85 14 0 69417 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 375364

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 24589
/proc/meminfo: memFree=1247856/2055920 swapFree=4180888/4192956
[pid=24577] ppid=24575 vsize=0 CPUtime=1198.99
/proc/24577/stat : 24577 (SATzilla2009_I) R 24575 24577 24482 0 -1 4194308 95413 239333 0 0 4446 58 115202 193 19 0 1 0 101663319 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1199.51
CPU time (s): 1199.02
CPU user time (s): 1196.49
CPU system time (s): 2.52661
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 375364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.49
system time used= 2.52662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334746
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= 37
involuntary context switches= 2227

runsolver used 1.00285 second user time and 3.36849 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-26 10:58:18
IDJOB=1728388
IDBENCH=24669
IDSOLVER=528
FILE ID=node24/1728388-1240736289
PBS_JOBID= 9186993
Free space on /tmp= 66192 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728388-1240736289/watcher-1728388-1240736289 -o /tmp/evaluation-result-1728388-1240736289/solver-1728388-1240736289 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1728388-1240736289.cnf

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=1216381318

node24.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.232
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.232
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:       1651936 kB
Buffers:         24636 kB
Cached:         308296 kB
SwapCached:       5912 kB
Active:         142420 kB
Inactive:       198860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651936 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:           83836 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            48660 kB
Committed_AS:   421416 kB
PageTables:       1440 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= 66160 MiB
End job on node24 at 2009-04-26 11:18:18