Trace number 3362135

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 1240.85 1238.14

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.42	c ==============================================================================
0.00/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.42	c ==============================================================================
0.00/0.42	c |         0 |  878967  2050923 |  263690       0        0     nan |  0.000 % |
1236.95/1237.01	c |         0 |   66722   233596 |      --       0       --      -- |     --   | -807713/-1806450
1236.95/1237.01	c ==============================================================================
1236.95/1237.01	c Result  :   #vars: 2404   #clauses: 66722   #literals: 233596
1236.95/1237.01	c CPU time:   1236.72 s
1236.95/1237.01	c ==============================================================================
1240.76/1238.11	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1240.76/1238.11	c ============================[ Problem Statistics ]=============================
1240.76/1238.11	c |                                                                             |
1240.76/1238.11	c threadId              : 2
1240.76/1238.11	c restarts              : 11
1240.76/1238.11	c conflicts             : 14252          (3807 /sec)
1240.76/1238.11	c decisions             : 66967          (1.54 % random) (17889 /sec)
1240.76/1238.11	c propagations          : 1086561        (290258 /sec)
1240.76/1238.11	c conflict literals     : 1649780        (4.34 % deleted)
1240.76/1238.11	c Memory used           : 78.80 MB
1240.76/1238.11	c CPU time              : 3.74343 s
1240.76/1238.11	
1240.76/1238.11	c --->m=4, e=8, aimd=1, HOME/12012_many.cnf	time: 0.935858	conflicts: 14252        
1240.76/1238.11	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-3362135-1305299355/watcher-3362135-1305299355 -o /tmp/evaluation-result-3362135-1305299355/solver-3362135-1305299355 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362135-1305299355.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.73 7.97 7.66 5/283 12012
/proc/meminfo: memFree=18554096/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0

[startup+0.103185 s]
/proc/loadavg: 7.73 7.97 7.66 5/283 12012
/proc/meminfo: memFree=18554096/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201168 s]
/proc/loadavg: 7.73 7.97 7.66 5/283 12012
/proc/meminfo: memFree=18554096/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30115 s]
/proc/loadavg: 7.73 7.97 7.66 5/283 12012
/proc/meminfo: memFree=18554096/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701076 s]
/proc/loadavg: 7.73 7.97 7.66 5/283 12012
/proc/meminfo: memFree=18554096/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 7.73 7.97 7.66 6/285 12014
/proc/meminfo: memFree=18417952/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=152880 CPUtime=1.49 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 35723 0 0 0 142 7 0 0 25 0 1 0 622350929 156549120 33057 33554432000 134512640 135034092 4291921568 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 38220 33057 68 128 0 38090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 161580

[startup+3.10065 s]
/proc/loadavg: 7.51 7.92 7.65 6/285 12014
/proc/meminfo: memFree=18405304/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=158740 CPUtime=3.09 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 37060 0 0 0 300 9 0 0 25 0 1 0 622350929 162549760 34394 33554432000 134512640 135034092 4291921568 18446744073709551615 134547956 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 39685 34394 68 128 0 39555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 167440

[startup+6.3011 s]
/proc/loadavg: 7.51 7.92 7.65 6/285 12014
/proc/meminfo: memFree=18368336/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=170072 CPUtime=6.29 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 39760 0 0 0 616 13 0 0 25 0 1 0 622350929 174153728 37094 33554432000 134512640 135034092 4291921568 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 42518 37094 68 128 0 42388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 178772

[startup+12.701 s]
/proc/loadavg: 7.12 7.82 7.62 6/285 12014
/proc/meminfo: memFree=18300596/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=189156 CPUtime=12.69 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 44593 0 0 0 1248 21 0 0 25 0 1 0 622350929 193695744 41468 33554432000 134512640 135034092 4291921568 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 47289 41468 68 128 0 47159 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 197856

[startup+25.5007 s]
/proc/loadavg: 6.79 7.73 7.59 6/285 12015
/proc/meminfo: memFree=18287448/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=193660 CPUtime=25.49 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 45623 0 0 0 2526 23 0 0 25 0 1 0 622350929 198307840 42498 33554432000 134512640 135034092 4291921568 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 48415 42498 68 128 0 48285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202360

[startup+51.1012 s]
/proc/loadavg: 6.18 7.51 7.52 6/285 12015
/proc/meminfo: memFree=18266068/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=199552 CPUtime=51.09 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 47171 0 0 0 5083 26 0 0 25 0 1 0 622350929 204341248 43652 33554432000 134512640 135034092 4291921568 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 49888 43652 68 128 0 49758 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208252

