Trace number 3361992

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 491.287 126.384

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.435
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
0.00/0.52	c ==============================================================================
0.00/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.52	c ==============================================================================
0.00/0.52	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
3.30/3.35	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
3.30/3.35	c ==============================================================================
3.30/3.35	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
3.30/3.35	c CPU time:   3.2655 s
3.30/3.35	c ==============================================================================
491.00/126.36	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
491.00/126.36	c ============================[ Problem Statistics ]=============================
491.00/126.36	c |                                                                             |
491.00/126.36	c threadId              : 2
491.00/126.36	c restarts              : 15
491.00/126.36	c conflicts             : 75131          (154 /sec)
491.00/126.36	c decisions             : 390710         (1.22 % random) (802 /sec)
491.00/126.36	c propagations          : 367977216      (755569 /sec)
491.00/126.36	c conflict literals     : 15022759       (37.98 % deleted)
491.00/126.36	c Memory used           : 338.28 MB
491.00/126.36	c CPU time              : 487.02 s
491.00/126.36	
491.00/126.36	c --->m=4, e=8, aimd=1, HOME/27869_many.cnf	time: 121.755	conflicts: 75131        
491.00/126.37	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-3361992-1305297060/watcher-3361992-1305297060 -o /tmp/evaluation-result-3361992-1305297060/solver-3361992-1305297060 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361992-1305297060.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.56 3.26 1.91 2/288 27869
/proc/meminfo: memFree=6420376/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0

[startup+0.0424659 s]
/proc/loadavg: 3.56 3.26 1.91 2/288 27869
/proc/meminfo: memFree=6420376/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100456 s]
/proc/loadavg: 3.56 3.26 1.91 2/288 27869
/proc/meminfo: memFree=6420376/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300418 s]
/proc/loadavg: 3.56 3.26 1.91 2/288 27869
/proc/meminfo: memFree=6420376/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700341 s]
/proc/loadavg: 3.56 3.26 1.91 2/288 27869
/proc/meminfo: memFree=6420376/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50019 s]
/proc/loadavg: 3.56 3.26 1.91 2/290 27871
/proc/meminfo: memFree=6315056/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0
[pid=27870] ppid=27869 vsize=116344 CPUtime=1.49 cores=0-7
/proc/27870/stat : 27870 (SatElite) R 27869 27869 27694 0 -1 4202496 29430 0 0 0 143 6 0 0 25 0 1 0 641305737 119136256 26586 33554432000 134512640 135034092 4294538224 18446744073709551615 134566248 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27870/statm: 29086 26586 68 128 0 28956 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125044

[startup+3.10088 s]
/proc/loadavg: 3.56 3.26 1.91 2/290 27871
/proc/meminfo: memFree=6309600/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=0 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641305737 8908800 250 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27869/statm: 2175 250 209 178 0 68 0
[pid=27870] ppid=27869 vsize=116516 CPUtime=3.09 cores=0-7
/proc/27870/stat : 27870 (SatElite) R 27869 27869 27694 0 -1 4202496 34493 0 0 0 301 8 0 0 25 0 1 0 641305737 119312384 26802 33554432000 134512640 135034092 4294538224 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27870/statm: 29129 26802 68 128 0 28999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125216

[startup+6.30028 s]
/proc/loadavg: 3.35 3.23 1.90 5/293 27876
/proc/meminfo: memFree=6219616/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=221556 CPUtime=7.3 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 45799 0 0 0 707 23 0 0 18 0 4 0 641306114 226873344 45708 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27873/statm: 55389 45708 84 194 0 55193 0
[pid=27873/tid=27874] ppid=27869 vsize=221556 CPUtime=1.61 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 937 0 0 0 157 4 0 0 17 0 4 0 641306201 226873344 45708 33554432000 134512640 135305190 4291788512 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=221556 CPUtime=1.58 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 1084 0 0 0 154 4 0 0 18 0 4 0 641306201 226873344 45708 33554432000 134512640 135305190 4291788512 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=221556 CPUtime=1.6 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 1045 0 0 0 156 4 0 0 18 0 4 0 641306201 226873344 45708 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 230256

[startup+12.7011 s]
/proc/loadavg: 3.40 3.24 1.91 5/293 27876
/proc/meminfo: memFree=6206556/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=233348 CPUtime=32.89 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 48955 0 0 0 3262 27 0 0 20 0 4 0 641306114 238948352 48864 33554432000 134512640 135305190 4291788512 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27873/statm: 58337 48864 84 194 0 58141 0
[pid=27873/tid=27874] ppid=27869 vsize=233348 CPUtime=8 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 1630 0 0 0 796 4 0 0 21 0 4 0 641306201 238948352 48864 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=233348 CPUtime=7.98 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 2033 0 0 0 793 5 0 0 18 0 4 0 641306201 238948352 48864 33554432000 134512640 135305190 4291788512 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=233348 CPUtime=8 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 1700 0 0 0 795 5 0 0 22 0 4 0 641306201 238948352 48864 33554432000 134512640 135305190 4291788512 18446744073709551615 134528612 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.65
Current children cumulated vsize (KiB) 242048

