Trace number 3362190

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 1137.71 285.654

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
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.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  296403   691607 |   88920       0        0     nan |  0.000 % |
1.10/1.13	c |         0 |  167814   529867 |      --       0       --      -- |     --   | -128587/-161735
1.10/1.13	c ==============================================================================
1.10/1.13	c Result  :   #vars: 32667   #clauses: 167814   #literals: 529867
1.10/1.13	c CPU time:   1.09683 s
1.10/1.13	c ==============================================================================
1137.53/285.63	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1137.53/285.63	c ============================[ Problem Statistics ]=============================
1137.53/285.63	c |                                                                             |
1137.53/285.63	c threadId              : 1
1137.53/285.63	c restarts              : 4982
1137.53/285.63	c conflicts             : 554526         (488 /sec)
1137.53/285.63	c decisions             : 1633317        (1.47 % random) (1438 /sec)
1137.53/285.63	c propagations          : 598077397      (526570 /sec)
1137.53/285.63	c conflict literals     : 21746871       (41.29 % deleted)
1137.53/285.63	c Memory used           : 276.98 MB
1137.53/285.63	c CPU time              : 1135.8 s
1137.53/285.63	
1137.53/285.63	c --->m=4, e=8, aimd=1, HOME/927_many.cnf	time: 283.95	conflicts: 554526       
1137.53/285.64	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-3362190-1305300746/watcher-3362190-1305300746 -o /tmp/evaluation-result-3362190-1305300746/solver-3362190-1305300746 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362190-1305300746.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.58 3.93 3.89 2/344 927
/proc/meminfo: memFree=11728404/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=0 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 720305287 8908800 249 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/927/statm: 2175 249 209 178 0 68 0

[startup+0.0137631 s]
/proc/loadavg: 3.58 3.93 3.89 2/344 927
/proc/meminfo: memFree=11728404/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=0 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 720305287 8908800 249 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100786 s]
/proc/loadavg: 3.58 3.93 3.89 2/344 927
/proc/meminfo: memFree=11728404/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=0 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 720305287 8908800 249 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300746 s]
/proc/loadavg: 3.58 3.93 3.89 2/344 927
/proc/meminfo: memFree=11728404/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=0 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 720305287 8908800 249 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700671 s]
/proc/loadavg: 3.58 3.93 3.89 2/344 927
/proc/meminfo: memFree=11728404/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=0 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 720305287 8908800 249 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 3.58 3.93 3.89 2/346 929
/proc/meminfo: memFree=11676548/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 8700

[startup+3.10119 s]
/proc/loadavg: 3.58 3.93 3.89 3/349 933
/proc/meminfo: memFree=11661644/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=96716 CPUtime=6.62 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 15319 0 0 0 646 16 0 0 18 0 4 0 720305412 99037184 15260 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 24179 15260 84 194 0 23983 0
[pid=930/tid=931] ppid=927 vsize=96716 CPUtime=1.6 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 810 0 0 0 157 3 0 0 17 0 4 0 720305434 99037184 15260 33554432000 134512640 135305190 4290870368 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=96716 CPUtime=1.59 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 961 0 0 0 156 3 0 0 18 0 4 0 720305434 99037184 15260 33554432000 134512640 135305190 4290870368 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=96716 CPUtime=1.57 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 813 0 0 0 155 2 0 0 18 0 4 0 720305434 99037184 15260 33554432000 134512640 135305190 4290870368 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 105416

[startup+6.30058 s]
/proc/loadavg: 3.62 3.93 3.89 5/349 933
/proc/meminfo: memFree=11651876/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=107284 CPUtime=19.38 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 17874 0 0 0 1920 18 0 0 18 0 4 0 720305412 109858816 17803 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 26821 17803 84 194 0 26625 0
[pid=930/tid=931] ppid=927 vsize=107284 CPUtime=4.8 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 1240 0 0 0 476 4 0 0 25 0 4 0 720305434 109858816 17803 33554432000 134512640 135305190 4290870368 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=107284 CPUtime=4.78 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 1789 0 0 0 475 3 0 0 18 0 4 0 720305434 109858816 17803 33554432000 134512640 135305190 4290870368 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=107284 CPUtime=4.76 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 1361 0 0 0 473 3 0 0 18 0 4 0 720305434 109858816 17803 33554432000 134512640 135305190 4290870368 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.61
Current children cumulated vsize (KiB) 115984