[startup+102.301 s]
/proc/loadavg: 5.52 7.10 7.38 6/285 12017
/proc/meminfo: memFree=18139156/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=199808 CPUtime=102.3 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 47223 0 0 0 10204 26 0 0 25 0 1 0 622350929 204603392 43704 33554432000 134512640 135034092 4291921568 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 49952 43704 68 128 0 49822 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208508

[startup+162.3 s]
/proc/loadavg: 5.24 6.73 7.23 6/285 12018
/proc/meminfo: memFree=18117260/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=200036 CPUtime=162.28 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 47250 0 0 0 16202 26 0 0 25 0 1 0 622350929 204836864 43731 33554432000 134512640 135034092 4291921568 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 50009 43731 68 128 0 49879 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 208736

[startup+222.311 s]
/proc/loadavg: 5.13 6.43 7.09 6/285 12020
/proc/meminfo: memFree=17961308/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=200292 CPUtime=222.29 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 47302 0 0 0 22203 26 0 0 25 0 1 0 622350929 205099008 43783 33554432000 134512640 135034092 4291921568 18446744073709551615 134549016 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 50073 43783 68 128 0 49943 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 208992

[startup+282.3 s]
/proc/loadavg: 4.81 6.12 6.95 6/285 12120
/proc/meminfo: memFree=20115176/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=200548 CPUtime=282.28 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 47354 0 0 0 28202 26 0 0 25 0 1 0 622350929 205361152 43835 33554432000 134512640 135034092 4291921568 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 50137 43835 68 128 0 50007 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 209248

[startup+342.301 s]
/proc/loadavg: 4.99 5.92 6.82 6/285 12155
/proc/meminfo: memFree=19974508/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=200804 CPUtime=342.28 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 47428 0 0 0 34202 26 0 0 25 0 1 0 622350929 205623296 43909 33554432000 134512640 135034092 4291921568 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12013/statm: 50201 43909 68 128 0 50071 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 209504

[startup+402.301 s]
/proc/loadavg: 5.05 5.77 6.72 5/285 12157
/proc/meminfo: memFree=19920052/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7

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

/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=204900 CPUtime=1002.25 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48207 0 0 0 100199 26 0 0 25 0 1 0 622350929 209817600 44688 33554432000 134512640 135034092 4291921568 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 51225 44688 68 128 0 51095 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 213600

[startup+1062.3 s]
/proc/loadavg: 5.09 5.13 5.85 6/285 12177
/proc/meminfo: memFree=19394876/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=205668 CPUtime=1062.26 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48311 0 0 0 106200 26 0 0 25 0 1 0 622350929 210604032 44792 33554432000 134512640 135034092 4291921568 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 51417 44792 68 128 0 51287 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 214368

[startup+1122.3 s]
/proc/loadavg: 5.10 5.12 5.80 6/285 12179
/proc/meminfo: memFree=19370016/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=206436 CPUtime=1122.26 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48427 0 0 0 112200 26 0 0 25 0 1 0 622350929 211390464 44908 33554432000 134512640 135034092 4291921568 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 51609 44908 68 128 0 51479 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 215136

[startup+1182.3 s]
/proc/loadavg: 4.97 5.08 5.74 6/285 12180
/proc/meminfo: memFree=19345408/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=207204 CPUtime=1182.26 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48551 0 0 0 118200 26 0 0 25 0 1 0 622350929 212176896 45032 33554432000 134512640 135034092 4291921568 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 51801 45032 68 128 0 51671 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 215904

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

[startup+1203.2 s]
/proc/loadavg: 4.98 5.07 5.72 6/285 12181
/proc/meminfo: memFree=19339188/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=207588 CPUtime=1203.16 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48619 0 0 0 120290 26 0 0 25 0 1 0 622350929 212570112 45100 33554432000 134512640 135034092 4291921568 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 51897 45100 68 128 0 51767 0
Current children cumulated CPU time (s) 1203.16
Current children cumulated vsize (KiB) 216288

[startup+1216 s]
/proc/loadavg: 4.98 5.07 5.71 6/285 12181
/proc/meminfo: memFree=19335452/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=207780 CPUtime=1215.96 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48663 0 0 0 121570 26 0 0 25 0 1 0 622350929 212766720 45144 33554432000 134512640 135034092 4291921568 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 51945 45144 68 128 0 51815 0
Current children cumulated CPU time (s) 1215.96
Current children cumulated vsize (KiB) 216480

