Trace number 3365728

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
SAT09 reference solver:glucose 1.0? (TO) 5000.02 4999.92

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2556.24
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

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...
1.29/1.34	c ==============================================================================
1.29/1.34	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.34	c ==============================================================================
1.29/1.34	c |         0 | 3028353  7134510 |  908505       0        0     nan |  0.000 % |
3.39/3.40	c |         0 | 2570144  6111727 |      --       0       --      -- |     --   | -156456/-307529
3.39/3.41	c ==============================================================================
3.39/3.41	c Result  :   #vars: 365932   #clauses: 2570144   #literals: 6111727
3.39/3.41	c CPU time:   3.08053 s
3.39/3.41	c ==============================================================================
4.59/4.62	c
4.59/4.62	c Starting glucose
4.59/4.62	c
4.59/4.62	
4.59/4.62	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.59/4.62	
4.59/4.62	c ============================[ Problem Statistics ]=============================
4.59/4.62	c |                                                                             |
4.59/4.62	c |  Number of variables:  365932                                               |
4.59/4.62	c |  Number of clauses:    2570144                                              |
5.38/5.44	c |  Parsing time:         0.76         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.0 (svn: 961)

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-3365728-1305317761/watcher-3365728-1305317761 -o /tmp/evaluation-result-3365728-1305317761/solver-3365728-1305317761 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365728-1305317761.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.13 2.03 1.85 2/365 10093
/proc/meminfo: memFree=13154392/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0

[startup+0.0615459 s]
/proc/loadavg: 2.13 2.03 1.85 2/365 10093
/proc/meminfo: memFree=13154392/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100541 s]
/proc/loadavg: 2.13 2.03 1.85 2/365 10093
/proc/meminfo: memFree=13154392/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300505 s]
/proc/loadavg: 2.13 2.03 1.85 2/365 10093
/proc/meminfo: memFree=13154392/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700433 s]
/proc/loadavg: 2.13 2.03 1.85 2/365 10093
/proc/meminfo: memFree=13154392/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 2.13 2.03 1.85 3/367 10095
/proc/meminfo: memFree=12947828/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0
[pid=10094] ppid=10093 vsize=342888 CPUtime=1.49 cores=1,3,5,7
/proc/10094/stat : 10094 (SatELite_releas) R 10093 10093 9851 0 -1 4202496 74538 0 0 0 130 19 0 0 25 0 1 0 722007030 351117312 74493 33554432000 134512640 135225430 4291177424 18446744073709551615 134549566 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10094/statm: 85722 74493 73 175 0 85545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 351592

[startup+3.10099 s]
/proc/loadavg: 2.13 2.03 1.85 3/367 10095
/proc/meminfo: memFree=12812472/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 722007029 8912896 253 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10093/statm: 2176 253 211 178 0 69 0
[pid=10094] ppid=10093 vsize=424408 CPUtime=3.09 cores=1,3,5,7
/proc/10094/stat : 10094 (SatELite_releas) R 10093 10093 9851 0 -1 4202496 114176 0 0 0 282 27 0 0 25 0 1 0 722007030 434593792 91725 33554432000 134512640 135225430 4291177424 18446744073709551615 134604890 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10094/statm: 106102 91732 78 175 0 105925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 433112

[startup+6.3004 s]
/proc/loadavg: 2.20 2.05 1.85 4/367 10096
/proc/meminfo: memFree=12937588/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=173400 CPUtime=1.66 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 39881 0 0 0 161 5 0 0 25 0 1 0 722007492 177561600 39593 33554432000 134512640 135217611 4292098416 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 7 0 0 0
/proc/10096/statm: 43350 39593 74 173 0 43175 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 182104

[startup+12.7002 s]
/proc/loadavg: 2.27 2.06 1.86 3/367 10097
/proc/meminfo: memFree=12919492/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=187116 CPUtime=8.04 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 43348 0 0 0 799 5 0 0 25 0 1 0 722007492 191606784 43060 33554432000 134512640 135217611 4292098416 18446744073709551615 134527896 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 46779 43060 77 173 0 46604 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 195820