[startup+12.7004 s]
/proc/loadavg: 3.65 3.93 3.89 5/349 933
/proc/meminfo: memFree=11636624/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=122084 CPUtime=44.97 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 21475 0 0 0 4476 21 0 0 18 0 4 0 720305412 125014016 21404 33554432000 134512640 135305190 4290870368 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 30521 21404 84 194 0 30325 0
[pid=930/tid=931] ppid=927 vsize=122084 CPUtime=11.19 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 1716 0 0 0 1115 4 0 0 25 0 4 0 720305434 125014016 21404 33554432000 134512640 135305190 4290870368 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=122084 CPUtime=11.18 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 3263 0 0 0 1114 4 0 0 18 0 4 0 720305434 125014016 21404 33554432000 134512640 135305190 4290870368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=122084 CPUtime=11.15 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 2062 0 0 0 1111 4 0 0 18 0 4 0 720305434 125014016 21404 33554432000 134512640 135305190 4290870368 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.2
Current children cumulated vsize (KiB) 130784

[startup+25.5009 s]
/proc/loadavg: 3.73 3.93 3.89 5/349 933
/proc/meminfo: memFree=11618288/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=142440 CPUtime=96.14 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 26513 0 0 0 9588 26 0 0 18 0 4 0 720305412 145858560 26442 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 35610 26442 84 194 0 35414 0
[pid=930/tid=931] ppid=927 vsize=142440 CPUtime=23.99 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 2325 0 0 0 2394 5 0 0 25 0 4 0 720305434 145858560 26442 33554432000 134512640 135305190 4290870368 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=142440 CPUtime=23.99 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 5375 0 0 0 2393 6 0 0 18 0 4 0 720305434 145858560 26442 33554432000 134512640 135305190 4290870368 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=142440 CPUtime=23.93 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 3144 0 0 0 2388 5 0 0 18 0 4 0 720305434 145858560 26442 33554432000 134512640 135305190 4290870368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 97.37
Current children cumulated vsize (KiB) 151140

[startup+51.101 s]
/proc/loadavg: 3.89 3.95 3.90 5/349 934
/proc/meminfo: memFree=11584564/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=176824 CPUtime=198.52 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 35255 0 0 0 19820 32 0 0 18 0 4 0 720305412 181067776 35184 33554432000 134512640 135305190 4290870368 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 44206 35184 84 194 0 44010 0
[pid=930/tid=931] ppid=927 vsize=176824 CPUtime=49.57 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 3383 0 0 0 4952 5 0 0 25 0 4 0 720305434 181067776 35184 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=176824 CPUtime=49.59 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 8895 0 0 0 4951 8 0 0 21 0 4 0 720305434 181067776 35184 33554432000 134512640 135305190 4290870368 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=176824 CPUtime=49.52 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 5113 0 0 0 4945 7 0 0 18 0 4 0 720305434 181067776 35184 33554432000 134512640 135305190 4290870368 18446744073709551615 134549147 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 199.75
Current children cumulated vsize (KiB) 185524