[startup+1228.81 s]
/proc/loadavg: 5.06 5.08 5.71 6/285 12182
/proc/meminfo: memFree=19330488/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=208160 CPUtime=1228.77 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48744 0 0 0 122851 26 0 0 25 0 1 0 622350929 213155840 45225 33554432000 134512640 135034092 4291921568 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 52040 45225 68 128 0 51910 0
Current children cumulated CPU time (s) 1228.77
Current children cumulated vsize (KiB) 216860

[startup+1232 s]
/proc/loadavg: 5.05 5.08 5.70 6/285 12182
/proc/meminfo: memFree=19329000/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=208352 CPUtime=1231.97 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48755 0 0 0 123171 26 0 0 25 0 1 0 622350929 213352448 45236 33554432000 134512640 135034092 4291921568 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 52088 45236 68 128 0 51958 0
Current children cumulated CPU time (s) 1231.97
Current children cumulated vsize (KiB) 217052

[startup+1235.2 s]
/proc/loadavg: 5.05 5.08 5.70 6/285 12182
/proc/meminfo: memFree=19327516/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=208352 CPUtime=1235.16 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 48779 0 0 0 123490 26 0 0 25 0 1 0 622350929 213352448 45260 33554432000 134512640 135034092 4291921568 18446744073709551615 134541075 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 52088 45260 68 128 0 51958 0
Current children cumulated CPU time (s) 1235.16
Current children cumulated vsize (KiB) 217052

[startup+1236.8 s]
/proc/loadavg: 5.05 5.08 5.70 6/285 12182
/proc/meminfo: memFree=19326632/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622350929 8908800 250 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12012/statm: 2175 250 209 178 0 68 0
[pid=12013] ppid=12012 vsize=214964 CPUtime=1236.76 cores=1,3,5,7
/proc/12013/stat : 12013 (SatElite) R 12012 12012 11653 0 -1 4202496 49710 0 0 0 123650 26 0 0 25 0 1 0 622350929 220123136 46191 33554432000 134512640 135034092 4291921568 18446744073709551615 134569613 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12013/statm: 53741 46191 68 128 0 53611 0
Current children cumulated CPU time (s) 1236.76
Current children cumulated vsize (KiB) 223664

[startup+1237.61 s]
/proc/loadavg: 5.05 5.08 5.70 9/288 12186
/proc/meminfo: memFree=19477640/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=1237.03 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 357 51938 0 0 0 0 123676 27 18 0 1 0 622350929 8908800 253 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12012/statm: 2175 253 209 178 0 68 0
[pid=12183] ppid=12012 vsize=65680 CPUtime=1.76 cores=1,3,5,7
/proc/12183/stat : 12183 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202496 8052 0 0 0 174 2 0 0 18 0 4 0 622474637 67256320 8003 33554432000 134512640 135305190 4287099056 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12183/statm: 16420 8003 84 194 0 16224 0
[pid=12183/tid=12184] ppid=12012 vsize=65680 CPUtime=0.41 cores=1,3,5,7
/proc/12183/task/12184/stat : 12184 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 843 0 0 0 41 0 0 0 18 0 4 0 622474644 67256320 8003 33554432000 134512640 135305190 4287099056 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12183/tid=12185] ppid=12012 vsize=65680 CPUtime=0.42 cores=1,3,5,7
/proc/12183/task/12185/stat : 12185 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 1141 0 0 0 42 0 0 0 23 0 4 0 622474644 67256320 8003 33554432000 134512640 135305190 4287099056 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12183/tid=12186] ppid=12012 vsize=65680 CPUtime=0.4 cores=1,3,5,7
/proc/12183/task/12186/stat : 12186 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 658 0 0 0 40 0 0 0 18 0 4 0 622474644 67256320 8003 33554432000 134512640 135305190 4287099056 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1238.79
Current children cumulated vsize (KiB) 74380

