Trace number 3250511

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.33 1201.71

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
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 variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	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-3250511-1304086566/watcher-3250511-1304086566 -o /tmp/evaluation-result-3250511-1304086566/solver-3250511-1304086566 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250511-1304086566.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.69 5.02 5.45 1/175 1852
/proc/meminfo: memFree=30824360/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) R 1850 1852 379 0 -1 4194304 451 0 0 0 0 0 0 0 25 0 1 0 520254504 18763776 387 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550357909 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/1852/statm: 4581 387 338 23 0 91 0

[startup+0.436862 s]
/proc/loadavg: 4.69 5.02 5.45 1/175 1852
/proc/meminfo: memFree=30824360/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.50085 s]
/proc/loadavg: 4.69 5.02 5.45 1/175 1852
/proc/meminfo: memFree=30824360/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600832 s]
/proc/loadavg: 4.69 5.02 5.45 1/175 1852
/proc/meminfo: memFree=30824360/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700815 s]
/proc/loadavg: 4.69 5.02 5.45 1/175 1852
/proc/meminfo: memFree=30824360/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50667 s]
/proc/loadavg: 4.69 5.02 5.45 6/181 1858
/proc/meminfo: memFree=30794004/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=3820464 CPUtime=1.49 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 4846 0 0 0 149 0 0 0 25 0 1 0 520254504 3912155136 1931 33554432000 4194304 4587354 140734661921744 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 955116 1931 327 96 0 951678 0
[pid=1854] ppid=1852 vsize=17424 CPUtime=1.49 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 1971 0 0 0 149 0 0 0 25 0 1 0 520254504 17842176 1703 33554432000 4194304 4785740 140734302726976 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 4356 1703 340 145 0 1401 0
[pid=1855] ppid=1852 vsize=454900 CPUtime=0.78 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1148 0 0 0 78 0 0 0 25 0 1 0 520254504 465817600 1045 33554432000 134512640 134534564 4291673984 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 113725 1045 91 6 0 112391 0
[pid=1856] ppid=1852 vsize=10488 CPUtime=1.49 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 2297 0 0 0 149 0 0 0 25 0 1 0 520254504 10739712 1784 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 2622 1784 127 39 0 1702 0
[pid=1857] ppid=1852 vsize=16192 CPUtime=0.7 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 5394 0 0 0 69 1 0 0 25 0 1 0 520254504 16580608 2142 33554432000 4194304 4331988 140735617132368 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 4048 2142 151 34 0 2490 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 4337792

[startup+3.10038 s]
/proc/loadavg: 4.69 5.02 5.45 6/181 1858
/proc/meminfo: memFree=30787556/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=1980668 CPUtime=3.09 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 7290 0 0 0 308 1 0 0 25 0 1 0 520254504 2028204032 3526 33554432000 4194304 4587354 140734661921744 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 495167 3526 337 96 0 491729 0
[pid=1854] ppid=1852 vsize=18516 CPUtime=3.09 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 2238 0 0 0 309 0 0 0 25 0 1 0 520254504 18960384 1970 33554432000 4194304 4785740 140734302726976 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 4629 1970 340 145 0 1674 0
[pid=1855] ppid=1852 vsize=454900 CPUtime=1.57 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1148 0 0 0 157 0 0 0 25 0 1 0 520254504 465817600 1045 33554432000 134512640 134534564 4291673984 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 113725 1045 91 6 0 112391 0
[pid=1856] ppid=1852 vsize=11728 CPUtime=3.09 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 2607 0 0 0 309 0 0 0 25 0 1 0 520254504 12009472 2094 33554432000 4194304 4352236 140737284565888 18446744073709551615 4329367 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 2932 2094 127 39 0 2012 0
[pid=1857] ppid=1852 vsize=20632 CPUtime=1.5 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 6338 0 0 0 149 1 0 0 25 0 1 0 520254504 21127168 3086 33554432000 4194304 4331988 140735617132368 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 5158 3086 151 34 0 3600 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2504768

