Trace number 3286735

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

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  141997   317706 |   42599       0        0     nan |  0.000 % |
0.00/0.32	c |         0 |  125436   284873 |      --       0       --      -- |     --   | -15197/-29805
0.00/0.32	c ==============================================================================
0.00/0.32	c Result  :   #vars: 19609   #clauses: 125436   #literals: 284873
0.00/0.32	c CPU time:   0.308953 s
0.00/0.32	c ==============================================================================
0.00/0.37	c
0.00/0.37	c Starting glucose
0.00/0.37	c
0.00/0.37	
0.00/0.37	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.37	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.37	
0.00/0.37	c ============================[ Problem Statistics ]=============================
0.00/0.37	c |                                                                             |
0.00/0.37	c |  Number of variables:  19609                                                |
0.00/0.37	c |  Number of clauses:    125436                                               |
0.36/0.41	c |  Parsing time:         0.04         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57:  9354 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-3286735-1303765200/watcher-3286735-1303765200 -o /tmp/evaluation-result-3286735-1303765200/solver-3286735-1303765200 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3286735-1303765200.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.98 3.97 3.91 5/192 9350
/proc/meminfo: memFree=27062072/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 468935916 8912896 252 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 252 211 178 0 69 0

[startup+0.046018 s]
/proc/loadavg: 3.98 3.97 3.91 5/192 9350
/proc/meminfo: memFree=27062072/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 468935916 8912896 252 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101007 s]
/proc/loadavg: 3.98 3.97 3.91 5/192 9350
/proc/meminfo: memFree=27062072/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 468935916 8912896 252 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300967 s]
/proc/loadavg: 3.98 3.97 3.91 5/192 9350
/proc/meminfo: memFree=27062072/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 468935916 8912896 252 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700836 s]
/proc/loadavg: 3.98 3.97 3.91 5/192 9350
/proc/meminfo: memFree=27062072/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 8704

[startup+1.50075 s]
/proc/loadavg: 3.98 3.97 3.91 5/194 9354
/proc/meminfo: memFree=27047060/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=15756 CPUtime=1.11 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 3486 0 0 0 111 0 0 0 25 0 1 0 468935953 16134144 3427 33554432000 134512640 134556542 4290967024 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 3939 3427 214 11 0 3273 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24460

[startup+3.10047 s]
/proc/loadavg: 3.98 3.97 3.91 5/194 9354
/proc/meminfo: memFree=27042596/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=20672 CPUtime=2.71 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 4718 0 0 0 271 0 0 0 25 0 1 0 468935953 21168128 4659 33554432000 134512640 134556542 4290967024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 5168 4659 214 11 0 4502 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29376

[startup+6.30086 s]
/proc/loadavg: 3.98 3.97 3.91 5/194 9354
/proc/meminfo: memFree=27033272/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=22684 CPUtime=5.91 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 5226 0 0 0 591 0 0 0 25 0 1 0 468935953 23228416 5167 33554432000 134512640 134556542 4290967024 18446744073709551615 134529917 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 5671 5167 214 11 0 5005 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31388