[startup+1238 s]
/proc/loadavg: 5.05 5.08 5.70 9/288 12186
/proc/meminfo: memFree=19477640/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=1237.03 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 357 51938 0 0 0 0 123676 27 18 0 1 0 622350929 8908800 253 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12012/statm: 2175 253 209 178 0 68 0
[pid=12183] ppid=12012 vsize=77480 CPUtime=3.32 cores=1,3,5,7
/proc/12183/stat : 12183 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202496 11029 0 0 0 329 3 0 0 19 0 4 0 622474637 79339520 10980 33554432000 134512640 135305190 4287099056 18446744073709551615 134531006 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12183/statm: 19370 10980 84 194 0 19174 0
[pid=12183/tid=12184] ppid=12012 vsize=77480 CPUtime=0.8 cores=1,3,5,7
/proc/12183/task/12184/stat : 12184 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 1633 0 0 0 80 0 0 0 19 0 4 0 622474644 79339520 10980 33554432000 134512640 135305190 4287099056 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12183/tid=12185] ppid=12012 vsize=77480 CPUtime=0.81 cores=1,3,5,7
/proc/12183/task/12185/stat : 12185 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 2218 0 0 0 81 0 0 0 25 0 4 0 622474644 79339520 10980 33554432000 134512640 135305190 4287099056 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12183/tid=12186] ppid=12012 vsize=77480 CPUtime=0.79 cores=1,3,5,7
/proc/12183/task/12186/stat : 12186 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 902 0 0 0 79 0 0 0 18 0 4 0 622474644 79339520 10980 33554432000 134512640 135305190 4287099056 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1240.35
Current children cumulated vsize (KiB) 86180

[startup+1238.1 s]
/proc/loadavg: 5.05 5.08 5.70 9/288 12186
/proc/meminfo: memFree=19477640/32951124 swapFree=67057896/67111528
[pid=12012] ppid=12010 vsize=8700 CPUtime=1237.03 cores=1,3,5,7
/proc/12012/stat : 12012 (manysat.sh) S 12010 12012 11653 0 -1 4202496 357 51938 0 0 0 0 123676 27 18 0 1 0 622350929 8908800 253 33554432000 4194304 4922060 140734776006720 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12012/statm: 2175 253 209 178 0 68 0
[pid=12183] ppid=12012 vsize=80552 CPUtime=3.73 cores=1,3,5,7
/proc/12183/stat : 12183 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202496 11568 0 0 0 369 4 0 0 19 0 4 0 622474637 82485248 11519 33554432000 134512640 135305190 4287099056 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12183/statm: 20138 11519 84 194 0 19942 0
[pid=12183/tid=12184] ppid=12012 vsize=80552 CPUtime=0.9 cores=1,3,5,7
/proc/12183/task/12184/stat : 12184 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 1703 0 0 0 90 0 0 0 19 0 4 0 622474644 82485248 11519 33554432000 134512640 135305190 4287099056 18446744073709551615 134569889 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12183/tid=12185] ppid=12012 vsize=80552 CPUtime=0.92 cores=1,3,5,7
/proc/12183/task/12185/stat : 12185 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 2325 0 0 0 91 1 0 0 25 0 4 0 622474644 82485248 11519 33554432000 134512640 135305190 4287099056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12183/tid=12186] ppid=12012 vsize=80552 CPUtime=0.89 cores=1,3,5,7
/proc/12183/task/12186/stat : 12186 (manysat1.1_stat) R 12012 12012 11653 0 -1 4202560 942 0 0 0 89 0 0 0 19 0 4 0 622474644 82485248 11519 33554432000 134512640 135305190 4287099056 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1240.76
Current children cumulated vsize (KiB) 89252

Child status: 20
Real time (s): 1238.14
CPU time (s): 1240.85
CPU user time (s): 1240.51
CPU system time (s): 0.338948
CPU usage (%): 100.219
Max. virtual memory (cumulated for all children) (KiB): 229884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1240.51
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64116
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= 2636
involuntary context switches= 15959

runsolver used 3.00454 second user time and 7.36188 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 17:09:16
IDJOB=3362135
IDBENCH=82444
IDSOLVER=1838
FILE ID=node140/3362135-1305299355
RUNJOBID= node140-1305296391-11672
PBS_JOBID= 13321413
Free space on /tmp= 49548 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362135-1305299355/watcher-3362135-1305299355 -o /tmp/evaluation-result-3362135-1305299355/solver-3362135-1305299355 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362135-1305299355.cnf aimd 1

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1572239992

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
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:      18554244 kB
Buffers:        252768 kB
Cached:        8212896 kB
SwapCached:       8056 kB
Active:        6767580 kB
Inactive:      7155272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18554244 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           18032 kB
Writeback:          80 kB
AnonPages:     5454232 kB
Mapped:          23540 kB
Slab:           385852 kB
PageTables:      25812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 47543100 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= 49540 MiB
End job on node140 at 2011-05-13 17:29:54