Trace number 3284619

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) 1300.06 1300.01

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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.43	c ==============================================================================
0.00/0.43	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.43	c ==============================================================================
0.00/0.43	c |         0 | 1035559  2720796 |  310667       0        0     nan |  0.000 % |
3.49/3.52	c |         0 |  779069  2479069 |      --       0       --      -- |     --   | -255664/-239349
3.49/3.52	c ==============================================================================
3.49/3.52	c Result  :   #vars: 159113   #clauses: 779069   #literals: 2479069
3.49/3.52	c CPU time:   3.40148 s
3.49/3.52	c ==============================================================================
3.89/3.99	c
3.89/3.99	c Starting glucose
3.89/3.99	c
3.89/3.99	
3.89/3.99	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.89/3.99	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.89/3.99	
3.89/3.99	c ============================[ Problem Statistics ]=============================
3.89/3.99	c |                                                                             |
3.89/3.99	c |  Number of variables:  159113                                               |
3.89/3.99	c |  Number of clauses:    779069                                               |
4.28/4.30	c |  Parsing time:         0.29         s                                       |
1300.03/1300.01	HOME/ebglucose.sh: line 57: 16262 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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: 935)

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-3284619-1303759928/watcher-3284619-1303759928 -o /tmp/evaluation-result-3284619-1303759928/solver-3284619-1303759928 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3284619-1303759928.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.22 4.05 3.97 5/192 16257
/proc/meminfo: memFree=13741552/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0

[startup+0.0331899 s]
/proc/loadavg: 4.22 4.05 3.97 5/192 16257
/proc/meminfo: memFree=13741552/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.1012 s]
/proc/loadavg: 4.22 4.05 3.97 5/192 16257
/proc/meminfo: memFree=13741552/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30115 s]
/proc/loadavg: 4.22 4.05 3.97 5/192 16257
/proc/meminfo: memFree=13741552/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701084 s]
/proc/loadavg: 4.22 4.05 3.97 5/192 16257
/proc/meminfo: memFree=13741552/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50094 s]
/proc/loadavg: 4.22 4.05 3.97 5/194 16261
/proc/meminfo: memFree=13667640/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0
[pid=16259] ppid=16257 vsize=192236 CPUtime=1.49 cores=4,6
/proc/16259/stat : 16259 (SatELite_releas) R 16257 16257 15473 0 -1 4202496 43320 0 0 0 139 10 0 0 25 0 1 0 468408496 196849664 40735 33554432000 134512640 135144230 4292823392 18446744073709551615 134585530 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/16259/statm: 48059 40735 78 155 0 47902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200940

[startup+3.10062 s]
/proc/loadavg: 4.22 4.05 3.97 5/194 16261
/proc/meminfo: memFree=13649456/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=0 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468408496 8912896 252 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 252 211 178 0 69 0
[pid=16259] ppid=16257 vsize=191032 CPUtime=3.08 cores=4,6
/proc/16259/stat : 16259 (SatELite_releas) R 16257 16257 15473 0 -1 4202496 45341 0 0 0 298 10 0 0 25 0 1 0 468408496 195616768 40646 33554432000 134512640 135144230 4292823392 18446744073709551615 134585627 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/16259/statm: 47758 40646 78 155 0 47601 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 199736

[startup+6.30095 s]
/proc/loadavg: 4.28 4.06 3.98 5/194 16263
/proc/meminfo: memFree=13721260/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=73828 CPUtime=2.29 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 16533 0 0 0 226 3 0 0 25 0 1 0 468408895 75599872 16460 33554432000 134512640 134556542 4289912336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 18457 16460 207 11 0 17791 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 82532

[startup+12.7007 s]
/proc/loadavg: 4.26 4.06 3.98 5/194 16294
/proc/meminfo: memFree=13550808/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=74948 CPUtime=8.7 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 16810 0 0 0 866 4 0 0 25 0 1 0 468408895 76746752 16737 33554432000 134512640 134556542 4289912336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 18737 16737 211 11 0 18071 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83652

[startup+25.5012 s]
/proc/loadavg: 4.20 4.06 3.98 5/194 16326
/proc/meminfo: memFree=13769124/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=76356 CPUtime=21.5 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 17188 0 0 0 2145 5 0 0 25 0 1 0 468408895 78188544 17115 33554432000 134512640 134556542 4289912336 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 19089 17115 213 11 0 18423 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85060

