Trace number 3309050

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

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   55513   187620 |   16653       0        0     nan |  0.000 % |
0.00/0.09	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.00/0.09	c ==============================================================================
0.00/0.09	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.00/0.09	c CPU time:   0.088986 s
0.00/0.09	c ==============================================================================
0.00/0.12	c
0.00/0.12	c Starting glucose
0.00/0.12	c
0.00/0.12	
0.00/0.12	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.12	
0.00/0.12	c ============================[ Problem Statistics ]=============================
0.00/0.12	c |                                                                             |
0.00/0.12	c |  Number of variables:  8607                                                 |
0.00/0.12	c |  Number of clauses:    55174                                                |
0.00/0.14	c |  Parsing time:         0.02         s                                       |
1300.02/1300.00	HOME/glucose.sh: line 55:  8519 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-3309050-1303985174/watcher-3309050-1303985174 -o /tmp/evaluation-result-3309050-1303985174/solver-3309050-1303985174 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309050-1303985174.cnf 

running on 2 cores: 1,3

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.00 4.00 3.50 4/192 8516
/proc/meminfo: memFree=14498524/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490932981 8912896 252 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 252 211 178 0 69 0

[startup+0.0305261 s]
/proc/loadavg: 4.00 4.00 3.50 4/192 8516
/proc/meminfo: memFree=14498524/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490932981 8912896 252 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100514 s]
/proc/loadavg: 4.00 4.00 3.50 4/192 8516
/proc/meminfo: memFree=14498524/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490932981 8912896 252 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300476 s]
/proc/loadavg: 4.00 4.00 3.50 4/192 8516
/proc/meminfo: memFree=14498524/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8704

[startup+0.700403 s]
/proc/loadavg: 4.00 4.00 3.50 4/192 8516
/proc/meminfo: memFree=14498524/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 4.00 4.00 3.50 5/194 8519
/proc/meminfo: memFree=14489980/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=7840 CPUtime=1.37 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 1849 0 0 0 137 0 0 0 23 0 1 0 490932994 8028160 1804 33554432000 134512640 135217611 4287953488 18446744073709551615 134533775 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 1960 1804 77 173 0 1785 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16544

[startup+3.10095 s]
/proc/loadavg: 4.00 4.00 3.51 5/194 8519
/proc/meminfo: memFree=14488740/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=8904 CPUtime=2.97 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 2119 0 0 0 297 0 0 0 25 0 1 0 490932994 9117696 2074 33554432000 134512640 135217611 4287953488 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 2226 2074 77 173 0 2051 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17608

[startup+6.30034 s]
/proc/loadavg: 4.00 4.00 3.51 5/194 8519
/proc/meminfo: memFree=14486696/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=10140 CPUtime=6.16 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 2448 0 0 0 616 0 0 0 25 0 1 0 490932994 10383360 2403 33554432000 134512640 135217611 4287953488 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 2535 2403 77 173 0 2360 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18844

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.51 5/194 8520
/proc/meminfo: memFree=14483852/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=11920 CPUtime=12.56 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 2863 0 0 0 1256 0 0 0 25 0 1 0 490932994 12206080 2818 33554432000 134512640 135217611 4287953488 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 2980 2818 77 173 0 2805 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20624

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.52 5/194 8520
/proc/meminfo: memFree=14480388/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=14548 CPUtime=25.37 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 3520 0 0 0 2536 1 0 0 25 0 1 0 490932994 14897152 3475 33554432000 134512640 135217611 4287953488 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 3637 3475 77 173 0 3462 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23252

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.53 5/194 8521
/proc/meminfo: memFree=14473092/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=18004 CPUtime=50.97 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 4370 0 0 0 5096 1 0 0 25 0 1 0 490932994 18436096 4325 33554432000 134512640 135217611 4287953488 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 4501 4325 77 173 0 4326 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26708

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.55 5/194 8522
/proc/meminfo: memFree=14465376/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=22960 CPUtime=102.18 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 5544 0 0 0 10217 1 0 0 25 0 1 0 490932994 23511040 5499 33554432000 134512640 135217611 4287953488 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 5740 5499 77 173 0 5565 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 31664

