Trace number 3362114

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: ManySAT 1.1 aimd 1/2009-03-20UNSAT 930.143 233.596

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.12	c |         0 |  283484   635918 |   85045       0        0     nan |  0.000 % |
0.00/0.89	c |         0 |  249569   571335 |      --       0       --      -- |     --   | -30553/-57337
0.00/0.89	c ==============================================================================
0.00/0.89	c Result  :   #vars: 37813   #clauses: 249569   #literals: 571335
0.00/0.89	c CPU time:   0.865868 s
0.00/0.89	c ==============================================================================
929.82/233.57	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
929.82/233.57	c ============================[ Problem Statistics ]=============================
929.82/233.57	c |                                                                             |
929.82/233.57	c threadId              : 3
929.82/233.57	c restarts              : 442
929.82/233.57	c conflicts             : 398552         (429 /sec)
929.82/233.57	c decisions             : 554233         (2.14 % random) (597 /sec)
929.82/233.57	c propagations          : 573214489      (617339 /sec)
929.82/233.57	c conflict literals     : 50323584       (53.57 % deleted)
929.82/233.57	c Memory used           : 401.23 MB
929.82/233.57	c CPU time              : 928.525 s
929.82/233.57	
929.82/233.57	c --->m=4, e=8, aimd=1, HOME/1816_many.cnf	time: 232.131	conflicts: 398552       
929.82/233.59	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-3362114-1305299800/watcher-3362114-1305299800 -o /tmp/evaluation-result-3362114-1305299800/solver-3362114-1305299800 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362114-1305299800.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.99 3.93 3.78 1/231 1816
/proc/meminfo: memFree=17592576/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=0 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 641580743 8908800 250 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1816/statm: 2175 250 209 178 0 68 0

[startup+0.0850451 s]
/proc/loadavg: 3.99 3.93 3.78 1/231 1816
/proc/meminfo: memFree=17592576/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=0 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 641580743 8908800 250 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1816/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101041 s]
/proc/loadavg: 3.99 3.93 3.78 1/231 1816
/proc/meminfo: memFree=17592576/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=0 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 641580743 8908800 250 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1816/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301003 s]
/proc/loadavg: 3.99 3.93 3.78 1/231 1816
/proc/meminfo: memFree=17592576/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=0 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 641580743 8908800 250 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1816/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700935 s]
/proc/loadavg: 3.99 3.93 3.78 1/231 1816
/proc/meminfo: memFree=17592576/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=0 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 641580743 8908800 250 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1816/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50078 s]
/proc/loadavg: 3.99 3.93 3.78 2/233 1818
/proc/meminfo: memFree=17560692/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 8700

[startup+3.10049 s]
/proc/loadavg: 3.99 3.93 3.78 5/236 1822
/proc/meminfo: memFree=17519856/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=112444 CPUtime=7.38 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 19201 0 0 0 732 6 0 0 18 0 4 0 641580847 115142656 19155 33554432000 134512640 135305190 4291107856 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 28111 19155 84 194 0 27915 0
[pid=1819/tid=1820] ppid=1816 vsize=112444 CPUtime=1.77 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 766 0 0 0 177 0 0 0 20 0 4 0 641580875 115142656 19155 33554432000 134512640 135305190 4291107856 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=112444 CPUtime=1.76 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 1027 0 0 0 176 0 0 0 18 0 4 0 641580875 115142656 19156 33554432000 134512640 135305190 4291107856 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=112444 CPUtime=1.76 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 757 0 0 0 176 0 0 0 18 0 4 0 641580875 115142656 19156 33554432000 134512640 135305190 4291107856 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 121144

[startup+6.30091 s]
/proc/loadavg: 3.99 3.93 3.78 5/236 1822
/proc/meminfo: memFree=17491276/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=138212 CPUtime=20.18 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 25745 0 0 0 2010 8 0 0 18 0 4 0 641580847 141529088 25699 33554432000 134512640 135305190 4291107856 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 34553 25699 84 194 0 34357 0
[pid=1819/tid=1820] ppid=1816 vsize=138212 CPUtime=4.97 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 2193 0 0 0 496 1 0 0 25 0 4 0 641580875 141529088 25699 33554432000 134512640 135305190 4291107856 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=138212 CPUtime=4.96 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 2921 0 0 0 495 1 0 0 18 0 4 0 641580875 141529088 25699 33554432000 134512640 135305190 4291107856 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=138212 CPUtime=4.96 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 2571 0 0 0 495 1 0 0 18 0 4 0 641580875 141529088 25699 33554432000 134512640 135305190 4291107856 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.2
Current children cumulated vsize (KiB) 146912