[startup+6.3008 s]
/proc/loadavg: 4.72 5.02 5.44 6/181 1858
/proc/meminfo: memFree=30762880/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=1988776 CPUtime=6.28 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 10307 0 0 0 627 1 0 0 25 0 1 0 520254504 2036506624 5809 33554432000 4194304 4587354 140734661921744 18446744073709551615 4237485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 497194 5809 337 96 0 493756 0
[pid=1854] ppid=1852 vsize=20360 CPUtime=6.29 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 2668 0 0 0 629 0 0 0 25 0 1 0 520254504 20848640 2400 33554432000 4194304 4785740 140734302726976 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 5090 2400 340 145 0 2135 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=3.15 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 315 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=13008 CPUtime=6.29 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 2927 0 0 0 629 0 0 0 25 0 1 0 520254504 13320192 2414 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328030 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 3252 2414 127 39 0 2332 0
[pid=1857] ppid=1852 vsize=25184 CPUtime=3.1 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 10817 0 0 0 308 2 0 0 25 0 1 0 520254504 25788416 4106 33554432000 4194304 4331988 140735617132368 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 6296 4106 172 34 0 4738 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2524652

[startup+12.7006 s]
/proc/loadavg: 4.74 5.02 5.44 6/181 1858
/proc/meminfo: memFree=30754352/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=1996980 CPUtime=12.69 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 12909 0 0 0 1267 2 0 0 25 0 1 0 520254504 2044907520 6691 33554432000 4194304 4587354 140734661921744 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 499245 6691 337 96 0 495807 0
[pid=1854] ppid=1852 vsize=23068 CPUtime=12.69 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 3288 0 0 0 1269 0 0 0 25 0 1 0 520254504 23621632 3020 33554432000 4194304 4785740 140734302726976 18446744073709551615 4549959 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 5767 3020 340 145 0 2812 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=6.32 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 632 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=14544 CPUtime=12.69 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 3321 0 0 0 1269 0 0 0 25 0 1 0 520254504 14893056 2808 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 3636 2808 127 39 0 2716 0
[pid=1857] ppid=1852 vsize=25184 CPUtime=6.3 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11096 0 0 0 628 2 0 0 25 0 1 0 520254504 25788416 4385 33554432000 4194304 4331988 140735617132368 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 6296 4385 175 34 0 4738 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2537100

[startup+25.5003 s]
/proc/loadavg: 4.80 5.02 5.43 6/181 1859
/proc/meminfo: memFree=30747912/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=1994780 CPUtime=25.48 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 22554 0 0 0 2545 3 0 0 25 0 1 0 520254504 2042654720 7282 33554432000 4194304 4587354 140734661921744 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 498695 7282 337 96 0 495257 0
[pid=1854] ppid=1852 vsize=25892 CPUtime=25.49 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 3951 0 0 0 2549 0 0 0 25 0 1 0 520254504 26513408 3683 33554432000 4194304 4785740 140734302726976 18446744073709551615 4287190 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 6473 3683 340 145 0 3518 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=12.71 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 1271 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=17104 CPUtime=25.49 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 3951 0 0 0 2549 0 0 0 25 0 1 0 520254504 17514496 3438 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 4276 3438 127 39 0 3356 0
[pid=1857] ppid=1852 vsize=25184 CPUtime=12.63 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11107 0 0 0 1261 2 0 0 25 0 1 0 520254504 25788416 4396 33554432000 4194304 4331988 140735617132368 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 6296 4396 175 34 0 4738 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2540284

[startup+51.1007 s]
/proc/loadavg: 4.98 5.05 5.43 7/181 1860
/proc/meminfo: memFree=30724404/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=2001844 CPUtime=51.08 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 32991 0 0 0 5103 5 0 0 25 0 1 0 520254504 2049888256 10837 33554432000 4194304 4587354 140734661921744 18446744073709551615 4241092 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 500461 10837 337 96 0 497023 0
[pid=1854] ppid=1852 vsize=29684 CPUtime=51.09 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 4819 0 0 0 5109 0 0 0 25 0 1 0 520254504 30396416 4551 33554432000 4194304 4785740 140734302726976 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 7421 4551 340 145 0 4466 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=25.41 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 2541 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=20688 CPUtime=51.09 cores=3

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

/proc/1857/statm: 7075 4932 175 34 0 5517 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 2622108

