Trace number 3250775

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
ppfolio par? (TO) 4800.35 1201.71

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

Solver Data

0.00/0.82	This is pico-portfolio, a naive parallel portfolio
0.00/0.82	Copyright (C) 2011 Olivier Roussel
0.00/0.82	Using 4 processing units
0.00/0.82	This portfolio uses the following solvers:
0.00/0.82	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.82	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.82	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.82	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.82	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.82	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.82	Starting clasp 1.3.6 on core(s) 5
0.00/0.82	Starting TNM 2009 on core(s) 7
0.00/0.82	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.82	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3250775-1304087770/watcher-3250775-1304087770 -o /tmp/evaluation-result-3250775-1304087770/solver-3250775-1304087770 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250775-1304087770.cnf 

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: 4.67 5.03 5.16 1/175 1917
/proc/meminfo: memFree=30823156/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) R 1915 1917 379 0 -1 4194304 450 0 0 0 0 0 0 0 25 0 1 0 520374895 18763776 386 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550357909 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/1917/statm: 4581 386 338 23 0 91 0

[startup+0.86729 s]
/proc/loadavg: 4.67 5.03 5.16 1/175 1917
/proc/meminfo: memFree=30823156/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900288 s]
/proc/loadavg: 4.67 5.03 5.16 1/175 1917
/proc/meminfo: memFree=30823156/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00027 s]
/proc/loadavg: 4.67 5.03 5.16 1/175 1917
/proc/meminfo: memFree=30823156/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10025 s]
/proc/loadavg: 4.67 5.03 5.16 1/175 1917
/proc/meminfo: memFree=30823156/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50018 s]
/proc/loadavg: 4.67 5.03 5.16 1/175 1917
/proc/meminfo: memFree=30823156/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10089 s]
/proc/loadavg: 4.67 5.03 5.16 6/181 1923
/proc/meminfo: memFree=30783336/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1552252 CPUtime=3.08 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 6456 0 0 0 308 0 0 0 25 0 1 0 520374896 1589506048 2812 33554432000 4194304 4587354 140735322869120 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 388063 2812 331 96 0 384625 0
[pid=1919] ppid=1917 vsize=20404 CPUtime=3.09 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 2788 0 0 0 309 0 0 0 25 0 1 0 520374896 20893696 2425 33554432000 4194304 4785740 140736986344736 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 5101 2425 340 145 0 2146 0
[pid=1920] ppid=1917 vsize=455560 CPUtime=1.94 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1320 0 0 0 194 0 0 0 21 0 1 0 520374896 466493440 1217 33554432000 134512640 134534564 4292813072 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 113890 1217 91 6 0 112556 0
[pid=1921] ppid=1917 vsize=11292 CPUtime=3.09 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 2619 0 0 0 309 0 0 0 25 0 1 0 520374896 11563008 1984 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 2823 1984 127 39 0 1903 0
[pid=1922] ppid=1917 vsize=17076 CPUtime=1.12 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 6254 0 0 0 112 0 0 0 25 0 1 0 520374896 17485824 2298 33554432000 4194304 4331988 140733363708848 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 4269 2298 151 34 0 2711 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2074908

[startup+6.3063 s]
/proc/loadavg: 4.78 5.05 5.16 6/181 1923
/proc/meminfo: memFree=30759528/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1569976 CPUtime=6.29 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 11540 0 0 0 628 1 0 0 25 0 1 0 520374896 1607655424 6888 33554432000 4194304 4587354 140735322869120 18446744073709551615 4230185 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 392494 6888 337 96 0 389056 0
[pid=1919] ppid=1917 vsize=22448 CPUtime=6.29 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 3269 0 0 0 629 0 0 0 25 0 1 0 520374896 22986752 2906 33554432000 4194304 4785740 140736986344736 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 5612 2906 340 145 0 2657 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=3.54 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 354 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=12316 CPUtime=6.29 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 2875 0 0 0 629 0 0 0 25 0 1 0 520374896 12611584 2240 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 3079 2240 127 39 0 2159 0
[pid=1922] ppid=1917 vsize=21432 CPUtime=2.71 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 8714 0 0 0 270 1 0 0 25 0 1 0 520374896 21946368 3505 33554432000 4194304 4331988 140733363708848 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 5358 3505 175 34 0 3800 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2104412