[startup+12.7007 s]
/proc/loadavg: 3.99 3.93 3.78 5/236 1822
/proc/meminfo: memFree=17461088/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=166828 CPUtime=45.77 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 32794 0 0 0 4565 12 0 0 18 0 4 0 641580847 170831872 32748 33554432000 134512640 135305190 4291107856 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 41707 32748 84 194 0 41511 0
[pid=1819/tid=1820] ppid=1816 vsize=166828 CPUtime=11.37 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 3869 0 0 0 1135 2 0 0 25 0 4 0 641580875 170831872 32748 33554432000 134512640 135305190 4291107856 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=166828 CPUtime=11.37 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 4217 0 0 0 1135 2 0 0 18 0 4 0 641580875 170831872 32748 33554432000 134512640 135305190 4291107856 18446744073709551615 134570418 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=166828 CPUtime=11.36 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 4727 0 0 0 1133 3 0 0 18 0 4 0 641580875 170831872 32748 33554432000 134512640 135305190 4291107856 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.79
Current children cumulated vsize (KiB) 175528

[startup+25.5004 s]
/proc/loadavg: 3.99 3.94 3.78 5/236 1822
/proc/meminfo: memFree=17400020/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=223276 CPUtime=96.96 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 47027 0 0 0 9675 21 0 0 18 0 4 0 641580847 228634624 46981 33554432000 134512640 135305190 4291107856 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 55819 46981 84 194 0 55623 0
[pid=1819/tid=1820] ppid=1816 vsize=223276 CPUtime=24.17 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 7174 0 0 0 2413 4 0 0 25 0 4 0 641580875 228634624 46981 33554432000 134512640 135305190 4291107856 18446744073709551615 134557680 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=223276 CPUtime=24.17 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 7014 0 0 0 2414 3 0 0 18 0 4 0 641580875 228634624 46981 33554432000 134512640 135305190 4291107856 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=223276 CPUtime=24.16 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 8804 0 0 0 2410 6 0 0 18 0 4 0 641580875 228634624 46981 33554432000 134512640 135305190 4291107856 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.98
Current children cumulated vsize (KiB) 231976

[startup+51.1007 s]
/proc/loadavg: 3.99 3.94 3.79 5/236 1823
/proc/meminfo: memFree=17346148/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=278288 CPUtime=199.33 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 60545 0 0 0 19905 28 0 0 18 0 4 0 641580847 284966912 60499 33554432000 134512640 135305190 4291107856 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 69572 60499 84 194 0 69376 0
[pid=1819/tid=1820] ppid=1816 vsize=278288 CPUtime=49.76 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 10105 0 0 0 4970 6 0 0 25 0 4 0 641580875 284966912 60499 33554432000 134512640 135305190 4291107856 18446744073709551615 134557980 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=278288 CPUtime=49.76 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 10750 0 0 0 4972 4 0 0 21 0 4 0 641580875 284966912 60499 33554432000 134512640 135305190 4291107856 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=278288 CPUtime=49.74 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 11898 0 0 0 4966 8 0 0 23 0 4 0 641580875 284966912 60499 33554432000 134512640 135305190 4291107856 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.35
Current children cumulated vsize (KiB) 286988

[startup+102.309 s]
/proc/loadavg: 4.06 3.96 3.80 5/236 1824
/proc/meminfo: memFree=17274580/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=350528 CPUtime=404.14 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 78345 0 0 0 40372 42 0 0 21 0 4 0 641580847 358940672 78299 33554432000 134512640 135305190 4291107856 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 87632 78299 84 194 0 87436 0
[pid=1819/tid=1820] ppid=1816 vsize=350528 CPUtime=100.95 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 14685 0 0 0 10086 9 0 0 25 0 4 0 641580875 358940672 78299 33554432000 134512640 135305190 4291107856 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=350528 CPUtime=100.98 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 15436 0 0 0 10091 7 0 0 22 0 4 0 641580875 358940672 78299 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=350528 CPUtime=100.95 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 16101 0 0 0 10081 14 0 0 18 0 4 0 641580875 358940672 78299 33554432000 134512640 135305190 4291107856 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.16
Current children cumulated vsize (KiB) 359228