[startup+162.301 s]
/proc/loadavg: 3.43 3.84 3.53 4/187 8543
/proc/meminfo: memFree=15096688/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=26300 CPUtime=162.17 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 6342 0 0 0 16216 1 0 0 25 0 1 0 490932994 26931200 6297 33554432000 134512640 135217611 4287953488 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 6575 6297 77 173 0 6400 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 35004

[startup+222.301 s]
/proc/loadavg: 3.16 3.69 3.49 4/187 8544
/proc/meminfo: memFree=15088612/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=29808 CPUtime=222.18 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 7164 0 0 0 22216 2 0 0 25 0 1 0 490932994 30523392 7119 33554432000 134512640 135217611 4287953488 18446744073709551615 134533358 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 7452 7119 77 173 0 7277 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38512

[startup+282.301 s]
/proc/loadavg: 3.09 3.57 3.46 4/187 8546
/proc/meminfo: memFree=15082508/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=34784 CPUtime=282.17 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 8355 0 0 0 28215 2 0 0 25 0 1 0 490932994 35618816 8310 33554432000 134512640 135217611 4287953488 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 8696 8310 77 173 0 8521 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 43488

[startup+342.301 s]
/proc/loadavg: 3.03 3.47 3.43 4/187 8547
/proc/meminfo: memFree=15078148/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=37888 CPUtime=342.17 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 9130 0 0 0 34215 2 0 0 25 0 1 0 490932994 38797312 9085 33554432000 134512640 135217611 4287953488 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 9472 9085 77 173 0 9297 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 46592

[startup+402.301 s]
/proc/loadavg: 3.01 3.38 3.40 4/187 8549
/proc/meminfo: memFree=15070804/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3

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

[pid=8519] ppid=8516 vsize=41968 CPUtime=522.19 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 10020 0 0 0 52216 3 0 0 25 0 1 0 490932994 42975232 9975 33554432000 134512640 135217611 4287953488 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 10492 9975 77 173 0 10317 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 50672

[startup+582.3 s]
/proc/loadavg: 3.01 3.21 3.33 4/187 8554
/proc/meminfo: memFree=15059576/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=42812 CPUtime=582.19 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 10210 0 0 0 58216 3 0 0 25 0 1 0 490932994 43839488 10165 33554432000 134512640 135217611 4287953488 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 10703 10165 77 173 0 10528 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 51516

[startup+642.301 s]
/proc/loadavg: 3.00 3.17 3.30 4/187 8555
/proc/meminfo: memFree=15057188/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=44192 CPUtime=642.2 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 10567 0 0 0 64217 3 0 0 25 0 1 0 490932994 45252608 10522 33554432000 134512640 135217611 4287953488 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 11048 10522 77 173 0 10873 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 52896

[startup+702.301 s]
/proc/loadavg: 3.00 3.14 3.28 4/187 8557
/proc/meminfo: memFree=15055548/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=44816 CPUtime=702.19 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 10710 0 0 0 70216 3 0 0 25 0 1 0 490932994 45891584 10665 33554432000 134512640 135217611 4287953488 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 11204 10665 77 173 0 11029 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 53520

[startup+762.306 s]
/proc/loadavg: 3.00 3.11 3.26 4/187 8559
/proc/meminfo: memFree=15052908/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=45712 CPUtime=762.2 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 10914 0 0 0 76217 3 0 0 25 0 1 0 490932994 46809088 10869 33554432000 134512640 135217611 4287953488 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 11428 10869 77 173 0 11253 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 54416

[startup+822.301 s]
/proc/loadavg: 3.00 3.09 3.24 4/187 8560
/proc/meminfo: memFree=15050156/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=46360 CPUtime=822.19 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 11057 0 0 0 82216 3 0 0 25 0 1 0 490932994 47472640 11012 33554432000 134512640 135217611 4287953488 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 11590 11012 77 173 0 11415 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 55064

[startup+882.301 s]
/proc/loadavg: 3.06 3.08 3.23 4/187 8562
/proc/meminfo: memFree=15047156/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=48576 CPUtime=882.19 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 11579 0 0 0 88216 3 0 0 25 0 1 0 490932994 49741824 11534 33554432000 134512640 135217611 4287953488 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 12144 11534 77 173 0 11969 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 57280