[startup+12.7012 s]
/proc/loadavg: 4.79 5.05 5.16 6/181 1924
/proc/meminfo: memFree=30751376/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1572144 CPUtime=12.69 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 16731 0 0 0 1266 3 0 0 25 0 1 0 520374896 1609875456 9697 33554432000 4194304 4587354 140735322869120 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 393036 9697 337 96 0 389598 0
[pid=1919] ppid=1917 vsize=25184 CPUtime=12.68 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 3933 0 0 0 1268 0 0 0 25 0 1 0 520374896 25788416 3570 33554432000 4194304 4785740 140736986344736 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 6296 3570 340 145 0 3341 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=6.72 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 672 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=12792 CPUtime=12.69 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 2994 0 0 0 1269 0 0 0 25 0 1 0 520374896 13099008 2359 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 3198 2359 127 39 0 2278 0
[pid=1922] ppid=1917 vsize=21432 CPUtime=5.9 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 8728 0 0 0 589 1 0 0 25 0 1 0 520374896 21946368 3519 33554432000 4194304 4331988 140733363708848 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 5358 3519 175 34 0 3800 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2109792

[startup+25.5008 s]
/proc/loadavg: 4.84 5.04 5.16 6/181 1924
/proc/meminfo: memFree=30745100/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1579192 CPUtime=25.48 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 25767 0 0 0 2544 4 0 0 25 0 1 0 520374896 1617092608 8417 33554432000 4194304 4587354 140735322869120 18446744073709551615 4241277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 394798 8417 337 96 0 391360 0
[pid=1919] ppid=1917 vsize=29696 CPUtime=25.49 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 5005 0 0 0 2548 1 0 0 25 0 1 0 520374896 30408704 4642 33554432000 4194304 4785740 140736986344736 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 7424 4642 340 145 0 4469 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=13.05 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 1305 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=15224 CPUtime=25.48 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 3602 0 0 0 2548 0 0 0 25 0 1 0 520374896 15589376 2967 33554432000 4194304 4352236 140733662171296 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 3806 2967 127 39 0 2886 0
[pid=1922] ppid=1917 vsize=21432 CPUtime=12.3 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 8728 0 0 0 1229 1 0 0 25 0 1 0 520374896 21946368 3519 33554432000 4194304 4331988 140733363708848 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 5358 3519 175 34 0 3800 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2123784

[startup+51.1012 s]
/proc/loadavg: 4.89 5.04 5.15 6/181 1925
/proc/meminfo: memFree=30720888/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1591468 CPUtime=51.09 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 40112 0 0 0 5100 9 0 0 25 0 1 0 520374896 1629663232 11487 33554432000 4194304 4587354 140735322869120 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 397867 11487 337 96 0 394429 0
[pid=1919] ppid=1917 vsize=35152 CPUtime=51.09 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 6263 0 0 0 5108 1 0 0 25 0 1 0 520374896 35995648 5900 33554432000 4194304 4785740 140736986344736 18446744073709551615 4287194 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 8788 5900 340 145 0 5833 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=25.81 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 2581 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=16760 CPUtime=51.08 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 5010 0 0 0 5108 0 0 0 25 0 1 0 520374896 17162240 3351 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 4190 3351 127 39 0 3270 0
[pid=1922] ppid=1917 vsize=21432 CPUtime=25 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 8728 0 0 0 2499 1 0 0 25 0 1 0 520374896 21946368 3519 33554432000 4194304 4331988 140733363708848 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 5358 3519 175 34 0 3800 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 2143052

[startup+102.301 s]
/proc/loadavg: 4.99 5.05 5.15 6/181 1926
/proc/meminfo: memFree=30699896/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1606020 CPUtime=102.29 cores=1

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

/proc/1922/statm: 7209 5122 175 34 0 5651 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 2240676

[startup+1002.3 s]
/proc/loadavg: 5.04 5.08 5.08 6/181 1950
/proc/meminfo: memFree=30612088/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1615752 CPUtime=1002.32 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 321580 0 0 0 100116 116 0 0 25 0 1 0 520374896 1654530048 21068 33554432000 4194304 4587354 140735322869120 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 403938 21068 337 96 0 400500 0
[pid=1919] ppid=1917 vsize=82868 CPUtime=1002.31 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 17222 0 0 0 100227 4 0 0 25 0 1 0 520374896 84856832 16859 33554432000 4194304 4785740 140736986344736 18446744073709551615 271550235262 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 20717 16859 340 145 0 17762 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=498.82 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 49882 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=37776 CPUtime=1002.32 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 81326 0 0 0 100222 10 0 0 25 0 1 0 520374896 38682624 8605 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 9444 8605 127 39 0 8524 0
[pid=1922] ppid=1917 vsize=28836 CPUtime=498.03 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 10402 0 0 0 49801 2 0 0 25 0 1 0 520374896 29528064 5193 33554432000 4194304 4331988 140733363708848 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 7209 5193 175 34 0 5651 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 2243472

