Trace number 3365782

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0UNSAT 1225.46 1225.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.339948 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 glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
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                                       |
1225.43/1225.41	c restarts              : 6496
1225.43/1225.41	c nb ReduceDB           : 66
1225.43/1225.41	c nb learnts DL2        : 1341
1225.43/1225.41	c nb learnts size 2     : 755
1225.43/1225.41	c nb learnts size 1     : 52
1225.43/1225.41	c conflicts             : 3533160        (2884 /sec)
1225.43/1225.41	c decisions             : 5676402        (1.33 % random) (4634 /sec)
1225.43/1225.41	c propagations          : 2292158122     (1871122 /sec)
1225.43/1225.41	c conflict literals     : 356140539      (57.28 % deleted)
1225.43/1225.41	c Memory used           : 76.32 MB
1225.43/1225.41	c CPU time              : 1225.02 s
1225.43/1225.41	
1225.43/1225.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.0 (svn: 961)

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-3365782-1305320286/watcher-3365782-1305320286 -o /tmp/evaluation-result-3365782-1305320286/solver-3365782-1305320286 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365782-1305320286.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.01 2.02 2.00 3/365 10194
/proc/meminfo: memFree=12527004/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 722259248 8912896 252 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10194/statm: 2176 252 211 178 0 69 0

[startup+0.05174 s]
/proc/loadavg: 2.01 2.02 2.00 3/365 10194
/proc/meminfo: memFree=12527004/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 722259248 8912896 252 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10194/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100731 s]
/proc/loadavg: 2.01 2.02 2.00 3/365 10194
/proc/meminfo: memFree=12527004/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 722259248 8912896 252 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10194/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300695 s]
/proc/loadavg: 2.01 2.02 2.00 3/365 10194
/proc/meminfo: memFree=12527004/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 722259248 8912896 252 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10194/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700621 s]
/proc/loadavg: 2.01 2.02 2.00 3/365 10194
/proc/meminfo: memFree=12527004/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50058 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10197
/proc/meminfo: memFree=12512092/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=13772 CPUtime=1.09 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 3313 0 0 0 109 0 0 0 25 0 1 0 722259289 14102528 3267 33554432000 134512640 135217611 4292775808 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 3443 3268 77 173 0 3268 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22476