[startup+25.5009 s]
/proc/loadavg: 2.21 2.06 1.86 3/367 10097
/proc/meminfo: memFree=12888644/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=218244 CPUtime=20.85 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 51117 0 0 0 2079 6 0 0 25 0 1 0 722007492 223481856 50829 33554432000 134512640 135217611 4292098416 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 54561 50829 77 173 0 54386 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 226948

[startup+51.1002 s]
/proc/loadavg: 2.14 2.05 1.86 3/367 10098
/proc/meminfo: memFree=12815072/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=292432 CPUtime=46.44 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 69663 0 0 0 4636 8 0 0 25 0 1 0 722007492 299450368 69375 33554432000 134512640 135217611 4292098416 18446744073709551615 134527884 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 73108 69375 77 173 0 72933 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 301136

[startup+102.314 s]
/proc/loadavg: 2.06 2.04 1.87 3/367 10099
/proc/meminfo: memFree=12690640/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=415664 CPUtime=97.66 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 100432 0 0 0 9753 13 0 0 25 0 1 0 722007492 425639936 100108 33554432000 134512640 135217611 4292098416 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 103916 100108 77 173 0 103741 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 424368

[startup+162.301 s]
/proc/loadavg: 2.09 2.06 1.88 3/367 10101
/proc/meminfo: memFree=12660960/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=443836 CPUtime=157.65 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 107503 0 0 0 15751 14 0 0 25 0 1 0 722007492 454488064 107146 33554432000 134512640 135217611 4292098416 18446744073709551615 134537361 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 110959 107146 77 173 0 110784 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 452540

[startup+222.301 s]
/proc/loadavg: 2.07 2.06 1.90 3/367 10102
/proc/meminfo: memFree=12661284/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=443836 CPUtime=217.65 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 107511 0 0 0 21751 14 0 0 25 0 1 0 722007492 454488064 107154 33554432000 134512640 135217611 4292098416 18446744073709551615 134527838 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 110959 107154 77 173 0 110784 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 452540

[startup+282.301 s]
/proc/loadavg: 2.02 2.05 1.90 3/367 10104
/proc/meminfo: memFree=12660484/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=443988 CPUtime=277.65 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 107548 0 0 0 27751 14 0 0 25 0 1 0 722007492 454643712 107191 33554432000 134512640 135217611 4292098416 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 110997 107191 77 173 0 110822 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 452692

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 1.91 3/367 10105
/proc/meminfo: memFree=12660056/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=443988 CPUtime=337.66 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 107548 0 0 0 33752 14 0 0 25 0 1 0 722007492 454643712 107191 33554432000 134512640 135217611 4292098416 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 110997 107191 77 173 0 110822 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 452692

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 1.91 3/367 10107
/proc/meminfo: memFree=12659904/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7

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

/proc/10096/statm: 186739 182891 77 173 0 186564 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 755660

