Trace number 3282181

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.04 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   13869    32361 |    4160       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |   10390    29200 |      --       0       --      -- |     --   | -3477/-3156
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 2564   #clauses: 10390   #literals: 29200
0.00/0.03	c CPU time:   0.034994 s
0.00/0.03	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
0.00/0.04	
0.00/0.04	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.04	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  2564                                                 |
0.00/0.04	c |  Number of clauses:    10390                                                |
0.00/0.05	c |  Parsing time:         0.00         s                                       |
1300.01/1300.00	HOME/ebglucose.sh: line 57:  5396 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: 977)

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-3282181-1307639620/watcher-3282181-1307639620 -o /tmp/evaluation-result-3282181-1307639620/solver-3282181-1307639620 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282181-1307639620.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.87 4/192 5392
/proc/meminfo: memFree=32371560/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) R 5390 5392 4037 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 875560762 8912896 252 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272509333 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/5392/statm: 2176 252 211 178 0 69 0

[startup+0.0158321 s]
/proc/loadavg: 4.00 4.00 3.87 4/192 5392
/proc/meminfo: memFree=32371560/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 875560762 8912896 252 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10082 s]
/proc/loadavg: 4.00 4.00 3.87 4/192 5392
/proc/meminfo: memFree=32371560/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.300784 s]
/proc/loadavg: 4.00 4.00 3.87 4/192 5392
/proc/meminfo: memFree=32371560/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.700714 s]
/proc/loadavg: 4.00 4.00 3.87 4/192 5392
/proc/meminfo: memFree=32371560/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50057 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 5396
/proc/meminfo: memFree=32367628/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=6720 CPUtime=1.44 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 1049 0 0 0 144 0 0 0 25 0 1 0 875560766 6881280 990 33554432000 134512640 134556542 4294574592 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 1680 990 211 11 0 1014 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15424

