Trace number 3498689

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.0UNSAT 1217.45 1217.42

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 benchmark179.191
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.34	c |         0 |  125436   284873 |      --       0       --      -- |     --   | -15197/-29805
0.00/0.34	c ==============================================================================
0.00/0.34	c Result  :   #vars: 19609   #clauses: 125436   #literals: 284873
0.00/0.34	c CPU time:   0.331949 s
0.00/0.34	c ==============================================================================
0.00/0.40	c
0.00/0.40	c Starting glucose
0.00/0.40	c
0.00/0.40	
0.00/0.40	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.40	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.40	
0.00/0.40	c ============================[ Problem Statistics ]=============================
0.00/0.40	c |                                                                             |
0.00/0.40	c |  Number of variables:  19609                                                |
0.00/0.40	c |  Number of clauses:    125436                                               |
0.00/0.44	c |  Parsing time:         0.03         s                                       |
1217.41/1217.41	c restarts              : 5875
1217.41/1217.41	c nb ReduceDB           : 69
1217.41/1217.41	c nb learnts DL2        : 4962
1217.41/1217.41	c nb learnts size 2     : 1519
1217.41/1217.41	c nb learnts size 1     : 58
1217.41/1217.41	c conflicts             : 3744460        (3077 /sec)
1217.41/1217.41	c decisions             : 6657162        (1.43 % random) (5470 /sec)
1217.41/1217.41	c propagations          : 2269235238     (1864640 /sec)
1217.41/1217.41	c conflict literals     : 305169722      (53.55 % deleted)
1217.41/1217.41	c Memory used           : 66.17 MB
1217.41/1217.41	c CPU time              : 1216.98 s
1217.41/1217.41	
1217.41/1217.42	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 /var/tmp/evaluation-result-3498689-1307965100/watcher-3498689-1307965100 -o /var/tmp/evaluation-result-3498689-1307965100/solver-3498689-1307965100 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498689-1307965100.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 1.96 2/175 3091
/proc/meminfo: memFree=12052676/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888925908 8912896 252 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3091/statm: 2176 252 211 178 0 69 0