[startup+102.313 s]
/proc/loadavg: 3.95 3.96 3.90 5/349 935
/proc/meminfo: memFree=11558348/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=202868 CPUtime=403.27 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 41576 0 0 0 40285 42 0 0 18 0 4 0 720305412 207736832 41505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 50717 41505 84 194 0 50521 0
[pid=930/tid=931] ppid=927 vsize=202868 CPUtime=100.78 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 4304 0 0 0 10071 7 0 0 25 0 4 0 720305434 207736832 41505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=202868 CPUtime=100.77 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 11385 0 0 0 10067 10 0 0 18 0 4 0 720305434 207736832 41505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=202868 CPUtime=100.71 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 6230 0 0 0 10061 10 0 0 18 0 4 0 720305434 207736832 41505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 404.5
Current children cumulated vsize (KiB) 211568

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.91 5/349 937
/proc/meminfo: memFree=11504764/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=257356 CPUtime=643.2 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 55319 0 0 0 64267 53 0 0 18 0 4 0 720305412 263532544 55248 33554432000 134512640 135305190 4290870368 18446744073709551615 134556734 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 64339 55248 84 194 0 64143 0
[pid=930/tid=931] ppid=927 vsize=257356 CPUtime=160.76 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 6620 0 0 0 16067 9 0 0 25 0 4 0 720305434 263532544 55248 33554432000 134512640 135305190 4290870368 18446744073709551615 134557478 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=257356 CPUtime=160.76 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 15395 0 0 0 16064 12 0 0 19 0 4 0 720305434 263532544 55248 33554432000 134512640 135305190 4290870368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=257356 CPUtime=160.7 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 9676 0 0 0 16055 15 0 0 18 0 4 0 720305434 263532544 55248 33554432000 134512640 135305190 4290870368 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 644.43
Current children cumulated vsize (KiB) 266056

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 938
/proc/meminfo: memFree=11490208/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=270920 CPUtime=883.13 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 58594 0 0 0 88255 58 0 0 19 0 4 0 720305412 277422080 58523 33554432000 134512640 135305190 4290870368 18446744073709551615 134530688 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 67730 58523 84 194 0 67534 0
[pid=930/tid=931] ppid=927 vsize=270920 CPUtime=220.74 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7192 0 0 0 22064 10 0 0 25 0 4 0 720305434 277422080 58523 33554432000 134512640 135305190 4290870368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=270920 CPUtime=220.72 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 16357 0 0 0 22059 13 0 0 20 0 4 0 720305434 277422080 58523 33554432000 134512640 135305190 4290870368 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=270920 CPUtime=220.69 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10387 0 0 0 22053 16 0 0 20 0 4 0 720305434 277422080 58523 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 884.36
Current children cumulated vsize (KiB) 279620

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 941
/proc/meminfo: memFree=11478756/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=283132 CPUtime=1123.11 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 61501 0 0 0 112246 65 0 0 18 0 4 0 720305412 289927168 61430 33554432000 134512640 135305190 4290870368 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 70783 61430 84 194 0 70587 0
[pid=930/tid=931] ppid=927 vsize=283132 CPUtime=280.73 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7852 0 0 0 28062 11 0 0 25 0 4 0 720305434 289927168 61430 33554432000 134512640 135305190 4290870368 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=283132 CPUtime=280.73 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 17158 0 0 0 28058 15 0 0 19 0 4 0 720305434 289927168 61430 33554432000 134512640 135305190 4290870368 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=283132 CPUtime=280.68 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10975 0 0 0 28049 19 0 0 18 0 4 0 720305434 289927168 61430 33554432000 134512640 135305190 4290870368 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1124.34
Current children cumulated vsize (KiB) 291832

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

