Trace number 3498991

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
rcl 2011-04-01UNSAT 1570.44 1570.4

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.88941
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.37	c ==============================================================================
0.00/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.37	c ==============================================================================
0.00/0.37	c |         0 |  878967  2050923 |  263690       0        0     nan |  0.000 % |
1566.74/1566.78	c |         0 |   66722   233596 |      --       0       --      -- |     --   | -807713/-1806450
1566.74/1566.78	c ==============================================================================
1566.74/1566.78	c Result  :   #vars: 2404   #clauses: 66722   #literals: 233596
1566.74/1566.78	c CPU time:   1566.52 s
1566.74/1566.78	c ==============================================================================
1570.32/1570.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 2/175 22037
/proc/meminfo: memFree=30961292/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0

[startup+0.0331639 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 22037
/proc/meminfo: memFree=30961292/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101194 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 22037
/proc/meminfo: memFree=30961292/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301142 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 22037
/proc/meminfo: memFree=30961292/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701066 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 22037
/proc/meminfo: memFree=30961292/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50092 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22039
/proc/meminfo: memFree=30824288/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=154424 CPUtime=1.49 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 36034 0 0 0 142 7 0 0 25 0 1 0 926747784 158130176 33366 33554432000 134512640 135144242 4292394128 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22038/statm: 38606 33366 77 155 0 38449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163124

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22039
/proc/meminfo: memFree=30808540/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=161332 CPUtime=3.09 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 37752 0 0 0 300 9 0 0 25 0 1 0 926747784 165203968 35084 33554432000 134512640 135144242 4292394128 18446744073709551615 134585353 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22038/statm: 40333 35084 77 155 0 40176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170032

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22039
/proc/meminfo: memFree=30762052/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=175288 CPUtime=6.29 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 41188 0 0 0 615 14 0 0 25 0 1 0 926747784 179494912 38520 33554432000 134512640 135144242 4292394128 18446744073709551615 134588192 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 43822 38520 77 155 0 43665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 183988

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22039
/proc/meminfo: memFree=30707780/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=190320 CPUtime=12.69 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 44875 0 0 0 1249 20 0 0 25 0 1 0 926747784 194887680 41748 33554432000 134512640 135144242 4292394128 18446744073709551615 134555768 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 47580 41748 77 155 0 47423 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 199020

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22040
/proc/meminfo: memFree=30697040/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=194124 CPUtime=25.48 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 45743 0 0 0 2526 22 0 0 25 0 1 0 926747784 198782976 42616 33554432000 134512640 135144242 4292394128 18446744073709551615 134555768 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 48531 42616 77 155 0 48374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202824

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22040
/proc/meminfo: memFree=30682668/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=199620 CPUtime=51.09 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 47170 0 0 0 5083 26 0 0 25 0 1 0 926747784 204410880 43649 33554432000 134512640 135144242 4292394128 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 49905 43649 77 155 0 49748 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208320

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22042
/proc/meminfo: memFree=30659620/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=199976 CPUtime=102.3 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 47215 0 0 0 10204 26 0 0 25 0 1 0 926747784 204775424 43694 33554432000 134512640 135144242 4292394128 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 49994 43694 77 155 0 49837 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208676

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22043
/proc/meminfo: memFree=30659572/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=199976 CPUtime=162.29 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 47241 0 0 0 16203 26 0 0 25 0 1 0 926747784 204775424 43720 33554432000 134512640 135144242 4292394128 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 49994 43720 77 155 0 49837 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 208676

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22045
/proc/meminfo: memFree=30659504/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=200232 CPUtime=222.29 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 47274 0 0 0 22203 26 0 0 25 0 1 0 926747784 205037568 43753 33554432000 134512640 135144242 4292394128 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 50058 43753 77 155 0 49901 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 208932

[startup+282.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 22258
/proc/meminfo: memFree=30761792/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=200232 CPUtime=282.29 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 47300 0 0 0 28201 28 0 0 25 0 1 0 926747784 205037568 43779 33554432000 134512640 135144242 4292394128 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 50058 43779 77 155 0 49901 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 208932

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 22259
/proc/meminfo: memFree=30748788/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=200488 CPUtime=342.29 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 47351 0 0 0 34201 28 0 0 25 0 1 0 926747784 205299712 43830 33554432000 134512640 135144242 4292394128 18446744073709551615 134551328 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 50122 43830 77 155 0 49965 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 209188

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22270
/proc/meminfo: memFree=30742156/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6

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

/proc/22038/statm: 51145 44591 77 155 0 50988 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 213280

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22292
/proc/meminfo: memFree=30714944/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=204836 CPUtime=1242.32 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48184 0 0 0 124203 29 0 0 25 0 1 0 926747784 209752064 44663 33554432000 134512640 135144242 4292394128 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 51209 44663 77 155 0 51052 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 213536

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22294
/proc/meminfo: memFree=30710796/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=205348 CPUtime=1302.33 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48270 0 0 0 130204 29 0 0 25 0 1 0 926747784 210276352 44749 33554432000 134512640 135144242 4292394128 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 51337 44749 77 155 0 51180 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 214048

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22295
/proc/meminfo: memFree=30710248/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=205860 CPUtime=1362.32 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48350 0 0 0 136203 29 0 0 25 0 1 0 926747784 210800640 44829 33554432000 134512640 135144242 4292394128 18446744073709551615 134551320 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 51465 44829 77 155 0 51308 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 214560

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22297
/proc/meminfo: memFree=30709340/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=206628 CPUtime=1422.33 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48447 0 0 0 142204 29 0 0 25 0 1 0 926747784 211587072 44926 33554432000 134512640 135144242 4292394128 18446744073709551615 134551320 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 51657 44926 77 155 0 51500 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 215328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22299
/proc/meminfo: memFree=30708668/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=207332 CPUtime=1482.33 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48570 0 0 0 148204 29 0 0 25 0 1 0 926747784 212307968 45049 33554432000 134512640 135144242 4292394128 18446744073709551615 134542456 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 51833 45049 77 155 0 51676 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 216032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22300
/proc/meminfo: memFree=30708248/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=207908 CPUtime=1542.33 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48694 0 0 0 154204 29 0 0 25 0 1 0 926747784 212897792 45173 33554432000 134512640 135144242 4292394128 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 51977 45173 77 155 0 51820 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 216608

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

[startup+1548.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22300
/proc/meminfo: memFree=30707876/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=208100 CPUtime=1548.73 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48720 0 0 0 154844 29 0 0 25 0 1 0 926747784 213094400 45199 33554432000 134512640 135144242 4292394128 18446744073709551615 134722358 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 52025 45199 77 155 0 51868 0
Current children cumulated CPU time (s) 1548.73
Current children cumulated vsize (KiB) 216800

[startup+1561.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22301
/proc/meminfo: memFree=30707748/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=208484 CPUtime=1561.54 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48781 0 0 0 156124 30 0 0 25 0 1 0 926747784 213487616 45260 33554432000 134512640 135144242 4292394128 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 52121 45260 77 155 0 51964 0
Current children cumulated CPU time (s) 1561.54
Current children cumulated vsize (KiB) 217184

[startup+1564.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22301
/proc/meminfo: memFree=30707744/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926747783 8908800 249 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22037/statm: 2175 249 209 178 0 68 0
[pid=22038] ppid=22037 vsize=208484 CPUtime=1564.74 cores=0,2,4,6
/proc/22038/stat : 22038 (SatELite_releas) R 22037 22037 21788 0 -1 4202496 48786 0 0 0 156444 30 0 0 25 0 1 0 926747784 213487616 45265 33554432000 134512640 135144242 4292394128 18446744073709551615 134551343 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22038/statm: 52121 45265 77 155 0 51964 0
Current children cumulated CPU time (s) 1564.74
Current children cumulated vsize (KiB) 217184

[startup+1567.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22302
/proc/meminfo: memFree=30882584/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=1566.87 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 353 51974 0 0 0 0 156656 31 18 0 1 0 926747783 8908800 252 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22037/statm: 2175 252 209 178 0 68 0
[pid=22302] ppid=22037 vsize=10528 CPUtime=1.05 cores=0,2,4,6
/proc/22302/stat : 22302 (cdcl) R 22037 22037 21788 0 -1 4202496 1112 0 0 0 105 0 0 0 21 0 1 0 926904467 10780672 1023 33554432000 4194304 4218580 140734776754800 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22302/statm: 2632 1023 130 6 0 1102 0
Current children cumulated CPU time (s) 1567.92
Current children cumulated vsize (KiB) 19228

[startup+1569.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22302
/proc/meminfo: memFree=30881840/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=1566.87 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 353 51974 0 0 0 0 156656 31 18 0 1 0 926747783 8908800 252 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22037/statm: 2175 252 209 178 0 68 0
[pid=22302] ppid=22037 vsize=12112 CPUtime=2.65 cores=0,2,4,6
/proc/22302/stat : 22302 (cdcl) R 22037 22037 21788 0 -1 4202496 1504 0 0 0 265 0 0 0 25 0 1 0 926904467 12402688 1415 33554432000 4194304 4218580 140734776754800 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22302/statm: 3028 1415 130 6 0 1498 0
Current children cumulated CPU time (s) 1569.52
Current children cumulated vsize (KiB) 20812

[startup+1569.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22302
/proc/meminfo: memFree=30880968/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=1566.87 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 353 51974 0 0 0 0 156656 31 18 0 1 0 926747783 8908800 252 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22037/statm: 2175 252 209 178 0 68 0
[pid=22302] ppid=22037 vsize=12376 CPUtime=3.05 cores=0,2,4,6
/proc/22302/stat : 22302 (cdcl) R 22037 22037 21788 0 -1 4202496 1567 0 0 0 305 0 0 0 25 0 1 0 926904467 12673024 1478 33554432000 4194304 4218580 140734776754800 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22302/statm: 3094 1478 130 6 0 1564 0
Current children cumulated CPU time (s) 1569.92
Current children cumulated vsize (KiB) 21076

[startup+1570.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22302
/proc/meminfo: memFree=30880968/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8700 CPUtime=1566.87 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 353 51974 0 0 0 0 156656 31 18 0 1 0 926747783 8908800 252 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22037/statm: 2175 252 209 178 0 68 0
[pid=22302] ppid=22037 vsize=12776 CPUtime=3.45 cores=0,2,4,6
/proc/22302/stat : 22302 (cdcl) R 22037 22037 21788 0 -1 4202496 1670 0 0 0 345 0 0 0 25 0 1 0 926904467 13082624 1581 33554432000 4194304 4218580 140734776754800 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22302/statm: 3194 1581 130 6 0 1664 0
Current children cumulated CPU time (s) 1570.32
Current children cumulated vsize (KiB) 21476

[startup+1570.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22302
/proc/meminfo: memFree=30880968/32951124 swapFree=67060192/67111528
[pid=22037] ppid=22035 vsize=8704 CPUtime=1570.41 cores=0,2,4,6
/proc/22037/stat : 22037 (esg_static.sh) S 22035 22037 21788 0 -1 4202496 383 53670 0 0 0 0 157010 31 17 0 1 0 926747783 8912896 257 33554432000 4194304 4922060 140734485449936 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22037/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 1570.41
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1570.4
CPU time (s): 1570.44
CPU user time (s): 1570.1
CPU system time (s): 0.336948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 223732

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

runsolver used 2.33364 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-15 17:24:34
IDJOB=3498991
IDBENCH=82444
IDSOLVER=1993
FILE ID=node106/3498991-1308151473
RUNJOBID= node106-1308150601-21806
PBS_JOBID= 13575606
Free space on /tmp= 73912 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498991-1308151473/watcher-3498991-1308151473 -o /tmp/evaluation-result-3498991-1308151473/solver-3498991-1308151473 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498991-1308151473.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1285454851

node106.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.20
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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:      30961720 kB
Buffers:        428248 kB
Cached:        1109824 kB
SwapCached:      13688 kB
Active:         702496 kB
Inactive:       945244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30961720 kB
SwapTotal:    67111528 kB
SwapFree:     67060192 kB
Dirty:           17168 kB
Writeback:           0 kB
AnonPages:      106700 kB
Mapped:          10316 kB
Slab:           278988 kB
PageTables:       4476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267152 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= 73932 MiB
End job on node106 at 2011-06-15 17:50:44