[startup+25.5006 s]
/proc/loadavg: 3.54 3.28 1.95 5/293 27876
/proc/meminfo: memFree=6175684/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=264204 CPUtime=84.08 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 56730 0 0 0 8376 32 0 0 24 0 4 0 641306114 270544896 56639 33554432000 134512640 135305190 4291788512 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27873/statm: 66051 56639 84 194 0 65855 0
[pid=27873/tid=27874] ppid=27869 vsize=264204 CPUtime=20.8 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 2810 0 0 0 2075 5 0 0 25 0 4 0 641306201 270544896 56639 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=264204 CPUtime=20.77 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 3979 0 0 0 2072 5 0 0 22 0 4 0 641306201 270544896 56639 33554432000 134512640 135305190 4291788512 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=264204 CPUtime=20.8 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4576 0 0 0 2073 7 0 0 22 0 4 0 641306201 270544896 56639 33554432000 134512640 135305190 4291788512 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 87.84
Current children cumulated vsize (KiB) 272904

[startup+51.1007 s]
/proc/loadavg: 3.69 3.33 2.00 5/293 27877
/proc/meminfo: memFree=6140184/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=299920 CPUtime=186.47 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 65685 0 0 0 18610 37 0 0 25 0 4 0 641306114 307118080 65594 33554432000 134512640 135305190 4291788512 18446744073709551615 134528987 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 74980 65594 84 194 0 74784 0
[pid=27873/tid=27874] ppid=27869 vsize=299920 CPUtime=46.41 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 3865 0 0 0 4634 7 0 0 25 0 4 0 641306201 307118080 65594 33554432000 134512640 135305190 4291788512 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=299920 CPUtime=46.38 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 6810 0 0 0 4630 8 0 0 25 0 4 0 641306201 307118080 65594 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=299920 CPUtime=46.4 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 8100 0 0 0 4631 9 0 0 19 0 4 0 641306201 307118080 65594 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.23
Current children cumulated vsize (KiB) 308620

[startup+102.311 s]
/proc/loadavg: 3.87 3.43 2.10 5/293 27878
/proc/meminfo: memFree=6094088/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=345080 CPUtime=391.32 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 76965 0 0 0 39086 46 0 0 25 0 4 0 641306114 353361920 76874 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86270 76874 84 194 0 86074 0
[pid=27873/tid=27874] ppid=27869 vsize=345080 CPUtime=97.62 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4874 0 0 0 9754 8 0 0 25 0 4 0 641306201 353361920 76874 33554432000 134512640 135305190 4291788512 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=345080 CPUtime=97.59 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11324 0 0 0 9748 11 0 0 25 0 4 0 641306201 353361920 76874 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=345080 CPUtime=97.61 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12573 0 0 0 9749 12 0 0 25 0 4 0 641306201 353361920 76874 33554432000 134512640 135305190 4291788512 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 395.08
Current children cumulated vsize (KiB) 353780

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

[startup+115.101 s]
/proc/loadavg: 3.89 3.45 2.12 5/293 27879
/proc/meminfo: memFree=6093460/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=345864 CPUtime=442.47 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 77144 0 0 0 44201 46 0 0 25 0 4 0 641306114 354164736 77053 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86466 77053 84 194 0 86270 0
[pid=27873/tid=27874] ppid=27869 vsize=345864 CPUtime=110.41 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4908 0 0 0 11033 8 0 0 25 0 4 0 641306201 354164736 77053 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=345864 CPUtime=110.38 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11414 0 0 0 11027 11 0 0 25 0 4 0 641306201 354164736 77053 33554432000 134512640 135305190 4291788512 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=345864 CPUtime=110.4 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12588 0 0 0 11028 12 0 0 25 0 4 0 641306201 354164736 77053 33554432000 134512640 135305190 4291788512 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 446.23
Current children cumulated vsize (KiB) 354564

[startup+121.5 s]
/proc/loadavg: 3.90 3.47 2.14 5/293 27879
/proc/meminfo: memFree=6093336/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=346228 CPUtime=468.06 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 77179 0 0 0 46759 47 0 0 25 0 4 0 641306114 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86557 77088 84 194 0 86361 0
[pid=27873/tid=27874] ppid=27869 vsize=346228 CPUtime=116.8 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4909 0 0 0 11672 8 0 0 25 0 4 0 641306201 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=346228 CPUtime=116.78 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11428 0 0 0 11667 11 0 0 25 0 4 0 641306201 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=346228 CPUtime=116.79 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12591 0 0 0 11667 12 0 0 25 0 4 0 641306201 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 471.82
Current children cumulated vsize (KiB) 354928

[startup+124.701 s]
/proc/loadavg: 3.90 3.47 2.14 5/293 27879
/proc/meminfo: memFree=6093336/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=346228 CPUtime=480.86 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 77179 0 0 0 48039 47 0 0 25 0 4 0 641306114 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86557 77088 84 194 0 86361 0
[pid=27873/tid=27874] ppid=27869 vsize=346228 CPUtime=120 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4909 0 0 0 11992 8 0 0 25 0 4 0 641306201 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=346228 CPUtime=119.98 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11428 0 0 0 11987 11 0 0 25 0 4 0 641306201 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=346228 CPUtime=119.99 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12591 0 0 0 11987 12 0 0 25 0 4 0 641306201 354537472 77088 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 484.62
Current children cumulated vsize (KiB) 354928

