Trace number 3498797

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
EBGlucose 1.0? (TO) 5000.04 5000.01

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications 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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.60	c ==============================================================================
0.00/0.60	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.60	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.60	c ==============================================================================
0.00/0.60	c |         0 |  769466  1978428 |  230839       0        0     nan |  0.000 % |
4.39/4.41	c |         0 |  318163  1148121 |      --       0       --      -- |     --   | -447843/-821817
4.39/4.41	c ==============================================================================
4.39/4.41	c Result  :   #vars: 54723   #clauses: 318163   #literals: 1148121
4.39/4.41	c CPU time:   4.29535 s
4.39/4.41	c ==============================================================================
4.59/4.65	c
4.59/4.65	c Starting glucose
4.59/4.65	c
4.59/4.68	
4.59/4.68	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.59/4.68	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.59/4.68	
4.59/4.68	c ============================[ Problem Statistics ]=============================
4.59/4.68	c |                                                                             |
4.59/4.68	c |  Number of variables:  54723                                                |
4.59/4.68	c |  Number of clauses:    318163                                               |
4.65/4.85	c |  Parsing time:         0.16         s                                       |

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498797-1307971274/watcher-3498797-1307971274 -o /tmp/evaluation-result-3498797-1307971274/solver-3498797-1307971274 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498797-1307971274.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 10177
/proc/meminfo: memFree=28774212/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0