[startup+3.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10197
/proc/meminfo: memFree=12508000/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=17648 CPUtime=2.69 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 4278 0 0 0 269 0 0 0 25 0 1 0 722259289 18071552 4232 33554432000 134512640 135217611 4292775808 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 4412 4232 77 173 0 4237 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26352

[startup+6.30071 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10197
/proc/meminfo: memFree=12502676/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=22732 CPUtime=5.89 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 5564 0 0 0 589 0 0 0 25 0 1 0 722259289 23277568 5518 33554432000 134512640 135217611 4292775808 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 5683 5518 77 173 0 5508 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31436

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10197
/proc/meminfo: memFree=12488804/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=33724 CPUtime=12.28 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 8314 0 0 0 1228 0 0 0 25 0 1 0 722259289 34533376 8268 33554432000 134512640 135217611 4292775808 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 8431 8268 77 173 0 8256 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42428

[startup+25.5012 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10197
/proc/meminfo: memFree=12489048/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=33804 CPUtime=25.09 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 8324 0 0 0 2509 0 0 0 25 0 1 0 722259289 34615296 8278 33554432000 134512640 135217611 4292775808 18446744073709551615 134538297 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 8451 8278 77 173 0 8276 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42508

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10198
/proc/meminfo: memFree=12488832/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=34092 CPUtime=50.68 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 8389 0 0 0 5068 0 0 0 25 0 1 0 722259289 34910208 8343 33554432000 134512640 135217611 4292775808 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 8523 8343 77 173 0 8348 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42796

[startup+102.314 s]
/proc/loadavg: 2.00 2.01 2.00 3/367 10199
/proc/meminfo: memFree=12484972/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=38112 CPUtime=101.91 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 9334 0 0 0 10190 1 0 0 25 0 1 0 722259289 39026688 9288 33554432000 134512640 135217611 4292775808 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 9528 9288 77 173 0 9353 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 46816

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10201
/proc/meminfo: memFree=12479308/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=42964 CPUtime=161.9 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 10565 0 0 0 16189 1 0 0 25 0 1 0 722259289 43995136 10519 33554432000 134512640 135217611 4292775808 18446744073709551615 134532721 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 10741 10519 77 173 0 10566 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 51668

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/367 10212
/proc/meminfo: memFree=12475652/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=46340 CPUtime=221.9 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 11409 0 0 0 22189 1 0 0 25 0 1 0 722259289 47452160 11363 33554432000 134512640 135217611 4292775808 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 11585 11363 77 173 0 11410 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 55044

[startup+282.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/367 10213
/proc/meminfo: memFree=12472624/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=49572 CPUtime=281.9 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 12182 0 0 0 28189 1 0 0 25 0 1 0 722259289 50761728 12136 33554432000 134512640 135217611 4292775808 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 12393 12136 77 173 0 12218 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 58276

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/367 10215
/proc/meminfo: memFree=12466988/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=56128 CPUtime=341.9 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 13797 0 0 0 34189 1 0 0 25 0 1 0 722259289 57475072 13751 33554432000 134512640 135217611 4292775808 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 14032 13751 77 173 0 13857 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 64832

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10216
/proc/meminfo: memFree=12466804/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6

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


[startup+882.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/367 10229
/proc/meminfo: memFree=12452632/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=71160 CPUtime=881.91 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 17474 0 0 0 88189 2 0 0 25 0 1 0 722259289 72867840 17359 33554432000 134512640 135217611 4292775808 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 17790 17359 77 173 0 17615 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 79864

[startup+942.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/367 10231
/proc/meminfo: memFree=12451572/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=71684 CPUtime=941.91 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 17579 0 0 0 94189 2 0 0 25 0 1 0 722259289 73404416 17464 33554432000 134512640 135217611 4292775808 18446744073709551615 134527953 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 17921 17464 77 173 0 17746 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 80388

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10232
/proc/meminfo: memFree=12451752/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=72236 CPUtime=1001.92 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 17706 0 0 0 100190 2 0 0 25 0 1 0 722259289 73969664 17591 33554432000 134512640 135217611 4292775808 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 18059 17591 77 173 0 17884 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 80940

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10234
/proc/meminfo: memFree=12445384/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=77972 CPUtime=1061.92 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19125 0 0 0 106189 3 0 0 25 0 1 0 722259289 79843328 19010 33554432000 134512640 135217611 4292775808 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19493 19010 77 173 0 19318 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 86676

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/367 10235
/proc/meminfo: memFree=12445304/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=77972 CPUtime=1121.92 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19147 0 0 0 112189 3 0 0 25 0 1 0 722259289 79843328 19032 33554432000 134512640 135217611 4292775808 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19493 19032 77 173 0 19318 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 86676

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/367 10237
/proc/meminfo: memFree=12445988/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1181.93 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 118190 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134528127 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 86856

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

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12445980/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1202.73 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 120270 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1203.12
Current children cumulated vsize (KiB) 86856

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12445100/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1215.53 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 121550 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1215.92
Current children cumulated vsize (KiB) 86856

[startup+1222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12442488/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1221.93 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 122190 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1222.32
Current children cumulated vsize (KiB) 86856

[startup+1223.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12442488/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1223.53 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 122350 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1223.92
Current children cumulated vsize (KiB) 86856

[startup+1224.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12442488/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1224.33 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 122430 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134533766 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1224.72
Current children cumulated vsize (KiB) 86856

[startup+1225.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12442488/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1224.73 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 122470 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1225.12
Current children cumulated vsize (KiB) 86856

[startup+1225.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12442488/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1224.93 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 122490 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134540945 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1225.32
Current children cumulated vsize (KiB) 86856

[startup+1225.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/367 10238
/proc/meminfo: memFree=12442488/32950928 swapFree=65762508/67111528
[pid=10194] ppid=10192 vsize=8704 CPUtime=0.39 cores=0,2,4,6
/proc/10194/stat : 10194 (glucose.sh) S 10192 10194 9851 0 -1 4202496 359 5757 0 0 0 0 38 1 21 0 1 0 722259248 8912896 254 33554432000 4194304 4922060 140733400034736 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10194/statm: 2176 254 211 178 0 69 0
[pid=10197] ppid=10194 vsize=78152 CPUtime=1225.04 cores=0,2,4,6
/proc/10197/stat : 10197 (glucose_static) R 10194 10194 9851 0 -1 4202496 19158 0 0 0 122501 3 0 0 25 0 1 0 722259289 80027648 19043 33554432000 134512640 135217611 4292775808 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10197/statm: 19538 19043 77 173 0 19363 0
Current children cumulated CPU time (s) 1225.43
Current children cumulated vsize (KiB) 86856

Child status: 20
Real time (s): 1225.42
CPU time (s): 1225.46
CPU user time (s): 1225.41
CPU system time (s): 0.052991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 86856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1225.41
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25494
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= 39
involuntary context switches= 1658

runsolver used 4.49832 second user time and 9.98448 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 22:58:06
IDJOB=3365782
IDBENCH=82433
IDSOLVER=1842
FILE ID=node116/3365782-1305320286
RUNJOBID= node116-1305315246-9869
PBS_JOBID= 13324316
Free space on /tmp= 45312 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365782-1305320286/watcher-3365782-1305320286 -o /tmp/evaluation-result-3365782-1305320286/solver-3365782-1305320286 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365782-1305320286.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1399937689

node116.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.826
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.65
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      12527284 kB
Buffers:        254796 kB
Cached:        9832580 kB
SwapCached:      12420 kB
Active:       11823604 kB
Inactive:      8205332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12527284 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:            3940 kB
Writeback:           0 kB
AnonPages:     9939648 kB
Mapped:          16316 kB
Slab:           283064 kB
PageTables:      45392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83400268 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= 45308 MiB
End job on node116 at 2011-05-13 23:18:31