[startup+1002.3 s]
/proc/loadavg: 5.34 5.17 5.23 6/181 1885
/proc/meminfo: memFree=30583948/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=139516 CPUtime=1002.32 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 257881 0 0 0 100138 94 0 0 25 0 1 0 520254504 142864384 29978 33554432000 4194304 4587354 140734661921744 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 34879 29978 337 96 0 31441 0
[pid=1854] ppid=1852 vsize=65164 CPUtime=1002.31 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 13118 0 0 0 100229 2 0 0 25 0 1 0 520254504 66727936 12743 33554432000 4194304 4785740 140734302726976 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 16291 12743 340 145 0 13336 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=498.44 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 49844 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=48968 CPUtime=1002.32 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 141943 0 0 0 100215 17 0 0 25 0 1 0 520254504 50143232 11436 33554432000 4194304 4352236 140737284565888 18446744073709551615 4277904 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 12242 11436 127 39 0 11322 0
[pid=1857] ppid=1852 vsize=28300 CPUtime=498.41 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11664 0 0 0 49839 2 0 0 25 0 1 0 520254504 28979200 4953 33554432000 4194304 4331988 140735617132368 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 7075 4953 175 34 0 5517 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 759272

[startup+1062.3 s]
/proc/loadavg: 5.20 5.16 5.22 6/181 1886
/proc/meminfo: memFree=30631028/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=2041816 CPUtime=1062.31 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 265894 0 0 0 106136 95 0 0 25 0 1 0 520254504 2090819584 18024 33554432000 4194304 4587354 140734661921744 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 510454 18024 337 96 0 507016 0
[pid=1854] ppid=1852 vsize=66016 CPUtime=1062.31 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 13362 0 0 0 106229 2 0 0 25 0 1 0 520254504 67600384 12987 33554432000 4194304 4785740 140734302726976 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 16504 12987 340 145 0 13549 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=528.3 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 52830 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=48968 CPUtime=1062.31 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 153719 0 0 0 106213 18 0 0 25 0 1 0 520254504 50143232 11436 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 12242 11436 127 39 0 11322 0
[pid=1857] ppid=1852 vsize=28300 CPUtime=528.22 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11683 0 0 0 52820 2 0 0 25 0 1 0 520254504 28979200 4972 33554432000 4194304 4331988 140735617132368 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 7075 4972 175 34 0 5517 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 2662424

[startup+1122.3 s]
/proc/loadavg: 5.10 5.14 5.20 6/181 1888
/proc/meminfo: memFree=30632580/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=72264 CPUtime=1122.32 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 272724 0 0 0 112132 100 0 0 25 0 1 0 520254504 73998336 14812 33554432000 4194304 4587354 140734661921744 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 18066 14812 337 96 0 14628 0
[pid=1854] ppid=1852 vsize=66444 CPUtime=1122.32 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 13483 0 0 0 112230 2 0 0 25 0 1 0 520254504 68038656 13108 33554432000 4194304 4785740 140734302726976 18446744073709551615 4538906 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 16611 13108 340 145 0 13656 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=558.13 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 55813 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=59208 CPUtime=1122.32 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 165495 0 0 0 112212 20 0 0 25 0 1 0 520254504 60628992 13996 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 14802 13996 127 39 0 13882 0
[pid=1857] ppid=1852 vsize=28300 CPUtime=558.07 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11703 0 0 0 55805 2 0 0 25 0 1 0 520254504 28979200 4992 33554432000 4194304 4331988 140735617132368 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 7075 4992 175 34 0 5517 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 703540