[startup+125.501 s]
/proc/loadavg: 3.91 3.48 2.15 5/293 27879
/proc/meminfo: memFree=6093212/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=346396 CPUtime=484.06 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 77203 0 0 0 48359 47 0 0 25 0 4 0 641306114 354709504 77112 33554432000 134512640 135305190 4291788512 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86599 77112 84 194 0 86403 0
[pid=27873/tid=27874] ppid=27869 vsize=346396 CPUtime=120.8 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4909 0 0 0 12072 8 0 0 25 0 4 0 641306201 354709504 77112 33554432000 134512640 135305190 4291788512 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=346396 CPUtime=120.78 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11428 0 0 0 12067 11 0 0 25 0 4 0 641306201 354709504 77112 33554432000 134512640 135305190 4291788512 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=346396 CPUtime=120.79 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12602 0 0 0 12067 12 0 0 25 0 4 0 641306201 354709504 77112 33554432000 134512640 135305190 4291788512 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 487.82
Current children cumulated vsize (KiB) 355096

[startup+125.9 s]
/proc/loadavg: 3.91 3.48 2.15 5/293 27879
/proc/meminfo: memFree=6093212/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=346396 CPUtime=485.64 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 77204 0 0 0 48517 47 0 0 25 0 4 0 641306114 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86599 77113 84 194 0 86403 0
[pid=27873/tid=27874] ppid=27869 vsize=346396 CPUtime=121.2 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4909 0 0 0 12112 8 0 0 25 0 4 0 641306201 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134830601 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=346396 CPUtime=121.17 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11428 0 0 0 12106 11 0 0 25 0 4 0 641306201 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=346396 CPUtime=121.19 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12603 0 0 0 12107 12 0 0 25 0 4 0 641306201 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 489.4
Current children cumulated vsize (KiB) 355096

[startup+126.3 s]
/proc/loadavg: 3.91 3.48 2.15 5/293 27879
/proc/meminfo: memFree=6093212/32950928 swapFree=67083212/67111528
[pid=27869] ppid=27867 vsize=8700 CPUtime=3.76 cores=0-7
/proc/27869/stat : 27869 (manysat.sh) S 27867 27869 27694 0 -1 4202496 357 36517 0 0 0 0 366 10 18 0 1 0 641305737 8908800 253 33554432000 4194304 4922060 140736377687504 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27869/statm: 2175 253 209 178 0 68 0
[pid=27873] ppid=27869 vsize=346396 CPUtime=487.24 cores=0-7
/proc/27873/stat : 27873 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202496 77204 0 0 0 48677 47 0 0 25 0 4 0 641306114 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27873/statm: 86599 77113 84 194 0 86403 0
[pid=27873/tid=27874] ppid=27869 vsize=346396 CPUtime=121.6 cores=0-7
/proc/27873/task/27874/stat : 27874 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 4909 0 0 0 12152 8 0 0 25 0 4 0 641306201 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=27873/tid=27875] ppid=27869 vsize=346396 CPUtime=121.57 cores=0-7
/proc/27873/task/27875/stat : 27875 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 11428 0 0 0 12146 11 0 0 25 0 4 0 641306201 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27873/tid=27876] ppid=27869 vsize=346396 CPUtime=121.59 cores=0-7
/proc/27873/task/27876/stat : 27876 (manysat1.1_stat) R 27869 27869 27694 0 -1 4202560 12603 0 0 0 12147 12 0 0 25 0 4 0 641306201 354709504 77113 33554432000 134512640 135305190 4291788512 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 491
Current children cumulated vsize (KiB) 355096

Child status: 20
Real time (s): 126.384
CPU time (s): 491.287
CPU user time (s): 490.681
CPU system time (s): 0.605907
CPU usage (%): 388.725
Max. virtual memory (cumulated for all children) (KiB): 355096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 490.681
system time used= 0.605907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114303
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= 29870
involuntary context switches= 716

runsolver used 0.341948 second user time and 0.814876 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-13 16:31:01
IDJOB=3361992
IDBENCH=71039
IDSOLVER=1839
FILE ID=node127/3361992-1305297060
RUNJOBID= node127-1305296393-27708
PBS_JOBID= 13321426
Free space on /tmp= 41868 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361992-1305297060/watcher-3361992-1305297060 -o /tmp/evaluation-result-3361992-1305297060/solver-3361992-1305297060 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361992-1305297060.cnf aimd 1

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1840290525

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6420532 kB
Buffers:        237880 kB
Cached:        9978292 kB
SwapCached:       1620 kB
Active:       18610732 kB
Inactive:      7438820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6420532 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           19792 kB
Writeback:           0 kB
AnonPages:    15832280 kB
Mapped:          25904 kB
Slab:           370472 kB
PageTables:      45916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44317436 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= 41868 MiB
End job on node127 at 2011-05-13 16:33:07