[startup+162.3 s]
/proc/loadavg: 4.02 3.97 3.81 5/236 1826
/proc/meminfo: memFree=17237348/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=391064 CPUtime=644.08 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 87594 0 0 0 64358 50 0 0 25 0 4 0 641580847 400449536 87548 33554432000 134512640 135305190 4291107856 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 97766 87548 84 194 0 97570 0
[pid=1819/tid=1820] ppid=1816 vsize=391064 CPUtime=160.94 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 16932 0 0 0 16083 11 0 0 25 0 4 0 641580875 400449536 87548 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=391064 CPUtime=160.97 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17823 0 0 0 16088 9 0 0 25 0 4 0 641580875 400449536 87548 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=391064 CPUtime=160.93 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 18676 0 0 0 16075 18 0 0 25 0 4 0 641580875 400449536 87548 33554432000 134512640 135305190 4291107856 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.1
Current children cumulated vsize (KiB) 399764

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1827
/proc/meminfo: memFree=17221568/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=408280 CPUtime=884.03 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 91531 0 0 0 88348 55 0 0 25 0 4 0 641580847 418078720 91485 33554432000 134512640 135305190 4291107856 18446744073709551615 134528872 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102070 91485 84 194 0 101874 0
[pid=1819/tid=1820] ppid=1816 vsize=408280 CPUtime=220.93 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17715 0 0 0 22082 11 0 0 25 0 4 0 641580875 418078720 91485 33554432000 134512640 135305190 4291107856 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=408280 CPUtime=220.94 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19053 0 0 0 22084 10 0 0 25 0 4 0 641580875 418078720 91485 33554432000 134512640 135305190 4291107856 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=408280 CPUtime=220.92 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19388 0 0 0 22072 20 0 0 19 0 4 0 641580875 418078720 91485 33554432000 134512640 135305190 4291107856 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.05
Current children cumulated vsize (KiB) 416980

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