[startup+1182.3 s]
/proc/loadavg: 5.11 5.13 5.19 6/181 1890
/proc/meminfo: memFree=30641108/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=151820 CPUtime=1182.32 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 278003 0 0 0 118130 102 0 0 25 0 1 0 520254504 155463680 14931 33554432000 4194304 4587354 140734661921744 18446744073709551615 4231917 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 37955 14931 337 96 0 34517 0
[pid=1854] ppid=1852 vsize=67296 CPUtime=1182.32 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 13666 0 0 0 118230 2 0 0 25 0 1 0 520254504 68911104 13291 33554432000 4194304 4785740 140734302726976 18446744073709551615 4549110 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 16824 13291 340 145 0 13869 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=587.96 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 58796 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=49992 CPUtime=1182.32 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 170615 0 0 0 118211 21 0 0 25 0 1 0 520254504 51191808 11692 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 12498 11692 127 39 0 11578 0
[pid=1857] ppid=1852 vsize=28300 CPUtime=587.91 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11724 0 0 0 58789 2 0 0 25 0 1 0 520254504 28979200 5013 33554432000 4194304 4331988 140735617132368 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 7075 5013 175 34 0 5517 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 774732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.08 5.12 5.19 6/181 1890
/proc/meminfo: memFree=30620512/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=92240 CPUtime=1201.72 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 282964 0 0 0 120068 104 0 0 25 0 1 0 520254504 94453760 19664 33554432000 4194304 4587354 140734661921744 18446744073709551615 271550234310 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 23060 19664 337 96 0 19622 0
[pid=1854] ppid=1852 vsize=67724 CPUtime=1201.72 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 13782 0 0 0 120170 2 0 0 25 0 1 0 520254504 69349376 13407 33554432000 4194304 4785740 140734302726976 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 16931 13407 340 145 0 13976 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=597.63 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 59763 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=51016 CPUtime=1201.72 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 173431 0 0 0 120151 21 0 0 25 0 1 0 520254504 52240384 11948 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 12754 11948 127 39 0 11834 0
[pid=1857] ppid=1852 vsize=28300 CPUtime=597.54 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11731 0 0 0 59752 2 0 0 25 0 1 0 520254504 28979200 5020 33554432000 4194304 4331988 140735617132368 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 7075 5020 175 34 0 5517 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 716604

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.08 5.12 5.19 6/181 1890
/proc/meminfo: memFree=30620512/32951124 swapFree=67111344/67111528
[pid=1852] ppid=1850 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1852/stat : 1852 (ppfolio) S 1850 1852 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520254504 18763776 390 33554432000 4194304 4287625 140734001357296 18446744073709551615 271550557711 0 0 4096 65536 4608052823987322879 0 0 17 1 0 0 0
/proc/1852/statm: 4581 390 341 23 0 91 0
[pid=1853] ppid=1852 vsize=92240 CPUtime=1201.72 cores=1
/proc/1853/stat : 1853 (cryptominisat) R 1852 1852 379 0 -1 4202496 282964 0 0 0 120068 104 0 0 25 0 1 0 520254504 94453760 19664 33554432000 4194304 4587354 140734661921744 18446744073709551615 271550234310 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1853/statm: 23060 19664 337 96 0 19622 0
[pid=1854] ppid=1852 vsize=67724 CPUtime=1201.72 cores=5
/proc/1854/stat : 1854 (clasp) R 1852 1852 379 0 -1 4202496 13782 0 0 0 120170 2 0 0 25 0 1 0 520254504 69349376 13407 33554432000 4194304 4785740 140734302726976 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1854/statm: 16931 13407 340 145 0 13976 0
[pid=1855] ppid=1852 vsize=459000 CPUtime=597.63 cores=7
/proc/1855/stat : 1855 (TNM) R 1852 1852 379 0 -1 4202496 1423 0 0 0 59763 0 0 0 25 0 1 0 520254504 470016000 1320 33554432000 134512640 134534564 4291673984 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1855/statm: 114750 1320 95 6 0 113416 0
[pid=1856] ppid=1852 vsize=51016 CPUtime=1201.72 cores=3
/proc/1856/stat : 1856 (lingeling) R 1852 1852 379 0 -1 4202496 173431 0 0 0 120151 21 0 0 25 0 1 0 520254504 52240384 11948 33554432000 4194304 4352236 140737284565888 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1856/statm: 12754 11948 127 39 0 11834 0
[pid=1857] ppid=1852 vsize=28300 CPUtime=597.54 cores=7
/proc/1857/stat : 1857 (march_hi) R 1852 1852 379 0 -1 4202496 11731 0 0 0 59752 2 0 0 25 0 1 0 520254504 28979200 5020 33554432000 4194304 4331988 140735617132368 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1857/statm: 7075 5020 175 34 0 5517 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 716604

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1852 and gives
#  childrusage.ru_utime.tv_sec=3000
#  childrusage.ru_utime.tv_usec=862799
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=262960
# CPU time returned by wait4() is 3001.13
# while last known CPU time is 4800.33
#
# 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.33
CPU user time (s): 4799.04
CPU system time (s): 1.29
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 4606736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3000.86
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189177
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= 465
involuntary context switches= 29164

runsolver used 1.72474 second user time and 4.83926 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 16:16:06
IDJOB=3250511
IDBENCH=83275
IDSOLVER=1612
FILE ID=node133/3250511-1304086566
RUNJOBID= node133-1304077694-398
PBS_JOBID= 13170511
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250511-1304086566/watcher-3250511-1304086566 -o /tmp/evaluation-result-3250511-1304086566/solver-3250511-1304086566 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250511-1304086566.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=301897505

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:      30824640 kB
Buffers:        743596 kB
Cached:         963248 kB
SwapCached:        124 kB
Active:         602040 kB
Inactive:      1168080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30824640 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10888 kB
Writeback:           0 kB
AnonPages:       62792 kB
Mapped:          14724 kB
Slab:           294092 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185556 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:36:10