[startup+12.7007 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 9354
/proc/meminfo: memFree=27027240/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=28148 CPUtime=12.31 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 6585 0 0 0 1231 0 0 0 25 0 1 0 468935953 28823552 6526 33554432000 134512640 134556542 4290967024 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 7037 6526 214 11 0 6371 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36852

[startup+25.5003 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 9355
/proc/meminfo: memFree=27017316/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=31408 CPUtime=25.12 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 7394 0 0 0 2511 1 0 0 25 0 1 0 468935953 32161792 7335 33554432000 134512640 134556542 4290967024 18446744073709551615 134536918 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 7852 7335 214 11 0 7186 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40112

[startup+51.1006 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 9355
/proc/meminfo: memFree=27010540/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=35148 CPUtime=50.72 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 8313 0 0 0 5071 1 0 0 25 0 1 0 468935953 35991552 8254 33554432000 134512640 134556542 4290967024 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 8787 8254 214 11 0 8121 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43852

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 9366
/proc/meminfo: memFree=26997640/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=39388 CPUtime=101.92 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 9337 0 0 0 10191 1 0 0 25 0 1 0 468935953 40333312 9278 33554432000 134512640 134556542 4290967024 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 9847 9278 214 11 0 9181 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48092

[startup+162.301 s]
/proc/loadavg: 4.04 3.99 3.92 5/194 9367
/proc/meminfo: memFree=26993136/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=40400 CPUtime=161.92 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 9598 0 0 0 16191 1 0 0 25 0 1 0 468935953 41369600 9539 33554432000 134512640 134556542 4290967024 18446744073709551615 134531684 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 10100 9539 214 11 0 9434 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 49104

[startup+222.301 s]
/proc/loadavg: 4.01 3.99 3.92 5/194 9369
/proc/meminfo: memFree=26982060/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=43128 CPUtime=221.92 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 10275 0 0 0 22190 2 0 0 25 0 1 0 468935953 44163072 10216 33554432000 134512640 134556542 4290967024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 10782 10216 214 11 0 10116 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 51832

[startup+282.301 s]
/proc/loadavg: 4.05 4.00 3.93 5/194 9371
/proc/meminfo: memFree=26975068/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=47428 CPUtime=281.92 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 11335 0 0 0 28190 2 0 0 25 0 1 0 468935953 48566272 11267 33554432000 134512640 134556542 4290967024 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 11857 11267 214 11 0 11191 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 56132

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 9372
/proc/meminfo: memFree=26965216/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=49560 CPUtime=341.92 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 11868 0 0 0 34190 2 0 0 25 0 1 0 468935953 50749440 11800 33554432000 134512640 134556542 4290967024 18446744073709551615 134551962 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 12390 11800 214 11 0 11724 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 58264

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 9374
/proc/meminfo: memFree=26949300/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6

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

[pid=9354] ppid=9350 vsize=55324 CPUtime=521.93 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 13335 0 0 0 52190 3 0 0 25 0 1 0 468935953 56651776 13267 33554432000 134512640 134556542 4290967024 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 13831 13267 214 11 0 13165 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 64028

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 9447
/proc/meminfo: memFree=26974312/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=55972 CPUtime=581.93 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 13479 0 0 0 58189 4 0 0 25 0 1 0 468935953 57315328 13411 33554432000 134512640 134556542 4290967024 18446744073709551615 134535104 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 13993 13411 214 11 0 13327 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 64676

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 9538
/proc/meminfo: memFree=26890420/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=56844 CPUtime=641.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 13658 0 0 0 64188 6 0 0 25 0 1 0 468935953 58208256 13590 33554432000 134512640 134556542 4290967024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 14211 13590 214 11 0 13545 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 65548

[startup+702.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/194 9540
/proc/meminfo: memFree=26885264/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=58496 CPUtime=701.93 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 13981 0 0 0 70187 6 0 0 25 0 1 0 468935953 59899904 13913 33554432000 134512640 134556542 4290967024 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 14624 13913 214 11 0 13958 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 67200

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 9541
/proc/meminfo: memFree=26872488/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=59672 CPUtime=761.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 14202 0 0 0 76188 6 0 0 25 0 1 0 468935953 61104128 14134 33554432000 134512640 134556542 4290967024 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 14918 14134 214 11 0 14252 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 68376

[startup+822.3 s]
/proc/loadavg: 4.11 4.03 3.94 5/194 9543
/proc/meminfo: memFree=26869948/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=60572 CPUtime=821.93 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 14384 0 0 0 82187 6 0 0 25 0 1 0 468935953 62025728 14316 33554432000 134512640 134556542 4290967024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 15143 14316 214 11 0 14477 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 69276

[startup+882.3 s]
/proc/loadavg: 4.09 4.04 3.95 5/194 9545
/proc/meminfo: memFree=26865936/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=61868 CPUtime=881.93 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 14666 0 0 0 88187 6 0 0 25 0 1 0 468935953 63352832 14598 33554432000 134512640 134556542 4290967024 18446744073709551615 134531000 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 15467 14598 214 11 0 14801 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 70572

[startup+942.3 s]
/proc/loadavg: 3.64 3.93 3.91 4/187 9565
/proc/meminfo: memFree=26970872/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=62836 CPUtime=941.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 14879 0 0 0 94188 6 0 0 25 0 1 0 468935953 64344064 14811 33554432000 134512640 134556542 4290967024 18446744073709551615 134536927 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 15709 14811 214 11 0 15043 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 71540

[startup+1002.3 s]
/proc/loadavg: 3.23 3.76 3.85 4/187 9567
/proc/meminfo: memFree=26969472/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=62836 CPUtime=1001.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 14899 0 0 0 100188 6 0 0 25 0 1 0 468935953 64344064 14831 33554432000 134512640 134556542 4290967024 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 15709 14831 214 11 0 15043 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 71540

[startup+1062.3 s]
/proc/loadavg: 3.08 3.62 3.80 4/187 9568
/proc/meminfo: memFree=26967572/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=63532 CPUtime=1061.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 15013 0 0 0 106188 6 0 0 25 0 1 0 468935953 65056768 14945 33554432000 134512640 134556542 4290967024 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 15883 14945 214 11 0 15217 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 72236

[startup+1122.3 s]
/proc/loadavg: 3.03 3.50 3.75 4/187 9570
/proc/meminfo: memFree=26962196/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=65256 CPUtime=1121.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 15412 0 0 0 112188 6 0 0 25 0 1 0 468935953 66822144 15344 33554432000 134512640 134556542 4290967024 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 16314 15344 214 11 0 15648 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 73960

[startup+1182.3 s]
/proc/loadavg: 3.07 3.42 3.70 4/187 9572
/proc/meminfo: memFree=26959796/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=65960 CPUtime=1181.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 15581 0 0 0 118188 6 0 0 25 0 1 0 468935953 67543040 15513 33554432000 134512640 134556542 4290967024 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 16490 15513 214 11 0 15824 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 74664

[startup+1242.3 s]
/proc/loadavg: 2.96 3.33 3.65 4/187 9667
/proc/meminfo: memFree=27032312/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=66608 CPUtime=1241.94 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 15697 0 0 0 124188 6 0 0 25 0 1 0 468935953 68206592 15629 33554432000 134512640 134556542 4290967024 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 16652 15629 214 11 0 15986 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 75312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.98 3.27 3.61 4/187 9670
/proc/meminfo: memFree=27029744/32951124 swapFree=67111524/67111528
[pid=9350] ppid=9348 vsize=8704 CPUtime=0.36 cores=4,6
/proc/9350/stat : 9350 (ebglucose.sh) S 9348 9350 8502 0 -1 4202496 379 5989 0 0 0 0 35 1 22 0 1 0 468935916 8912896 255 33554432000 4194304 4922060 140737063373376 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9350/statm: 2176 255 211 178 0 69 0
[pid=9354] ppid=9350 vsize=67400 CPUtime=1299.65 cores=4,6
/proc/9354/stat : 9354 (ebglucose_stati) R 9350 9350 8502 0 -1 4202496 15868 0 0 0 129959 6 0 0 25 0 1 0 468935953 69017600 15800 33554432000 134512640 134556542 4290967024 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9354/statm: 16850 15800 214 11 0 16184 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 76104

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): 1299.95
CPU system time (s): 0.084987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 76104

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

runsolver used 2.28865 second user time and 4.81627 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 23:00:00
IDJOB=3286735
IDBENCH=82433
IDSOLVER=1652
FILE ID=node147/3286735-1303765200
RUNJOBID= node147-1303765018-8981
PBS_JOBID= 13157150
Free space on /tmp= 72120 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286735-1303765200/watcher-3286735-1303765200 -o /tmp/evaluation-result-3286735-1303765200/solver-3286735-1303765200 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3286735-1303765200.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1983333902

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      27062352 kB
Buffers:        959896 kB
Cached:        4249248 kB
SwapCached:          4 kB
Active:         810420 kB
Inactive:      4633064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27062352 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15264 kB
Writeback:           0 kB
AnonPages:      234452 kB
Mapped:          16088 kB
Slab:           380468 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   421184 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= 72108 MiB
End job on node147 at 2011-04-25 23:21:42