[startup+51.1011 s]
/proc/loadavg: 4.13 4.05 3.98 5/194 16358
/proc/meminfo: memFree=13659824/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=78640 CPUtime=47.1 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 17760 0 0 0 4705 5 0 0 25 0 1 0 468408895 80527360 17687 33554432000 134512640 134556542 4289912336 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 19660 17687 213 11 0 18994 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87344

[startup+102.307 s]
/proc/loadavg: 4.06 4.04 3.98 5/194 16392
/proc/meminfo: memFree=13578076/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=80440 CPUtime=98.31 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 18218 0 0 0 9825 6 0 0 25 0 1 0 468408895 82370560 18145 33554432000 134512640 134556542 4289912336 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 20110 18145 213 11 0 19444 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 89144

[startup+162.301 s]
/proc/loadavg: 4.02 4.03 3.98 5/194 16394
/proc/meminfo: memFree=13537148/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=81928 CPUtime=158.31 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 18593 0 0 0 15825 6 0 0 25 0 1 0 468408895 83894272 18520 33554432000 134512640 134556542 4289912336 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 20482 18520 213 11 0 19816 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90632

[startup+222.301 s]
/proc/loadavg: 4.04 4.04 3.98 5/194 16395
/proc/meminfo: memFree=13527964/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=83004 CPUtime=218.31 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 18843 0 0 0 21825 6 0 0 25 0 1 0 468408895 84996096 18770 33554432000 134512640 134556542 4289912336 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 20751 18770 213 11 0 20085 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91708

[startup+282.301 s]
/proc/loadavg: 4.01 4.03 3.98 5/194 16397
/proc/meminfo: memFree=13522116/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=84464 CPUtime=278.31 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 19190 0 0 0 27825 6 0 0 25 0 1 0 468408895 86491136 19117 33554432000 134512640 134556542 4289912336 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 21116 19117 213 11 0 20450 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 93168

[startup+342.3 s]
/proc/loadavg: 4.01 4.02 3.98 5/194 16429
/proc/meminfo: memFree=13394928/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=85128 CPUtime=338.31 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 19366 0 0 0 33825 6 0 0 25 0 1 0 468408895 87171072 19293 33554432000 134512640 134556542 4289912336 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 21282 19293 213 11 0 20616 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93832

[startup+402.3 s]
/proc/loadavg: 4.04 4.03 3.99 5/194 16431
/proc/meminfo: memFree=12954072/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6

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

[pid=16262] ppid=16257 vsize=88396 CPUtime=518.32 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20176 0 0 0 51825 7 0 0 25 0 1 0 468408895 90517504 20103 33554432000 134512640 134556542 4289912336 18446744073709551615 134536762 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22099 20103 213 11 0 21433 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 97100

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.99 5/194 16467
/proc/meminfo: memFree=13321696/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=88396 CPUtime=578.32 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20178 0 0 0 57825 7 0 0 25 0 1 0 468408895 90517504 20105 33554432000 134512640 134556542 4289912336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22099 20105 213 11 0 21433 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 97100

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 16468
/proc/meminfo: memFree=13315676/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=89932 CPUtime=638.33 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20456 0 0 0 63826 7 0 0 25 0 1 0 468408895 92090368 20383 33554432000 134512640 134556542 4289912336 18446744073709551615 134536807 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22483 20383 213 11 0 21817 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 98636

[startup+702.301 s]
/proc/loadavg: 4.06 4.02 3.99 5/194 16470
/proc/meminfo: memFree=13285664/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=90460 CPUtime=698.33 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20599 0 0 0 69826 7 0 0 25 0 1 0 468408895 92631040 20526 33554432000 134512640 134556542 4289912336 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22615 20526 213 11 0 21949 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 99164

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.99 5/194 16472
/proc/meminfo: memFree=13279836/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=90996 CPUtime=758.34 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20728 0 0 0 75827 7 0 0 25 0 1 0 468408895 93179904 20655 33554432000 134512640 134556542 4289912336 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22749 20655 213 11 0 22083 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 99700

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 16473
/proc/meminfo: memFree=13262968/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=91440 CPUtime=818.33 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20832 0 0 0 81826 7 0 0 25 0 1 0 468408895 93634560 20759 33554432000 134512640 134556542 4289912336 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22860 20759 213 11 0 22194 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 100144