[startup+0.0824619 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 10177
/proc/meminfo: memFree=28774212/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100445 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 10177
/proc/meminfo: memFree=28774212/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300424 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 10177
/proc/meminfo: memFree=28774212/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700358 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 10177
/proc/meminfo: memFree=28774212/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50022 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 10180
/proc/meminfo: memFree=28662424/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0
[pid=10179] ppid=10177 vsize=117452 CPUtime=1.49 cores=1,3,5,7
/proc/10179/stat : 10179 (SatELite_releas) R 10177 10177 8795 0 -1 4202496 30480 0 0 0 140 9 0 0 25 0 1 0 908727088 120270848 28091 33554432000 134512640 135144230 4289999904 18446744073709551615 134588440 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10179/statm: 29363 28091 78 155 0 29206 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126156

[startup+3.10095 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 10180
/proc/meminfo: memFree=28644016/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908727087 8912896 253 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10177/statm: 2176 253 211 178 0 69 0
[pid=10179] ppid=10177 vsize=119232 CPUtime=3.09 cores=1,3,5,7
/proc/10179/stat : 10179 (SatELite_releas) R 10177 10177 8795 0 -1 4202496 31509 0 0 0 299 10 0 0 25 0 1 0 908727088 122093568 28514 33554432000 134512640 135144230 4289999904 18446744073709551615 134588179 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10179/statm: 29808 28514 78 155 0 29651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127936

[startup+6.30041 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 10181
/proc/meminfo: memFree=28718616/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=32472 CPUtime=1.6 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 7374 0 0 0 160 0 0 0 23 0 1 0 908727553 33251328 7287 33554432000 134512640 134556542 4289909280 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 8118 7287 213 11 0 7452 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 41176

[startup+12.7003 s]
/proc/loadavg: 2.31 2.07 2.02 3/175 10181
/proc/meminfo: memFree=28713928/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=35564 CPUtime=8 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 8152 0 0 0 800 0 0 0 25 0 1 0 908727553 36417536 8065 33554432000 134512640 134556542 4289909280 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 8891 8065 213 11 0 8225 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 44268

[startup+25.5012 s]
/proc/loadavg: 2.34 2.08 2.03 3/175 10181
/proc/meminfo: memFree=28711384/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=39160 CPUtime=20.81 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 9060 0 0 0 2080 1 0 0 25 0 1 0 908727553 40099840 8973 33554432000 134512640 134556542 4289909280 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 9790 8973 213 11 0 9124 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 47864

[startup+51.1009 s]
/proc/loadavg: 2.22 2.07 2.02 3/175 10181
/proc/meminfo: memFree=28707144/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=42804 CPUtime=46.41 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 9970 0 0 0 4640 1 0 0 25 0 1 0 908727553 43831296 9883 33554432000 134512640 134556542 4289909280 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 10701 9883 213 11 0 10035 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 51508

[startup+102.306 s]
/proc/loadavg: 2.09 2.06 2.02 3/175 10183
/proc/meminfo: memFree=28699300/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=49968 CPUtime=97.61 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 11699 0 0 0 9760 1 0 0 25 0 1 0 908727553 51167232 11612 33554432000 134512640 134556542 4289909280 18446744073709551615 134531640 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 12492 11612 213 11 0 11826 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58672

[startup+162.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/175 10185
/proc/meminfo: memFree=28691852/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=54456 CPUtime=157.61 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 12844 0 0 0 15760 1 0 0 25 0 1 0 908727553 55762944 12757 33554432000 134512640 134556542 4289909280 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 13614 12757 213 11 0 12948 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 63160

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.01 3/175 10187
/proc/meminfo: memFree=28683396/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=59608 CPUtime=217.6 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 14113 0 0 0 21759 1 0 0 25 0 1 0 908727553 61038592 14026 33554432000 134512640 134556542 4289909280 18446744073709551615 134536924 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 14902 14026 213 11 0 14236 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 68312

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 10187
/proc/meminfo: memFree=28677796/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=64360 CPUtime=277.61 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 15320 0 0 0 27759 2 0 0 25 0 1 0 908727553 65904640 15233 33554432000 134512640 134556542 4289909280 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 16090 15233 213 11 0 15424 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 73064

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 10189
/proc/meminfo: memFree=28674680/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=66472 CPUtime=337.61 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 15857 0 0 0 33759 2 0 0 25 0 1 0 908727553 68067328 15770 33554432000 134512640 134556542 4289909280 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 16618 15770 213 11 0 15952 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 75176

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 10191
/proc/meminfo: memFree=28666720/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7

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

/proc/10181/statm: 45841 44959 213 11 0 45175 0
Current children cumulated CPU time (s) 4302.32
Current children cumulated vsize (KiB) 192068

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10309
/proc/meminfo: memFree=28502704/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=192212 CPUtime=4357.67 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47257 0 0 0 435755 12 0 0 25 0 1 0 908727553 196825088 47167 33554432000 134512640 134556542 4289909280 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48053 47167 213 11 0 47387 0
Current children cumulated CPU time (s) 4362.32
Current children cumulated vsize (KiB) 200916

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10311
/proc/meminfo: memFree=28501072/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=192212 CPUtime=4417.67 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47257 0 0 0 441755 12 0 0 25 0 1 0 908727553 196825088 47167 33554432000 134512640 134556542 4289909280 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48053 47167 213 11 0 47387 0
Current children cumulated CPU time (s) 4422.32
Current children cumulated vsize (KiB) 200916

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10311
/proc/meminfo: memFree=28500300/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=192212 CPUtime=4477.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47263 0 0 0 447756 12 0 0 25 0 1 0 908727553 196825088 47173 33554432000 134512640 134556542 4289909280 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48053 47173 213 11 0 47387 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 200916

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10313
/proc/meminfo: memFree=28499532/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=192208 CPUtime=4537.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47269 0 0 0 453756 12 0 0 25 0 1 0 908727553 196820992 47179 33554432000 134512640 134556542 4289909280 18446744073709551615 134537806 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48052 47179 213 11 0 47386 0
Current children cumulated CPU time (s) 4542.33
Current children cumulated vsize (KiB) 200912

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10315
/proc/meminfo: memFree=28499504/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=192208 CPUtime=4597.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47269 0 0 0 459756 12 0 0 25 0 1 0 908727553 196820992 47179 33554432000 134512640 134556542 4289909280 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48052 47179 213 11 0 47386 0
Current children cumulated CPU time (s) 4602.33
Current children cumulated vsize (KiB) 200912

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10317
/proc/meminfo: memFree=28497744/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=193396 CPUtime=4657.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47587 0 0 0 465756 12 0 0 25 0 1 0 908727553 198037504 47497 33554432000 134512640 134556542 4289909280 18446744073709551615 134529965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48349 47497 213 11 0 47683 0
Current children cumulated CPU time (s) 4662.33
Current children cumulated vsize (KiB) 202100

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 10319
/proc/meminfo: memFree=28496484/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=194460 CPUtime=4717.69 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47852 0 0 0 471757 12 0 0 25 0 1 0 908727553 199127040 47762 33554432000 134512640 134556542 4289909280 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48615 47762 213 11 0 47949 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 203164

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 10319
/proc/meminfo: memFree=28495832/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=194724 CPUtime=4777.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47936 0 0 0 477756 12 0 0 25 0 1 0 908727553 199397376 47846 33554432000 134512640 134556542 4289909280 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48681 47846 213 11 0 48015 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 203428

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10321
/proc/meminfo: memFree=28496180/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=194724 CPUtime=4837.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47943 0 0 0 483756 12 0 0 25 0 1 0 908727553 199397376 47853 33554432000 134512640 134556542 4289909280 18446744073709551615 134532677 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 48681 47853 213 11 0 48015 0
Current children cumulated CPU time (s) 4842.33
Current children cumulated vsize (KiB) 203428

[startup+4902.3 s]
/proc/loadavg: 1.72 1.93 1.98 2/168 10348
/proc/meminfo: memFree=28578968/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=196092 CPUtime=4897.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47948 0 0 0 489756 12 0 0 25 0 1 0 908727553 200798208 47858 33554432000 134512640 134556542 4289909280 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 49023 47858 213 11 0 48357 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 204796

[startup+4962.3 s]
/proc/loadavg: 1.26 1.76 1.91 2/168 10350
/proc/meminfo: memFree=28579080/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=196092 CPUtime=4957.68 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47948 0 0 0 495756 12 0 0 25 0 1 0 908727553 200798208 47858 33554432000 134512640 134556542 4289909280 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 49023 47858 213 11 0 48357 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 204796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.14 1.68 1.88 2/168 10350
/proc/meminfo: memFree=28579068/32951132 swapFree=67061148/67111528
[pid=10177] ppid=10175 vsize=8704 CPUtime=4.65 cores=1,3,5,7
/proc/10177/stat : 10177 (ebglucose.sh) S 10175 10177 8795 0 -1 4202496 379 37917 0 0 0 0 452 13 18 0 1 0 908727087 8912896 256 33554432000 4194304 4922060 140737351456128 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10177/statm: 2176 256 211 178 0 69 0
[pid=10181] ppid=10177 vsize=196088 CPUtime=4995.39 cores=1,3,5,7
/proc/10181/stat : 10181 (ebglucose_stati) R 10177 10177 8795 0 -1 4202496 47954 0 0 0 499527 12 0 0 25 0 1 0 908727553 200794112 47864 33554432000 134512640 134556542 4289909280 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10181/statm: 49022 47864 213 11 0 48356 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 204792

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10177 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=520312
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=134979
# CPU time returned by wait4() is 4.65529
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.04
CPU user time (s): 4999.79
CPU system time (s): 0.25
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 204796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.52031
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38296
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= 10
involuntary context switches= 23

runsolver used 6.28204 second user time and 16.5475 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 15:21:15
IDJOB=3498797
IDBENCH=84248
IDSOLVER=1992
FILE ID=node129/3498797-1307971274
RUNJOBID= node129-1307961152-9630
PBS_JOBID= 13559699
Free space on /tmp= 74040 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498797-1307971274/watcher-3498797-1307971274 -o /tmp/evaluation-result-3498797-1307971274/solver-3498797-1307971274 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498797-1307971274.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=918239073

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28774508 kB
Buffers:        453420 kB
Cached:        3398680 kB
SwapCached:      13132 kB
Active:        1208480 kB
Inactive:      2681852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28774508 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           15984 kB
Writeback:          40 kB
AnonPages:       34980 kB
Mapped:          10076 kB
Slab:           221648 kB
PageTables:       4328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   194788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74012 MiB
End job on node129 at 2011-06-13 16:44:37