[startup+942.3 s]
/proc/loadavg: 3.02 3.07 3.21 4/187 8563
/proc/meminfo: memFree=15044780/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=48952 CPUtime=942.19 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 11639 0 0 0 94216 3 0 0 25 0 1 0 490932994 50126848 11594 33554432000 134512640 135217611 4287953488 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 12238 11594 77 173 0 12063 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 57656

[startup+1002.3 s]
/proc/loadavg: 3.07 3.07 3.20 4/187 8565
/proc/meminfo: memFree=15041280/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=49952 CPUtime=1002.21 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 11870 0 0 0 100217 4 0 0 25 0 1 0 490932994 51150848 11825 33554432000 134512640 135217611 4287953488 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 12488 11825 77 173 0 12313 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 58656

[startup+1062.3 s]
/proc/loadavg: 3.02 3.05 3.18 4/187 8567
/proc/meminfo: memFree=15037296/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=53240 CPUtime=1062.2 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 12694 0 0 0 106216 4 0 0 25 0 1 0 490932994 54517760 12649 33554432000 134512640 135217611 4287953488 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 13310 12649 77 173 0 13135 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 61944

[startup+1122.3 s]
/proc/loadavg: 2.41 2.87 3.11 3/180 8586
/proc/meminfo: memFree=15076072/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=53740 CPUtime=1122.2 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 12778 0 0 0 112216 4 0 0 25 0 1 0 490932994 55029760 12733 33554432000 134512640 135217611 4287953488 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 13435 12733 77 173 0 13260 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 62444

[startup+1182.3 s]
/proc/loadavg: 1.81 2.63 3.01 2/173 8609
/proc/meminfo: memFree=15170816/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=54340 CPUtime=1182.21 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 12909 0 0 0 118217 4 0 0 25 0 1 0 490932994 55644160 12864 33554432000 134512640 135217611 4287953488 18446744073709551615 134536942 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 13585 12864 77 173 0 13410 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 63044

[startup+1242.3 s]
/proc/loadavg: 1.29 2.33 2.88 2/173 8610
/proc/meminfo: memFree=15170656/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=54768 CPUtime=1242.21 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 12981 0 0 0 124217 4 0 0 25 0 1 0 490932994 56082432 12936 33554432000 134512640 135217611 4287953488 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 13692 12936 77 173 0 13517 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 63472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 2.10 2.77 2/173 8612
/proc/meminfo: memFree=15170380/32951124 swapFree=67111528/67111528
[pid=8516] ppid=8514 vsize=8704 CPUtime=0.11 cores=1,3
/proc/8516/stat : 8516 (glucose.sh) S 8514 8516 7964 0 -1 4202496 359 1715 0 0 0 0 11 0 18 0 1 0 490932981 8912896 254 33554432000 4194304 4922060 140736785277936 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8516/statm: 2176 254 211 178 0 69 0
[pid=8519] ppid=8516 vsize=54928 CPUtime=1299.91 cores=1,3
/proc/8519/stat : 8519 (glucose_static) R 8516 8516 7964 0 -1 4202496 13040 0 0 0 129987 4 0 0 25 0 1 0 490932994 56246272 12995 33554432000 134512640 135217611 4287953488 18446744073709551615 134526278 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8519/statm: 13732 12995 77 173 0 13557 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 63632

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): 1300
CPU system time (s): 0.056991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 63632

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

runsolver used 2.09368 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-28 12:06:14
IDJOB=3309050
IDBENCH=84211
IDSOLVER=1691
FILE ID=node141/3309050-1303985174
RUNJOBID= node141-1303983196-7984
PBS_JOBID= 13168685
Free space on /tmp= 71256 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309050-1303985174/watcher-3309050-1303985174 -o /tmp/evaluation-result-3309050-1303985174/solver-3309050-1303985174 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309050-1303985174.cnf

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=1686263872

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      14498928 kB
Buffers:       1618664 kB
Cached:       15632012 kB
SwapCached:          0 kB
Active:        8424908 kB
Inactive:      9444804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14498928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2764 kB
Writeback:           4 kB
AnonPages:      618572 kB
Mapped:          16008 kB
Slab:           518040 kB
PageTables:       6600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   814540 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= 71420 MiB
End job on node141 at 2011-04-28 12:27:56