[startup+1062.31 s]
/proc/loadavg: 5.05 5.08 5.08 6/181 1952
/proc/meminfo: memFree=30632244/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1593136 CPUtime=1062.32 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 330377 0 0 0 106112 120 0 0 25 0 1 0 520374896 1631371264 15375 33554432000 4194304 4587354 140735322869120 18446744073709551615 4243357 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 398284 15375 337 96 0 394846 0
[pid=1919] ppid=1917 vsize=83676 CPUtime=1062.32 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 17422 0 0 0 106228 4 0 0 25 0 1 0 520374896 85684224 17059 33554432000 4194304 4785740 140736986344736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 20919 17059 340 145 0 17964 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=528.66 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 52866 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=37776 CPUtime=1062.33 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 89006 0 0 0 106222 11 0 0 25 0 1 0 520374896 38682624 8605 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328385 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 9444 8605 127 39 0 8524 0
[pid=1922] ppid=1917 vsize=28836 CPUtime=527.86 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 10471 0 0 0 52784 2 0 0 25 0 1 0 520374896 29528064 5262 33554432000 4194304 4331988 140733363708848 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 7209 5262 175 34 0 5651 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 2221664

[startup+1122.3 s]
/proc/loadavg: 5.05 5.07 5.08 6/181 1953
/proc/meminfo: memFree=30611620/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1604316 CPUtime=1122.32 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 352588 0 0 0 112106 126 0 0 25 0 1 0 520374896 1642819584 17809 33554432000 4194304 4587354 140735322869120 18446744073709551615 4241155 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 401079 17809 337 96 0 397641 0
[pid=1919] ppid=1917 vsize=84528 CPUtime=1122.32 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 17621 0 0 0 112228 4 0 0 25 0 1 0 520374896 86556672 17258 33554432000 4194304 4785740 140736986344736 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 21132 17258 340 145 0 18177 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=558.48 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 55848 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=48016 CPUtime=1122.32 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 95918 0 0 0 112221 11 0 0 25 0 1 0 520374896 49168384 11165 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 12004 11165 127 39 0 11084 0
[pid=1922] ppid=1917 vsize=28836 CPUtime=557.72 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 10535 0 0 0 55770 2 0 0 25 0 1 0 520374896 29528064 5326 33554432000 4194304 4331988 140733363708848 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 7209 5326 175 34 0 5651 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 2243936