[startup+0.066632 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3091
/proc/meminfo: memFree=12052676/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888925908 8912896 252 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3091/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10062 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3091
/proc/meminfo: memFree=12052676/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888925908 8912896 252 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3091/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300587 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3091
/proc/meminfo: memFree=12052676/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888925908 8912896 252 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3091/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700494 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3091
/proc/meminfo: memFree=12052676/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3095
/proc/meminfo: memFree=12038548/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=15752 CPUtime=1.08 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 3486 0 0 0 108 0 0 0 25 0 1 0 888925948 16130048 3427 33554432000 134512640 134556542 4286740432 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 3938 3427 214 11 0 3272 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24456

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3095
/proc/meminfo: memFree=12034456/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=20932 CPUtime=2.69 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 4766 0 0 0 268 1 0 0 25 0 1 0 888925948 21434368 4707 33554432000 134512640 134556542 4286740432 18446744073709551615 3819004 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 5233 4707 214 11 0 4567 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29636

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3095
/proc/meminfo: memFree=12029024/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=22680 CPUtime=5.89 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 5226 0 0 0 588 1 0 0 25 0 1 0 888925948 23224320 5167 33554432000 134512640 134556542 4286740432 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 5670 5167 214 11 0 5004 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31384

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3096
/proc/meminfo: memFree=12023588/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=28144 CPUtime=12.29 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 6586 0 0 0 1228 1 0 0 25 0 1 0 888925948 28819456 6527 33554432000 134512640 134556542 4286740432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 7036 6527 214 11 0 6370 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36848

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3096
/proc/meminfo: memFree=12018980/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=32592 CPUtime=25.09 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 7675 0 0 0 2508 1 0 0 25 0 1 0 888925948 33374208 7616 33554432000 134512640 134556542 4286740432 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 8148 7616 214 11 0 7482 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41296

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3097
/proc/meminfo: memFree=12016588/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=35144 CPUtime=50.69 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 8313 0 0 0 5068 1 0 0 25 0 1 0 888925948 35987456 8254 33554432000 134512640 134556542 4286740432 18446744073709551615 134537758 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 8786 8254 214 11 0 8120 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43848

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3098
/proc/meminfo: memFree=12012592/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=39384 CPUtime=101.89 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 9337 0 0 0 10188 1 0 0 25 0 1 0 888925948 40329216 9278 33554432000 134512640 134556542 4286740432 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 9846 9278 214 11 0 9180 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48088

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3146
/proc/meminfo: memFree=12354068/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=40396 CPUtime=161.88 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 9620 0 0 0 16186 2 0 0 25 0 1 0 888925948 41365504 9561 33554432000 134512640 134556542 4286740432 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 10099 9561 214 11 0 9433 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 49100

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3147
/proc/meminfo: memFree=12346792/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=43124 CPUtime=221.89 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 10282 0 0 0 22187 2 0 0 25 0 1 0 888925948 44158976 10223 33554432000 134512640 134556542 4286740432 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 10781 10223 214 11 0 10115 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 51828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3149
/proc/meminfo: memFree=12341588/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=47952 CPUtime=281.89 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 11463 0 0 0 28186 3 0 0 25 0 1 0 888925948 49102848 11395 33554432000 134512640 134556542 4286740432 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 11988 11395 214 11 0 11322 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 56656

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3150
/proc/meminfo: memFree=12339860/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=49556 CPUtime=341.89 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 11870 0 0 0 34186 3 0 0 25 0 1 0 888925948 50745344 11802 33554432000 134512640 134556542 4286740432 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 12389 11802 214 11 0 11723 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 58260

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3152
/proc/meminfo: memFree=12334040/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6

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


[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3216
/proc/meminfo: memFree=12527436/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=62832 CPUtime=881.91 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 14879 0 0 0 88187 4 0 0 25 0 1 0 888925948 64339968 14811 33554432000 134512640 134556542 4286740432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 15708 14811 214 11 0 15042 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 71536

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3217
/proc/meminfo: memFree=12524656/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=62832 CPUtime=941.91 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 14899 0 0 0 94187 4 0 0 25 0 1 0 888925948 64339968 14831 33554432000 134512640 134556542 4286740432 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 15708 14831 214 11 0 15042 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 71536

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3263
/proc/meminfo: memFree=12530472/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=63528 CPUtime=1001.91 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15013 0 0 0 100186 5 0 0 25 0 1 0 888925948 65052672 14945 33554432000 134512640 134556542 4286740432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 15882 14945 214 11 0 15216 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 72232

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3265
/proc/meminfo: memFree=12524348/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=65452 CPUtime=1061.91 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15474 0 0 0 106186 5 0 0 25 0 1 0 888925948 67022848 15406 33554432000 134512640 134556542 4286740432 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16363 15406 214 11 0 15697 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 74156

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3266
/proc/meminfo: memFree=12521336/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=66244 CPUtime=1121.91 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15651 0 0 0 112186 5 0 0 25 0 1 0 888925948 67833856 15583 33554432000 134512640 134556542 4286740432 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16561 15583 214 11 0 15895 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 74948

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3269
/proc/meminfo: memFree=12518440/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67180 CPUtime=1181.92 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15830 0 0 0 118187 5 0 0 25 0 1 0 888925948 68792320 15762 33554432000 134512640 134556542 4286740432 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16795 15762 214 11 0 16129 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 75884

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

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3269
/proc/meminfo: memFree=12517684/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67396 CPUtime=1202.72 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15868 0 0 0 120267 5 0 0 25 0 1 0 888925948 69013504 15800 33554432000 134512640 134556542 4286740432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16849 15800 214 11 0 16183 0
Current children cumulated CPU time (s) 1203.11
Current children cumulated vsize (KiB) 76100

[startup+1209.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/173 3300
/proc/meminfo: memFree=12617220/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67468 CPUtime=1209.12 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15889 0 0 0 120906 6 0 0 25 0 1 0 888925948 69087232 15821 33554432000 134512640 134556542 4286740432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16867 15821 214 11 0 16201 0
Current children cumulated CPU time (s) 1209.51
Current children cumulated vsize (KiB) 76172

[startup+1212.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12598732/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67756 CPUtime=1212.32 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15954 0 0 0 121226 6 0 0 25 0 1 0 888925948 69382144 15886 33554432000 134512640 134556542 4286740432 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16939 15886 214 11 0 16273 0
Current children cumulated CPU time (s) 1212.71
Current children cumulated vsize (KiB) 76460

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12595996/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67756 CPUtime=1215.52 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15954 0 0 0 121546 6 0 0 25 0 1 0 888925948 69382144 15886 33554432000 134512640 134556542 4286740432 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16939 15886 214 11 0 16273 0
Current children cumulated CPU time (s) 1215.91
Current children cumulated vsize (KiB) 76460

[startup+1216.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12596120/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67756 CPUtime=1216.32 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15954 0 0 0 121626 6 0 0 25 0 1 0 888925948 69382144 15886 33554432000 134512640 134556542 4286740432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16939 15886 214 11 0 16273 0
Current children cumulated CPU time (s) 1216.71
Current children cumulated vsize (KiB) 76460

[startup+1217.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12596120/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67756 CPUtime=1216.72 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15954 0 0 0 121666 6 0 0 25 0 1 0 888925948 69382144 15886 33554432000 134512640 134556542 4286740432 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16939 15886 214 11 0 16273 0
Current children cumulated CPU time (s) 1217.11
Current children cumulated vsize (KiB) 76460

[startup+1217.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12596120/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67756 CPUtime=1216.92 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15954 0 0 0 121686 6 0 0 25 0 1 0 888925948 69382144 15886 33554432000 134512640 134556542 4286740432 18446744073709551615 134537050 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16939 15886 214 11 0 16273 0
Current children cumulated CPU time (s) 1217.31
Current children cumulated vsize (KiB) 76460

[startup+1217.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12596120/32951124 swapFree=67062232/67111528
[pid=3091] ppid=3089 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/3091/stat : 3091 (ebglucose.sh) S 3089 3091 2096 0 -1 4202496 381 5990 0 0 0 0 38 1 22 0 1 0 888925908 8912896 255 33554432000 4194304 4922060 140736221584176 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3091/statm: 2176 255 211 178 0 69 0
[pid=3095] ppid=3091 vsize=67756 CPUtime=1217.02 cores=0,2,4,6
/proc/3095/stat : 3095 (ebglucose_stati) R 3091 3091 2096 0 -1 4202496 15954 0 0 0 121696 6 0 0 25 0 1 0 888925948 69382144 15886 33554432000 134512640 134556542 4286740432 18446744073709551615 134537372 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/3095/statm: 16939 15886 214 11 0 16273 0
Current children cumulated CPU time (s) 1217.41
Current children cumulated vsize (KiB) 76460

Child status: 20
Real time (s): 1217.42
CPU time (s): 1217.45
CPU user time (s): 1217.37
CPU system time (s): 0.086986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 76460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1217.37
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22548
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= 22
involuntary context switches= 2228

runsolver used 1.78973 second user time and 3.74743 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 13:38:20
IDJOB=3498689
IDBENCH=82433
IDSOLVER=1992
FILE ID=node147/3498689-1307965100
RUNJOBID= node147-1307958391-2662
PBS_JOBID= 13559681
Free space on /var/tmp= 2752 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 /var/tmp/evaluation-result-3498689-1307965100/watcher-3498689-1307965100 -o /var/tmp/evaluation-result-3498689-1307965100/solver-3498689-1307965100 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498689-1307965100.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=240983302

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:      12053352 kB
Buffers:        107076 kB
Cached:       19601104 kB
SwapCached:      10360 kB
Active:        4803936 kB
Inactive:     15408904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12053352 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      502456 kB
Mapped:          11144 kB
Slab:           619048 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   675096 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 /var/tmp at the end= 2900 MiB
End job on node147 at 2011-06-13 13:58:38