[startup+283.101 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 941
/proc/meminfo: memFree=11478508/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=283132 CPUtime=1126.31 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 61503 0 0 0 112566 65 0 0 18 0 4 0 720305412 289927168 61432 33554432000 134512640 135305190 4290870368 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 70783 61432 84 194 0 70587 0
[pid=930/tid=931] ppid=927 vsize=283132 CPUtime=281.53 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7852 0 0 0 28142 11 0 0 25 0 4 0 720305434 289927168 61432 33554432000 134512640 135305190 4290870368 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=283132 CPUtime=281.53 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 17159 0 0 0 28138 15 0 0 18 0 4 0 720305434 289927168 61432 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=283132 CPUtime=281.48 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10975 0 0 0 28129 19 0 0 19 0 4 0 720305434 289927168 61432 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1127.54
Current children cumulated vsize (KiB) 291832

[startup+284.701 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 941
/proc/meminfo: memFree=11478612/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=283320 CPUtime=1132.7 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 61576 0 0 0 113205 65 0 0 21 0 4 0 720305412 290119680 61505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 70830 61505 84 194 0 70634 0
[pid=930/tid=931] ppid=927 vsize=283320 CPUtime=283.13 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7867 0 0 0 28302 11 0 0 25 0 4 0 720305434 290119680 61505 33554432000 134512640 135305190 4290870368 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=283320 CPUtime=283.13 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 17162 0 0 0 28298 15 0 0 21 0 4 0 720305434 290119680 61505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=283320 CPUtime=283.08 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10975 0 0 0 28289 19 0 0 22 0 4 0 720305434 290119680 61505 33554432000 134512640 135305190 4290870368 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1133.93
Current children cumulated vsize (KiB) 292020

[startup+285.101 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 941
/proc/meminfo: memFree=11478488/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=283624 CPUtime=1134.3 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 61615 0 0 0 113365 65 0 0 22 0 4 0 720305412 290430976 61544 33554432000 134512640 135305190 4290870368 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 70906 61544 84 194 0 70710 0
[pid=930/tid=931] ppid=927 vsize=283624 CPUtime=283.53 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7867 0 0 0 28342 11 0 0 25 0 4 0 720305434 290430976 61544 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=283624 CPUtime=283.53 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 17188 0 0 0 28338 15 0 0 22 0 4 0 720305434 290430976 61544 33554432000 134512640 135305190 4290870368 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=283624 CPUtime=283.48 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10975 0 0 0 28329 19 0 0 23 0 4 0 720305434 290430976 61544 33554432000 134512640 135305190 4290870368 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1135.53
Current children cumulated vsize (KiB) 292324

[startup+285.5 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 941
/proc/meminfo: memFree=11478488/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=283624 CPUtime=1135.9 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 61619 0 0 0 113525 65 0 0 18 0 4 0 720305412 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 70906 61548 84 194 0 70710 0
[pid=930/tid=931] ppid=927 vsize=283624 CPUtime=283.93 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7867 0 0 0 28382 11 0 0 18 0 4 0 720305434 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134529104 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=283624 CPUtime=283.93 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 17190 0 0 0 28378 15 0 0 25 0 4 0 720305434 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134551504 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=283624 CPUtime=283.88 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10976 0 0 0 28369 19 0 0 25 0 4 0 720305434 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1137.13
Current children cumulated vsize (KiB) 292324

[startup+285.6 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 941
/proc/meminfo: memFree=11478488/32950928 swapFree=67111200/67111528
[pid=927] ppid=925 vsize=8700 CPUtime=1.23 cores=0-7
/proc/927/stat : 927 (manysat.sh) S 925 927 32728 0 -1 4202496 356 13349 0 0 0 0 120 3 18 0 1 0 720305287 8908800 252 33554432000 4194304 4922060 140734527746864 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/927/statm: 2175 252 209 178 0 68 0
[pid=930] ppid=927 vsize=283624 CPUtime=1136.3 cores=0-7
/proc/930/stat : 930 (manysat1.1_stat) R 927 927 32728 0 -1 4202496 61619 0 0 0 113565 65 0 0 18 0 4 0 720305412 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/930/statm: 70906 61548 84 194 0 70710 0
[pid=930/tid=931] ppid=927 vsize=283624 CPUtime=284.03 cores=0-7
/proc/930/task/931/stat : 931 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 7867 0 0 0 28392 11 0 0 18 0 4 0 720305434 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=930/tid=932] ppid=927 vsize=283624 CPUtime=284.03 cores=0-7
/proc/930/task/932/stat : 932 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 17190 0 0 0 28388 15 0 0 25 0 4 0 720305434 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=930/tid=933] ppid=927 vsize=283624 CPUtime=283.98 cores=0-7
/proc/930/task/933/stat : 933 (manysat1.1_stat) R 927 927 32728 0 -1 4202560 10976 0 0 0 28379 19 0 0 25 0 4 0 720305434 290430976 61548 33554432000 134512640 135305190 4290870368 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1137.53
Current children cumulated vsize (KiB) 292324

Child status: 20
Real time (s): 285.654
CPU time (s): 1137.71
CPU user time (s): 1137.01
CPU system time (s): 0.701893
CPU usage (%): 398.283
Max. virtual memory (cumulated for all children) (KiB): 292324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1137.01
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75564
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= 19693
involuntary context switches= 4643

runsolver used 0.910861 second user time and 2.21066 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 17:32:26
IDJOB=3362190
IDBENCH=82482
IDSOLVER=1839
FILE ID=node115/3362190-1305300746
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50060 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362190-1305300746/watcher-3362190-1305300746 -o /tmp/evaluation-result-3362190-1305300746/solver-3362190-1305300746 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362190-1305300746.cnf aimd 1

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=427211469

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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:     32950928 kB
MemFree:      11728444 kB
Buffers:        242772 kB
Cached:       10484772 kB
SwapCached:          0 kB
Active:       11786204 kB
Inactive:      8970740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11728444 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6984 kB
Writeback:           8 kB
AnonPages:    10029216 kB
Mapped:          27656 kB
Slab:           356580 kB
PageTables:      40500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69655328 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= 50056 MiB
End job on node115 at 2011-05-13 17:37:12