[startup+3.10028 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 5396
/proc/meminfo: memFree=32367132/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=7512 CPUtime=3.04 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 1270 0 0 0 304 0 0 0 25 0 1 0 875560766 7692288 1211 33554432000 134512640 134556542 4294574592 18446744073709551615 134537276 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 1878 1211 211 11 0 1212 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16216

[startup+6.30071 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 5396
/proc/meminfo: memFree=32365592/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=8176 CPUtime=6.24 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 1438 0 0 0 624 0 0 0 25 0 1 0 875560766 8372224 1379 33554432000 134512640 134556542 4294574592 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 2044 1379 211 11 0 1378 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16880

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 5397
/proc/meminfo: memFree=32364092/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=9736 CPUtime=12.64 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 1808 0 0 0 1264 0 0 0 25 0 1 0 875560766 9969664 1749 33554432000 134512640 134556542 4294574592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 2434 1749 211 11 0 1768 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18440

[startup+25.5003 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 5397
/proc/meminfo: memFree=32361624/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=11760 CPUtime=25.44 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 2326 0 0 0 2544 0 0 0 25 0 1 0 875560766 12042240 2267 33554432000 134512640 134556542 4294574592 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 2940 2267 211 11 0 2274 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20464

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 5398
/proc/meminfo: memFree=32357228/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=15228 CPUtime=51.04 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 3155 0 0 0 5104 0 0 0 25 0 1 0 875560766 15593472 3096 33554432000 134512640 134556542 4294574592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 3807 3096 212 11 0 3141 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23932

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5441
/proc/meminfo: memFree=32490476/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=18332 CPUtime=102.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 3874 0 0 0 10224 1 0 0 25 0 1 0 875560766 18771968 3815 33554432000 134512640 134556542 4294574592 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 4583 3815 212 11 0 3917 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27036

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5443
/proc/meminfo: memFree=32474364/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=21588 CPUtime=162.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 4708 0 0 0 16224 1 0 0 25 0 1 0 875560766 22106112 4649 33554432000 134512640 134556542 4294574592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 5397 4649 212 11 0 4731 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 30292

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 5444
/proc/meminfo: memFree=32466128/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=22944 CPUtime=222.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 5062 0 0 0 22224 1 0 0 25 0 1 0 875560766 23494656 5003 33554432000 134512640 134556542 4294574592 18446744073709551615 134532512 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 5736 5003 212 11 0 5070 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31648

[startup+282.301 s]
/proc/loadavg: 4.04 4.01 3.90 5/194 5446
/proc/meminfo: memFree=32457388/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=25080 CPUtime=282.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 5513 0 0 0 28223 2 0 0 25 0 1 0 875560766 25681920 5454 33554432000 134512640 134556542 4294574592 18446744073709551615 134536891 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 6270 5454 212 11 0 5604 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 33784

[startup+342.301 s]
/proc/loadavg: 3.45 3.85 3.85 4/187 5473
/proc/meminfo: memFree=32487912/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=26820 CPUtime=342.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 5959 0 0 0 34223 2 0 0 25 0 1 0 875560766 27463680 5900 33554432000 134512640 134556542 4294574592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 6705 5900 212 11 0 6039 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 35524

[startup+402.301 s]
/proc/loadavg: 3.21 3.71 3.80 4/187 5475
/proc/meminfo: memFree=32483532/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3

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

[pid=5396] ppid=5392 vsize=31064 CPUtime=522.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 7011 0 0 0 52223 2 0 0 25 0 1 0 875560766 31809536 6952 33554432000 134512640 134556542 4294574592 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 7766 6952 212 11 0 7100 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 39768

[startup+582.301 s]
/proc/loadavg: 3.01 3.38 3.65 4/187 5480
/proc/meminfo: memFree=32468336/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=32572 CPUtime=582.25 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 7376 0 0 0 58223 2 0 0 25 0 1 0 875560766 33353728 7317 33554432000 134512640 134556542 4294574592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 8143 7317 212 11 0 7477 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 41276

[startup+642.3 s]
/proc/loadavg: 3.00 3.31 3.61 4/187 5481
/proc/meminfo: memFree=32465060/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=33524 CPUtime=642.26 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 7607 0 0 0 64224 2 0 0 25 0 1 0 875560766 34328576 7548 33554432000 134512640 134556542 4294574592 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 8381 7548 212 11 0 7715 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 42228

[startup+702.301 s]
/proc/loadavg: 3.00 3.25 3.57 4/187 5483
/proc/meminfo: memFree=32458420/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=35384 CPUtime=702.26 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 8021 0 0 0 70223 3 0 0 25 0 1 0 875560766 36233216 7962 33554432000 134512640 134556542 4294574592 18446744073709551615 134537405 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 8846 7962 212 11 0 8180 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 44088

[startup+762.307 s]
/proc/loadavg: 3.00 3.20 3.53 4/187 5485
/proc/meminfo: memFree=32455764/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=35968 CPUtime=762.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 8172 0 0 0 76224 3 0 0 25 0 1 0 875560766 36831232 8113 33554432000 134512640 134556542 4294574592 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 8992 8113 212 11 0 8326 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 44672

[startup+822.3 s]
/proc/loadavg: 2.85 3.13 3.48 3/180 5511
/proc/meminfo: memFree=32530176/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=37196 CPUtime=822.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 8450 0 0 0 82224 3 0 0 25 0 1 0 875560766 38088704 8391 33554432000 134512640 134556542 4294574592 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 9299 8391 212 11 0 8633 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 45900

[startup+882.301 s]
/proc/loadavg: 2.31 2.92 3.39 3/180 5513
/proc/meminfo: memFree=32528524/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=37844 CPUtime=882.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 8592 0 0 0 88224 3 0 0 25 0 1 0 875560766 38752256 8533 33554432000 134512640 134556542 4294574592 18446744073709551615 134537792 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 9461 8533 212 11 0 8795 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 46548

[startup+942.301 s]
/proc/loadavg: 2.17 2.77 3.30 3/180 5514
/proc/meminfo: memFree=32526596/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=38528 CPUtime=942.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 8780 0 0 0 94224 3 0 0 25 0 1 0 875560766 39452672 8721 33554432000 134512640 134556542 4294574592 18446744073709551615 134537375 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 9632 8721 212 11 0 8966 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 47232

[startup+1002.3 s]
/proc/loadavg: 2.06 2.63 3.22 3/180 5516
/proc/meminfo: memFree=32524068/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=39464 CPUtime=1002.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 8981 0 0 0 100224 3 0 0 25 0 1 0 875560766 40411136 8922 33554432000 134512640 134556542 4294574592 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 9866 8922 212 11 0 9200 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 48168

[startup+1062.3 s]
/proc/loadavg: 2.02 2.51 3.14 3/180 5518
/proc/meminfo: memFree=32520300/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=39812 CPUtime=1062.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 9050 0 0 0 106224 3 0 0 25 0 1 0 875560766 40767488 8991 33554432000 134512640 134556542 4294574592 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 9953 8991 212 11 0 9287 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 48516

[startup+1122.3 s]
/proc/loadavg: 2.01 2.41 3.07 3/180 5519
/proc/meminfo: memFree=32517884/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=41808 CPUtime=1122.27 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 9578 0 0 0 112224 3 0 0 25 0 1 0 875560766 42811392 9519 33554432000 134512640 134556542 4294574592 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 10452 9519 212 11 0 9786 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 50512

[startup+1182.3 s]
/proc/loadavg: 2.00 2.34 3.00 3/180 5521
/proc/meminfo: memFree=32514728/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=43352 CPUtime=1182.28 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 9951 0 0 0 118225 3 0 0 25 0 1 0 875560766 44392448 9892 33554432000 134512640 134556542 4294574592 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 10838 9892 212 11 0 10172 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 52056

[startup+1242.3 s]
/proc/loadavg: 2.00 2.27 2.93 3/180 5522
/proc/meminfo: memFree=32512812/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=43640 CPUtime=1242.28 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 10007 0 0 0 124225 3 0 0 25 0 1 0 875560766 44687360 9948 33554432000 134512640 134556542 4294574592 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 10910 9948 212 11 0 10244 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 52344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.22 2.87 3/180 5524
/proc/meminfo: memFree=32511268/32950928 swapFree=67048808/67111528
[pid=5392] ppid=5390 vsize=8704 CPUtime=0.03 cores=1,3
/proc/5392/stat : 5392 (ebglucose.sh) S 5390 5392 4037 0 -1 4202496 380 995 0 0 0 0 3 0 25 0 1 0 875560762 8912896 255 33554432000 4194304 4922060 140735876967504 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5392/statm: 2176 255 211 178 0 69 0
[pid=5396] ppid=5392 vsize=44168 CPUtime=1299.98 cores=1,3
/proc/5396/stat : 5396 (ebglucose_stati) R 5392 5392 4037 0 -1 4202496 10171 0 0 0 129995 3 0 0 25 0 1 0 875560766 45228032 10112 33554432000 134512640 134556542 4294574592 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/5396/statm: 11042 10112 212 11 0 10376 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 52872

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.04
CPU user time (s): 1300
CPU system time (s): 0.038994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 52872

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

runsolver used 2.08968 second user time and 4.93725 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-09 19:13:40
IDJOB=3282181
IDBENCH=70785
IDSOLVER=1652
FILE ID=node122/3282181-1307639620
RUNJOBID= node122-1307637826-4886
PBS_JOBID= 13549369
Free space on /tmp= 74028 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282181-1307639620/watcher-3282181-1307639620 -o /tmp/evaluation-result-3282181-1307639620/solver-3282181-1307639620 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282181-1307639620.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=618610943

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32372236 kB
Buffers:         23096 kB
Cached:         233876 kB
SwapCached:      14148 kB
Active:         291852 kB
Inactive:       159032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32372236 kB
SwapTotal:    67111528 kB
SwapFree:     67048808 kB
Dirty:            1216 kB
Writeback:           0 kB
AnonPages:      191672 kB
Mapped:          10132 kB
Slab:            62672 kB
PageTables:       5764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   435476 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= 74100 MiB
End job on node122 at 2011-06-09 19:35:22