[startup+223.901 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1827
/proc/meminfo: memFree=17221320/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=408856 CPUtime=890.43 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 91643 0 0 0 88988 55 0 0 19 0 4 0 641580847 418668544 91597 33554432000 134512640 135305190 4291107856 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102214 91597 84 194 0 102018 0
[pid=1819/tid=1820] ppid=1816 vsize=408856 CPUtime=222.54 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17789 0 0 0 22243 11 0 0 25 0 4 0 641580875 418668544 91597 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=408856 CPUtime=222.54 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19085 0 0 0 22244 10 0 0 25 0 4 0 641580875 418668544 91597 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=408856 CPUtime=222.53 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19388 0 0 0 22233 20 0 0 25 0 4 0 641580875 418668544 91597 33554432000 134512640 135305190 4291107856 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 891.45
Current children cumulated vsize (KiB) 417556

[startup+230.301 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1828
/proc/meminfo: memFree=17219684/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=410616 CPUtime=916 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 92013 0 0 0 91544 56 0 0 20 0 4 0 641580847 420470784 91967 33554432000 134512640 135305190 4291107856 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102654 91967 84 194 0 102458 0
[pid=1819/tid=1820] ppid=1816 vsize=410616 CPUtime=228.93 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17922 0 0 0 22882 11 0 0 25 0 4 0 641580875 420470784 91967 33554432000 134512640 135305190 4291107856 18446744073709551615 134558450 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=410616 CPUtime=228.94 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19121 0 0 0 22884 10 0 0 25 0 4 0 641580875 420470784 91967 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=410616 CPUtime=228.91 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19463 0 0 0 22871 20 0 0 18 0 4 0 641580875 420470784 91967 33554432000 134512640 135305190 4291107856 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 917.02
Current children cumulated vsize (KiB) 419316

[startup+231.901 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1828
/proc/meminfo: memFree=17219684/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=410856 CPUtime=922.4 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 92016 0 0 0 92184 56 0 0 19 0 4 0 641580847 420716544 91970 33554432000 134512640 135305190 4291107856 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102714 91970 84 194 0 102518 0
[pid=1819/tid=1820] ppid=1816 vsize=410856 CPUtime=230.52 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17922 0 0 0 23041 11 0 0 25 0 4 0 641580875 420716544 91970 33554432000 134512640 135305190 4291107856 18446744073709551615 134539063 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=410856 CPUtime=230.53 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19124 0 0 0 23043 10 0 0 25 0 4 0 641580875 420716544 91970 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=410856 CPUtime=230.51 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19463 0 0 0 23031 20 0 0 20 0 4 0 641580875 420716544 91970 33554432000 134512640 135305190 4291107856 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 923.42
Current children cumulated vsize (KiB) 419556

[startup+232.7 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1828
/proc/meminfo: memFree=17219684/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=410856 CPUtime=925.6 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 92018 0 0 0 92504 56 0 0 20 0 4 0 641580847 420716544 91972 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102714 91972 84 194 0 102518 0
[pid=1819/tid=1820] ppid=1816 vsize=410856 CPUtime=231.32 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17922 0 0 0 23121 11 0 0 25 0 4 0 641580875 420716544 91972 33554432000 134512640 135305190 4291107856 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=410856 CPUtime=231.33 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19126 0 0 0 23123 10 0 0 25 0 4 0 641580875 420716544 91972 33554432000 134512640 135305190 4291107856 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=410856 CPUtime=231.31 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19463 0 0 0 23111 20 0 0 22 0 4 0 641580875 420716544 91972 33554432000 134512640 135305190 4291107856 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 926.62
Current children cumulated vsize (KiB) 419556

[startup+233.1 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1828
/proc/meminfo: memFree=17219684/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=410856 CPUtime=927.21 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 92019 0 0 0 92665 56 0 0 21 0 4 0 641580847 420716544 91973 33554432000 134512640 135305190 4291107856 18446744073709551615 134528590 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102714 91973 84 194 0 102518 0
[pid=1819/tid=1820] ppid=1816 vsize=410856 CPUtime=231.73 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17922 0 0 0 23162 11 0 0 25 0 4 0 641580875 420716544 91973 33554432000 134512640 135305190 4291107856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=410856 CPUtime=231.74 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19127 0 0 0 23164 10 0 0 25 0 4 0 641580875 420716544 91973 33554432000 134512640 135305190 4291107856 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=410856 CPUtime=231.71 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19463 0 0 0 23151 20 0 0 18 0 4 0 641580875 420716544 91973 33554432000 134512640 135305190 4291107856 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 928.23
Current children cumulated vsize (KiB) 419556

[startup+233.501 s]
/proc/loadavg: 4.00 3.97 3.82 5/236 1828
/proc/meminfo: memFree=17219684/32951124 swapFree=66522240/67111528
[pid=1816] ppid=1814 vsize=8700 CPUtime=1.02 cores=0-7
/proc/1816/stat : 1816 (manysat.sh) S 1814 1816 1393 0 -1 4202496 357 10705 0 0 0 0 99 3 18 0 1 0 641580743 8908800 253 33554432000 4194304 4922060 140736301823600 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1816/statm: 2175 253 209 178 0 68 0
[pid=1819] ppid=1816 vsize=410856 CPUtime=928.8 cores=0-7
/proc/1819/stat : 1819 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202496 92025 0 0 0 92824 56 0 0 22 0 4 0 641580847 420716544 91979 33554432000 134512640 135305190 4291107856 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1819/statm: 102714 91979 84 194 0 102518 0
[pid=1819/tid=1820] ppid=1816 vsize=410856 CPUtime=232.12 cores=0-7
/proc/1819/task/1820/stat : 1820 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 17922 0 0 0 23201 11 0 0 25 0 4 0 641580875 420716544 91979 33554432000 134512640 135305190 4291107856 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1819/tid=1821] ppid=1816 vsize=410856 CPUtime=232.13 cores=0-7
/proc/1819/task/1821/stat : 1821 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19133 0 0 0 23203 10 0 0 18 0 4 0 641580875 420716544 91979 33554432000 134512640 135305190 4291107856 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1819/tid=1822] ppid=1816 vsize=410856 CPUtime=232.1 cores=0-7
/proc/1819/task/1822/stat : 1822 (manysat1.1_stat) R 1816 1816 1393 0 -1 4202560 19463 0 0 0 23190 20 0 0 18 0 4 0 641580875 420716544 91979 33554432000 134512640 135305190 4291107856 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 929.82
Current children cumulated vsize (KiB) 419556

Child status: 20
Real time (s): 233.596
CPU time (s): 930.143
CPU user time (s): 929.525
CPU system time (s): 0.617906
CPU usage (%): 398.184
Max. virtual memory (cumulated for all children) (KiB): 419556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 929.525
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103315
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= 6929
involuntary context switches= 3407

runsolver used 0.493924 second user time and 1.20882 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 17:16:40
IDJOB=3362114
IDBENCH=82422
IDSOLVER=1839
FILE ID=node109/3362114-1305299800
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36492 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362114-1305299800/watcher-3362114-1305299800 -o /tmp/evaluation-result-3362114-1305299800/solver-3362114-1305299800 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362114-1305299800.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1818126929

node109.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.809
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.61
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.809
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.809
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.74
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.809
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17593104 kB
Buffers:        220132 kB
Cached:        3992576 kB
SwapCached:      19036 kB
Active:        6336604 kB
Inactive:      8763524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17593104 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            5980 kB
Writeback:           0 kB
AnonPages:    10874828 kB
Mapped:          17700 kB
Slab:           163924 kB
PageTables:      30236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17846424 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= 36488 MiB
End job on node109 at 2011-05-13 17:20:34