Trace number 1561077

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.18 1199.75

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
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 variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

24.27/24.45	c SATzilla is building models for class 3
24.27/24.45	c run presolver mxc-sr08 for 10 seconds ... 
24.27/24.45	c Bin: Executing mxc-sr08
24.27/24.45	c spawning binary file with 10 seconds ...
24.27/24.45	c child exit by a signal
24.27/24.45	c mxc-sr08 returned code 137.
24.27/24.45	c run presolver picosat846 for 5 seconds ... 
24.27/24.45	c Bin: Executing picosat846
24.27/24.45	c spawning binary file with 5 seconds ...
24.27/24.45	c child exit by a signal
24.27/24.45	c picosat846 returned code 137.
24.27/24.45	c Orignal number of varibales is 12584, number of clauses is 155712 
24.27/24.45	c predicted feature computation time is 1.726828 
24.27/24.45	c Bin: Executing satelite
24.27/24.45	c spawning binary file with 240 seconds ...
24.27/24.45	c child exited successfully
24.27/24.45	c satzilla computing base features
24.27/24.45	c Number of variabe is: 12534, Number of clause is : 155623 
24.27/24.45	c Initializing...
24.27/24.45	c satzilla doing clause learning
24.27/24.45	c start clause learning features ...
24.27/24.45	c Bin: Executing zchaff07
24.27/24.45	c spawning binary file with 2 seconds ...
24.27/24.45	c child exit by a signal
24.27/24.45	c satzilla doing survey propogation probe
24.27/24.45	c do survay propogation for 2 second ...
24.27/24.45	c satzilla doing local search probe
24.27/24.45	c features are:12584 155712 12534 155623 0.00398915 0.000571895 0.0805408 0.431095 0.483152 1.07091 0.000268515 1.08461 0.000159566 0.0079783 1.01923 0.111198 0.774352 0.000268515 2.28419 3.21289e-05 0.00300727 2.93041 0.660856 0.185288 0 0.846154 2.8102 0.000149807 2.24152 0 0.00156147 2.9817 0.625261 0.00120846 0.240327 4.49805e-05 0.00137512 74.1538 0.462965 21 126 107 23 102 44 91 50.1932 0.872819 12.9121 145.381 116.348 13.0714 71.4318 17.6355 28.6538 0.789557 0.30011 0.0110676 0.978961 0.958713 0.419246 0.954835 0.628988 0.914762 0.119493 0.952127 6.35695e-07 0.407478 0.337045 0.0206073 0.167292 0.0442409 0.0737315 1324.57 0.00176851 2701.31 0.0179265 2707 2639 2759 5.97138 0.139706 0.999966 0 
24.27/24.45	c satzilla's ranking:
24.27/24.45	c 1) zchaff_rand: 2.757213
24.27/24.45	c 2) picosat846: 2.741309
24.27/24.45	c 3) mxc-sr08: 2.582744
24.27/24.45	c 4) minisat20SAT07: 1.676201
24.27/24.45	c 5) march_dl2004: 0.330474
24.27/24.45	c 6) SATenstein: -10000.000000
24.27/24.45	c 7) gnovelty+: -10000.000000
24.27/24.45	c 8) adaptg2wsat+: -10000.000000
24.27/24.45	c 9) adaptg2wsat0: -10000.000000
24.27/24.45	c 10) tts-4-0: -10000.000000
24.27/24.45	c 11) vallst: -10000.000000
24.27/24.45	c 12) minisat20: -10000.000000
24.27/24.45	c 13) kcnfs04SAT07: -10000.000000
24.27/24.45	c satzilla running zchaff_rand ... 
1199.11/1199.73	c Bin: Executing zchaff_rand
1199.11/1199.73	c spawning binary file with 1175 seconds ...
1199.11/1199.73	c child exit by a signal
1199.11/1199.73	c zchaff_rand returned code 137.
1199.11/1199.73	c satzilla running picosat846 ... 
1199.11/1199.73	c Bin: Executing picosat846
1199.11/1199.73	c picosat846 returned code 1.
1199.11/1199.73	c satzilla running mxc-sr08 ... 
1199.11/1199.74	c Bin: Executing mxc-sr08
1199.11/1199.74	c mxc-sr08 returned code 1.
1199.11/1199.74	c satzilla running minisat20SAT07 ... 
1199.11/1199.74	c Bin: Executing minisat20SAT07
1199.11/1199.74	c minisat20SAT07 returned code 1.
1199.11/1199.74	c satzilla running march_dl2004 ... 
1199.11/1199.74	c Bin: Executing march_dl2004
1199.11/1199.74	c march_dl2004 returned code 1.
1199.11/1199.74	c satzilla running SATenstein ... 
1199.11/1199.74	c Bin: Executing SATenstein
1199.11/1199.74	c SATenstein returned code 1.
1199.11/1199.74	c satzilla running gnovelty+ ... 
1199.11/1199.74	c Bin: Executing gnovelty+
1199.11/1199.74	c gnovelty+ returned code 1.
1199.11/1199.74	c satzilla running adaptg2wsat+ ... 
1199.11/1199.74	c Bin: Executing adaptg2wsat+
1199.11/1199.74	c adaptg2wsat+ returned code 1.
1199.11/1199.74	c satzilla running adaptg2wsat0 ... 
1199.11/1199.74	c Bin: Executing adaptg2wsat0
1199.11/1199.74	c adaptg2wsat0 returned code 1.
1199.11/1199.74	c satzilla running tts-4-0 ... 
1199.11/1199.74	c Bin: Executing tts-4-0
1199.11/1199.74	c tts-4-0 returned code 1.
1199.11/1199.74	c satzilla running vallst ... 
1199.11/1199.74	c Bin: Executing vallst
1199.11/1199.74	c vallst returned code 1.
1199.11/1199.74	c satzilla running minisat20 ... 
1199.11/1199.74	c Bin: Executing minisat20
1199.11/1199.74	c minisat20 returned code 1.
1199.11/1199.74	c satzilla running kcnfs04SAT07 ... 
1199.11/1199.74	c Bin: Executing kcnfs04SAT07
1199.11/1199.74	c kcnfs04SAT07 returned code 1.
1199.11/1199.74	c ERROR: All Failed! 
1199.11/1199.74	c SATZILLA_TIME=1199.340000

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-1561077-1238761139/watcher-1561077-1238761139 -o /tmp/evaluation-result-1561077-1238761139/solver-1561077-1238761139 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1561077-1238761139.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.00 1.00 3/64 1358
/proc/meminfo: memFree=1758784/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=4192 CPUtime=0
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 715 0 0 0 0 0 0 0 19 0 1 0 1148779188 4292608 712 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 1048 719 44 138 0 907 0