[startup+882.301 s]
/proc/loadavg: 4.16 4.04 4.01 5/194 16475
/proc/meminfo: memFree=13262340/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=91592 CPUtime=878.33 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20894 0 0 0 87826 7 0 0 25 0 1 0 468408895 93790208 20821 33554432000 134512640 134556542 4289912336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 22898 20821 213 11 0 22232 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 100296

[startup+942.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/194 16476
/proc/meminfo: memFree=13225388/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=92000 CPUtime=938.34 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 20975 0 0 0 93827 7 0 0 25 0 1 0 468408895 94208000 20902 33554432000 134512640 134556542 4289912336 18446744073709551615 134530938 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23000 20902 213 11 0 22334 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 100704

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/194 16478
/proc/meminfo: memFree=13211240/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=92532 CPUtime=998.34 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 21109 0 0 0 99827 7 0 0 25 0 1 0 468408895 94752768 21036 33554432000 134512640 134556542 4289912336 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23133 21036 213 11 0 22467 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 101236

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/194 16480
/proc/meminfo: memFree=13210120/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=93204 CPUtime=1058.34 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 21291 0 0 0 105827 7 0 0 25 0 1 0 468408895 95440896 21218 33554432000 134512640 134556542 4289912336 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23301 21218 213 11 0 22635 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 101908

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16481
/proc/meminfo: memFree=13209740/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=93416 CPUtime=1118.34 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 21330 0 0 0 111827 7 0 0 25 0 1 0 468408895 95657984 21257 33554432000 134512640 134556542 4289912336 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23354 21257 213 11 0 22688 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 102120

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16483
/proc/meminfo: memFree=13205152/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=93852 CPUtime=1178.35 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 21439 0 0 0 117828 7 0 0 25 0 1 0 468408895 96104448 21366 33554432000 134512640 134556542 4289912336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23463 21366 213 11 0 22797 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 102556

[startup+1242.3 s]
/proc/loadavg: 3.69 3.94 3.97 4/187 16502
/proc/meminfo: memFree=13312136/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=93852 CPUtime=1238.35 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 21450 0 0 0 123828 7 0 0 25 0 1 0 468408895 96104448 21377 33554432000 134512640 134556542 4289912336 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23463 21377 213 11 0 22797 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 102556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.25 3.77 3.91 4/187 16504
/proc/meminfo: memFree=13274924/32951124 swapFree=67111528/67111528
[pid=16257] ppid=16255 vsize=8704 CPUtime=3.98 cores=4,6
/proc/16257/stat : 16257 (ebglucose.sh) S 16255 16257 15473 0 -1 4202496 379 52426 0 0 0 0 383 15 18 0 1 0 468408496 8912896 255 33554432000 4194304 4922060 140734685866512 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16257/statm: 2176 255 211 178 0 69 0
[pid=16262] ppid=16257 vsize=95304 CPUtime=1296.05 cores=4,6
/proc/16262/stat : 16262 (ebglucose_stati) R 16257 16257 15473 0 -1 4202496 21805 0 0 0 129598 7 0 0 25 0 1 0 468408895 97591296 21732 33554432000 134512640 134556542 4289912336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16262/statm: 23826 21732 213 11 0 23160 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 104008

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)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.83
CPU system time (s): 0.235964
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 211744

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

runsolver used 2.25366 second user time and 4.85226 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 21:32:09
IDJOB=3284619
IDBENCH=82354
IDSOLVER=1652
FILE ID=node143/3284619-1303759928
RUNJOBID= node143-1303759848-15952
PBS_JOBID= 13154066
Free space on /tmp= 72252 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284619-1303759928/watcher-3284619-1303759928 -o /tmp/evaluation-result-3284619-1303759928/solver-3284619-1303759928 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3284619-1303759928.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=526825374

node143.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.846
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.69
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.846
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.846
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.74
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.846
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:     32951124 kB
MemFree:      13741708 kB
Buffers:       2275176 kB
Cached:       16024584 kB
SwapCached:          0 kB
Active:        7184268 kB
Inactive:     11462992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13741708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           73840 kB
Writeback:           0 kB
AnonPages:      346548 kB
Mapped:          16572 kB
Slab:           497004 kB
PageTables:       6032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   551280 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= 72168 MiB
End job on node143 at 2011-04-25 21:53:51