[startup+1182.3 s]
/proc/loadavg: 5.13 5.09 5.09 6/181 1955
/proc/meminfo: memFree=30611580/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1625740 CPUtime=1182.32 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 361180 0 0 0 118102 130 0 0 25 0 1 0 520374896 1664757760 18130 33554432000 4194304 4587354 140735322869120 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 406435 18130 337 96 0 402997 0
[pid=1919] ppid=1917 vsize=86532 CPUtime=1182.32 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 18051 0 0 0 118228 4 0 0 25 0 1 0 520374896 88608768 17688 33554432000 4194304 4785740 140736986344736 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 21633 17688 340 145 0 18678 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=588.35 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 58835 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134530489 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=44944 CPUtime=1182.33 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 99246 0 0 0 118221 12 0 0 25 0 1 0 520374896 46022656 10397 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 11236 10397 127 39 0 10316 0
[pid=1922] ppid=1917 vsize=31424 CPUtime=587.52 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 10606 0 0 0 58750 2 0 0 25 0 1 0 520374896 32178176 5397 33554432000 4194304 4331988 140733363708848 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 7856 5397 175 34 0 6298 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 2266880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.09 5.08 5.09 6/181 1955
/proc/meminfo: memFree=30587756/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1634988 CPUtime=1201.73 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 367242 0 0 0 120040 133 0 0 25 0 1 0 520374896 1674227712 22977 33554432000 4194304 4587354 140735322869120 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 408747 22977 337 96 0 405309 0
[pid=1919] ppid=1917 vsize=86532 CPUtime=1201.72 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 18064 0 0 0 120168 4 0 0 25 0 1 0 520374896 88608768 17701 33554432000 4194304 4785740 140736986344736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 21633 17701 340 145 0 18678 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=597.96 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 59796 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=49552 CPUtime=1201.73 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 100398 0 0 0 120161 12 0 0 25 0 1 0 520374896 50741248 11549 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 12388 11549 127 39 0 11468 0
[pid=1922] ppid=1917 vsize=31424 CPUtime=597.21 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 10628 0 0 0 59719 2 0 0 25 0 1 0 520374896 32178176 5419 33554432000 4194304 4331988 140733363708848 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 7856 5419 175 34 0 6298 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 2280736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 5.09 5.08 5.09 6/181 1955
/proc/meminfo: memFree=30587756/32951124 swapFree=67111344/67111528
[pid=1917] ppid=1915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1917/stat : 1917 (ppfolio) S 1915 1917 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520374895 18763776 389 33554432000 4194304 4287625 140737404292400 18446744073709551615 271550557711 0 0 4096 65536 8126253500431597567 0 0 17 5 0 0 0
/proc/1917/statm: 4581 389 341 23 0 91 0
[pid=1918] ppid=1917 vsize=1634988 CPUtime=1201.73 cores=1
/proc/1918/stat : 1918 (cryptominisat) R 1917 1917 379 0 -1 4202496 367242 0 0 0 120040 133 0 0 25 0 1 0 520374896 1674227712 22977 33554432000 4194304 4587354 140735322869120 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1918/statm: 408747 22977 337 96 0 405309 0
[pid=1919] ppid=1917 vsize=86532 CPUtime=1201.72 cores=5
/proc/1919/stat : 1919 (clasp) R 1917 1917 379 0 -1 4202496 18064 0 0 0 120168 4 0 0 25 0 1 0 520374896 88608768 17701 33554432000 4194304 4785740 140736986344736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1919/statm: 21633 17701 340 145 0 18678 0
[pid=1920] ppid=1917 vsize=459916 CPUtime=597.96 cores=7
/proc/1920/stat : 1920 (TNM) R 1917 1917 379 0 -1 4202496 1689 0 0 0 59796 0 0 0 25 0 1 0 520374896 470953984 1586 33554432000 134512640 134534564 4292813072 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1920/statm: 114979 1586 95 6 0 113645 0
[pid=1921] ppid=1917 vsize=49552 CPUtime=1201.73 cores=3
/proc/1921/stat : 1921 (lingeling) R 1917 1917 379 0 -1 4202496 100398 0 0 0 120161 12 0 0 25 0 1 0 520374896 50741248 11549 33554432000 4194304 4352236 140733662171296 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1921/statm: 12388 11549 127 39 0 11468 0
[pid=1922] ppid=1917 vsize=31424 CPUtime=597.21 cores=7
/proc/1922/stat : 1922 (march_hi) R 1917 1917 379 0 -1 4202496 10628 0 0 0 59719 2 0 0 25 0 1 0 520374896 32178176 5419 33554432000 4194304 4331988 140733363708848 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1922/statm: 7856 5419 175 34 0 6298 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 2280736

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1917 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=582421
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=136979
# CPU time returned by wait4() is 1799.72
# while last known CPU time is 4800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.35
CPU user time (s): 4798.84
CPU system time (s): 1.51
CPU usage (%): 399.459
Max. virtual memory (cumulated for all children) (KiB): 3785692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102609
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= 391
involuntary context switches= 14287

runsolver used 1.69974 second user time and 4.85626 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 16:36:10
IDJOB=3250775
IDBENCH=83358
IDSOLVER=1612
FILE ID=node133/3250775-1304087770
RUNJOBID= node133-1304077694-398
PBS_JOBID= 13170511
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250775-1304087770/watcher-3250775-1304087770 -o /tmp/evaluation-result-3250775-1304087770/solver-3250775-1304087770 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250775-1304087770.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=1230028899

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      30823436 kB
Buffers:        744664 kB
Cached:         963680 kB
SwapCached:        124 kB
Active:         602276 kB
Inactive:      1169224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30823436 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10896 kB
Writeback:           0 kB
AnonPages:       63168 kB
Mapped:          14724 kB
Slab:           294028 kB
PageTables:       4544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-29 16:56:14