[startup+0.101978 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1358
/proc/meminfo: memFree=1758784/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=13652 CPUtime=0.09
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 3135 0 0 0 8 1 0 0 19 0 1 0 1148779188 13979648 3129 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 3413 3130 54 138 0 3272 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15708

[startup+0.201984 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1358
/proc/meminfo: memFree=1758784/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=13236 CPUtime=0.19
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 3864 0 0 0 18 1 0 0 20 0 1 0 1148779188 13553664 2993 1992294400 134512640 135078026 4294956176 18446744073709551615 134561045 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 3309 2993 55 138 0 3168 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15292

[startup+0.301989 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1358
/proc/meminfo: memFree=1758784/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=13236 CPUtime=0.29
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 3865 0 0 0 28 1 0 0 21 0 1 0 1148779188 13553664 2994 1992294400 134512640 135078026 4294956176 18446744073709551615 134569265 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 3309 2994 55 138 0 3168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15292

[startup+0.702014 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1358
/proc/meminfo: memFree=1758784/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=15680 CPUtime=0.69
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 4885 0 0 0 67 2 0 0 25 0 1 0 1148779188 16056320 3680 1992294400 134512640 135078026 4294956176 18446744073709551615 134721299 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 3920 3680 71 138 0 3779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17736

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1360
/proc/meminfo: memFree=1744048/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=15812 CPUtime=1.49
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 4949 0 0 0 147 2 0 0 25 0 1 0 1148779188 16191488 3744 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 3953 3744 71 138 0 3812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17868

[startup+3.10117 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1360
/proc/meminfo: memFree=1743408/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=16340 CPUtime=3.09
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 5076 0 0 0 307 2 0 0 25 0 1 0 1148779188 16732160 3871 1992294400 134512640 135078026 4294956176 18446744073709551615 134538107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1359/statm: 4085 3871 71 138 0 3944 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18396

[startup+6.30236 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1360
/proc/meminfo: memFree=1743344/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=0
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1148779188 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 112 96 399 0 111 0
[pid=1359] ppid=1358 vsize=16868 CPUtime=6.28
/proc/1359/stat : 1359 (mxc-sr08) R 1358 1358 758 0 -1 4194304 5188 0 0 0 626 2 0 0 25 0 1 0 1148779188 17272832 3983 1992294400 134512640 135078026 4294956176 18446744073709551615 134527425 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1359/statm: 4217 3983 71 138 0 4076 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18924

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1361
/proc/meminfo: memFree=1750896/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=2056 CPUtime=9.99
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 152 5398 0 0 0 0 997 2 19 0 1 0 1148779188 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 514 121 104 399 0 111 0
[pid=1361] ppid=1358 vsize=9236 CPUtime=2.59
/proc/1361/stat : 1361 (picosat846) R 1358 1358 758 0 -1 4194304 1930 0 9 0 259 0 0 0 25 0 1 0 1148780189 9457664 1912 1992294400 134512640 134570484 4294956176 18446744073709551615 134526550 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1361/statm: 2309 1912 85 14 0 1975 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 11292

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1724536/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=48836 CPUtime=1.03
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 4156 0 0 0 100 3 0 0 25 0 1 0 1148781633 50008064 2903 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 12209 2903 112 208 0 11981 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 69776

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1721528/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=50640 CPUtime=26.63
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 4863 0 0 0 2599 64 0 0 25 0 1 0 1148781633 51855360 3610 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 12660 3610 112 208 0 12432 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 71580

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1719736/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=55468 CPUtime=77.82
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 5326 0 0 0 7613 169 0 0 25 0 1 0 1148781633 56799232 4073 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 13867 4073 112 208 0 13639 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 76408

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1717688/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=56432 CPUtime=137.78
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 5846 0 0 0 13497 281 0 0 25 0 1 0 1148781633 57786368 4593 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 14108 4593 112 208 0 13880 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 77372

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1716344/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=57000 CPUtime=197.76
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 6153 0 0 0 19390 386 0 0 25 0 1 0 1148781633 58368000 4900 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 14250 4900 112 208 0 14022 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 77940

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1714552/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=57680 CPUtime=257.75
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 6592 0 0 0 25292 483 0 0 25 0 1 0 1148781633 59064320 5339 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 14420 5339 112 208 0 14192 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 78620

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1713400/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=63304 CPUtime=317.7
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 8153 0 0 0 31197 573 0 0 25 0 1 0 1148781633 64823296 5619 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 15826 5619 112 208 0 15598 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1696888/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=77776 CPUtime=797.55
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 12215 0 0 0 78574 1181 0 0 25 0 1 0 1148781633 79642624 9681 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 19444 9681 112 208 0 19216 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 98716

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1694968/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=78472 CPUtime=857.52
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 12706 0 0 0 84501 1251 0 0 25 0 1 0 1148781633 80355328 10172 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 19618 10172 112 208 0 19390 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 99412

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1693112/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=79272 CPUtime=917.49
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 13162 0 0 0 90434 1315 0 0 25 0 1 0 1148781633 81174528 10628 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 19818 10628 112 208 0 19590 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 100212

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1364
/proc/meminfo: memFree=1691704/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=96320 CPUtime=977.48
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 13501 0 0 0 96369 1379 0 0 25 0 1 0 1148781633 98631680 10967 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24080 10967 112 208 0 23852 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 117260

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1690232/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=96980 CPUtime=1037.46
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 13879 0 0 0 102305 1441 0 0 25 0 1 0 1148781633 99307520 11345 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24245 11345 112 208 0 24017 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 117920

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1687992/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=97700 CPUtime=1097.43
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14418 0 0 0 108234 1509 0 0 25 0 1 0 1148781633 100044800 11884 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24425 11884 112 208 0 24197 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 118640

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686648/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98224 CPUtime=1157.4
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14756 0 0 0 114165 1575 0 0 25 0 1 0 1148781633 100581376 12222 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24556 12222 112 208 0 24328 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 119164

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

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686584/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98224 CPUtime=1165.49
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14768 0 0 0 114967 1582 0 0 25 0 1 0 1148781633 100581376 12234 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24556 12234 112 208 0 24328 0
Current children cumulated CPU time (s) 1189.81
Current children cumulated vsize (KiB) 119164

[startup+1193.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686520/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98224 CPUtime=1168.69
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14771 0 0 0 115285 1584 0 0 25 0 1 0 1148781633 100581376 12237 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24556 12237 112 208 0 24328 0
Current children cumulated CPU time (s) 1193.01
Current children cumulated vsize (KiB) 119164

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686520/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98224 CPUtime=1171.89
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14773 0 0 0 115602 1587 0 0 25 0 1 0 1148781633 100581376 12239 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24556 12239 112 208 0 24328 0
Current children cumulated CPU time (s) 1196.21
Current children cumulated vsize (KiB) 119164

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686456/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98352 CPUtime=1173.49
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14800 0 0 0 115760 1589 0 0 25 0 1 0 1148781633 100712448 12266 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24588 12266 112 208 0 24360 0
Current children cumulated CPU time (s) 1197.81
Current children cumulated vsize (KiB) 119292

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686456/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98352 CPUtime=1174.28
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14800 0 0 0 115838 1590 0 0 25 0 1 0 1148781633 100712448 12266 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24588 12266 112 208 0 24360 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 119292

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686456/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98352 CPUtime=1174.69
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14801 0 0 0 115878 1591 0 0 25 0 1 0 1148781633 100712448 12267 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24588 12267 112 208 0 24360 0
Current children cumulated CPU time (s) 1199.01
Current children cumulated vsize (KiB) 119292

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1365
/proc/meminfo: memFree=1686456/2055920 swapFree=4177944/4192956
[pid=1358] ppid=1356 vsize=20940 CPUtime=24.32
/proc/1358/stat : 1358 (SATzilla2009_I) S 1356 1358 758 0 -1 4194304 7206 15609 0 9 586 10 1822 14 25 0 1 0 1148779188 21442560 5000 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 5235 5000 217 399 0 4832 0
[pid=1364] ppid=1358 vsize=98352 CPUtime=1174.79
/proc/1364/stat : 1364 (zchaff_rand) R 1358 1358 758 0 -1 4194304 14801 0 0 0 115888 1591 0 0 25 0 1 0 1148781633 100712448 12267 1992294400 134512640 135365884 4294956160 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1364/statm: 24588 12267 112 208 0 24360 0
Current children cumulated CPU time (s) 1199.11
Current children cumulated vsize (KiB) 119292

Child status: 17
Real time (s): 1199.75
CPU time (s): 1199.18
CPU user time (s): 1183
CPU system time (s): 16.1815
CPU usage (%): 99.9524
Max. virtual memory (cumulated for all children) (KiB): 119292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1183
system time used= 16.1815
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37638
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 2883

runsolver used 1.17182 second user time and 3.19851 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-03 14:18:59
IDJOB=1561077
IDBENCH=70908
IDSOLVER=528
FILE ID=node29/1561077-1238761139
PBS_JOBID= 9085469
Free space on /tmp= 66544 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561077-1238761139/watcher-1561077-1238761139 -o /tmp/evaluation-result-1561077-1238761139/solver-1561077-1238761139 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1561077-1238761139.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=605239050

node29.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.234
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.234
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:       1759328 kB
Buffers:         41516 kB
Cached:         173908 kB
SwapCached:       8908 kB
Active:          96524 kB
Inactive:       129428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759328 kB
SwapTotal:     4192956 kB
SwapFree:      4177944 kB
Dirty:           34908 kB
Writeback:           0 kB
Mapped:          16312 kB
Slab:            56636 kB
Committed_AS:  3311380 kB
PageTables:       1484 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= 66516 MiB
End job on node29 at 2009-04-03 14:38:59