[startup+4422.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/367 10286
/proc/meminfo: memFree=12349980/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4417.79 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184057 0 0 0 441751 28 0 0 25 0 1 0 722007492 764882944 182891 33554432000 134512640 135217611 4292098416 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182891 77 173 0 186564 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 755660

[startup+4482.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/367 10288
/proc/meminfo: memFree=12350188/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4477.79 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184057 0 0 0 447751 28 0 0 25 0 1 0 722007492 764882944 182891 33554432000 134512640 135217611 4292098416 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182891 77 173 0 186564 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 755660

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/367 10289
/proc/meminfo: memFree=12347664/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4537.79 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184057 0 0 0 453751 28 0 0 25 0 1 0 722007492 764882944 182891 33554432000 134512640 135217611 4292098416 18446744073709551615 134527938 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182891 77 173 0 186564 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 755660

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10291
/proc/meminfo: memFree=12345752/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4597.8 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184059 0 0 0 459752 28 0 0 25 0 1 0 722007492 764882944 182893 33554432000 134512640 135217611 4292098416 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182893 77 173 0 186564 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 755660

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10293
/proc/meminfo: memFree=12344848/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4657.79 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184059 0 0 0 465751 28 0 0 25 0 1 0 722007492 764882944 182893 33554432000 134512640 135217611 4292098416 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182893 77 173 0 186564 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 755660

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/367 10294
/proc/meminfo: memFree=12344176/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4717.81 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184059 0 0 0 471753 28 0 0 25 0 1 0 722007492 764882944 182893 33554432000 134512640 135217611 4292098416 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182893 77 173 0 186564 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 755660

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/367 10296
/proc/meminfo: memFree=12343388/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4777.8 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184059 0 0 0 477752 28 0 0 25 0 1 0 722007492 764882944 182893 33554432000 134512640 135217611 4292098416 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182893 77 173 0 186564 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 755660

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10297
/proc/meminfo: memFree=12341468/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4837.8 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184061 0 0 0 483752 28 0 0 25 0 1 0 722007492 764882944 182895 33554432000 134512640 135217611 4292098416 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182895 77 173 0 186564 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 755660

[startup+4902.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/367 10299
/proc/meminfo: memFree=12340416/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4897.8 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184061 0 0 0 489752 28 0 0 25 0 1 0 722007492 764882944 182895 33554432000 134512640 135217611 4292098416 18446744073709551615 134527861 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182895 77 173 0 186564 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 755660

[startup+4962.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/367 10301
/proc/meminfo: memFree=12338756/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4957.8 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184061 0 0 0 495752 28 0 0 25 0 1 0 722007492 764882944 182895 33554432000 134512640 135217611 4292098416 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182895 77 173 0 186564 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 755660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.05 2.02 3/367 10305
/proc/meminfo: memFree=12337332/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4995.41 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184061 0 0 0 499513 28 0 0 25 0 1 0 722007492 764882944 182895 33554432000 134512640 135217611 4292098416 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182895 77 173 0 186564 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 755660

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

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.05 2.02 3/367 10305
/proc/meminfo: memFree=12337332/32950928 swapFree=65762508/67111528
[pid=10093] ppid=10091 vsize=8704 CPUtime=4.61 cores=1,3,5,7
/proc/10093/stat : 10093 (glucose.sh) S 10091 10093 9851 0 -1 4202496 359 153239 0 0 0 0 419 42 18 0 1 0 722007029 8912896 255 33554432000 4194304 4922060 140733537076256 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10093/statm: 2176 255 211 178 0 69 0
[pid=10096] ppid=10093 vsize=746956 CPUtime=4995.41 cores=1,3,5,7
/proc/10096/stat : 10096 (glucose_static) R 10093 10093 9851 0 -1 4202496 184061 0 0 0 499513 28 0 0 25 0 1 0 722007492 764882944 182895 33554432000 134512640 135217611 4292098416 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10096/statm: 186739 182895 77 173 0 186564 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 755660

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.92
CPU time (s): 5000.02
CPU user time (s): 4999.32
CPU system time (s): 0.7
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 755660

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

runsolver used 17.2044 second user time and 41.1327 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 22:16:04
IDJOB=3365728
IDBENCH=82387
IDSOLVER=1842
FILE ID=node116/3365728-1305317761
RUNJOBID= node116-1305315246-9870
PBS_JOBID= 13324316
Free space on /tmp= 45372 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365728-1305317761/watcher-3365728-1305317761 -o /tmp/evaluation-result-3365728-1305317761/solver-3365728-1305317761 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365728-1305317761.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=806651846

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.826
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.75
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.826
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.77
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.826
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.75
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13154664 kB
Buffers:        253780 kB
Cached:        9770508 kB
SwapCached:      12420 kB
Active:       11209080 kB
Inactive:      8193344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13154664 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:           80260 kB
Writeback:           0 kB
AnonPages:     9376376 kB
Mapped:          16368 kB
Slab:           283712 kB
PageTables:      44296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82821844 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 45308 MiB
End job on node116 at 2011-05-13 23:39:25