Trace number 3288018

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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	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-3288018-1304035443/watcher-3288018-1304035443 -o /tmp/evaluation-result-3288018-1304035443/solver-3288018-1304035443 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3288018-1304035443.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: 10.12 10.13 9.90 6/182 32069
/proc/meminfo: memFree=18472004/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0

[startup+1.26836 s]
/proc/loadavg: 10.12 10.13 9.90 6/182 32069
/proc/meminfo: memFree=18472004/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36834 s]
/proc/loadavg: 10.12 10.13 9.90 6/182 32069
/proc/meminfo: memFree=18472004/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40034 s]
/proc/loadavg: 10.12 10.13 9.90 6/182 32069
/proc/meminfo: memFree=18472004/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56831 s]
/proc/loadavg: 10.12 10.13 9.90 6/182 32069
/proc/meminfo: memFree=18472004/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.6003 s]
/proc/loadavg: 10.12 10.13 9.90 6/182 32069
/proc/meminfo: memFree=18472004/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10104 s]
/proc/loadavg: 10.35 10.18 9.91 14/189 32076
/proc/meminfo: memFree=18027160/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=220724 CPUtime=3.08 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 47798 0 0 0 301 7 0 0 25 0 1 0 515144123 226021376 43198 33554432000 4194304 4587354 140734175260448 18446744073709551615 4316361 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 55181 43198 325 96 0 51743 0
[pid=32071] ppid=32069 vsize=115500 CPUtime=3.09 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 33073 0 0 0 304 5 0 0 25 0 1 0 515144123 118272000 25404 33554432000 4194304 4785740 140735771703664 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 28875 25404 340 145 0 25920 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=1.96 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 194 2 0 0 21 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=41352 CPUtime=3.09 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 20603 0 0 0 306 3 0 0 25 0 1 0 515144123 42344448 9505 33554432000 4194304 4352236 140734558989744 18446744073709551615 4211504 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 10338 9505 125 39 0 9418 0
[pid=32074] ppid=32069 vsize=110340 CPUtime=1.11 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4194304 50965 0 0 0 103 8 0 0 25 0 1 0 515144123 112988160 20778 33554432000 4194304 4331988 140735713509360 18446744073709551615 237278546954 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 27585 20778 128 34 0 26027 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 996516

[startup+6.30046 s]
/proc/loadavg: 10.40 10.19 9.92 12/189 32076
/proc/meminfo: memFree=18178212/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=220724 CPUtime=6.28 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 47891 0 0 0 621 7 0 0 25 0 1 0 515144123 226021376 43285 33554432000 4194304 4587354 140734175260448 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 55181 43285 332 96 0 51743 0
[pid=32071] ppid=32069 vsize=115500 CPUtime=6.29 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 33073 0 0 0 624 5 0 0 25 0 1 0 515144123 118272000 25404 33554432000 4194304 4785740 140735771703664 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 28875 25404 340 145 0 25920 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=3.54 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 352 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=66524 CPUtime=6.28 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 26896 0 0 0 625 3 0 0 25 0 1 0 515144123 68120576 15798 33554432000 4194304 4352236 140734558989744 18446744073709551615 4301381 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 16631 15798 125 39 0 15711 0
[pid=32074] ppid=32069 vsize=128716 CPUtime=2.71 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 118689 0 0 0 254 17 0 0 25 0 1 0 515144123 131805184 25331 33554432000 4194304 4331988 140735713509360 18446744073709551615 4261937 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 32179 25331 144 34 0 30621 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1040064

[startup+12.7013 s]
/proc/loadavg: 10.45 10.21 9.92 12/189 32076
/proc/meminfo: memFree=18037736/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=207652 CPUtime=12.69 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 50428 0 0 0 1261 8 0 0 25 0 1 0 515144123 212635648 39991 33554432000 4194304 4587354 140734175260448 18446744073709551615 4303275 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 51913 39991 337 96 0 48475 0
[pid=32071] ppid=32069 vsize=115500 CPUtime=12.69 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 33073 0 0 0 1264 5 0 0 25 0 1 0 515144123 118272000 25404 33554432000 4194304 4785740 140735771703664 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 28875 25404 340 145 0 25920 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=6.73 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 671 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=74120 CPUtime=12.69 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 33043 0 0 0 1265 4 0 0 25 0 1 0 515144123 75898880 17699 33554432000 4194304 4352236 140734558989744 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 18530 17699 127 39 0 17610 0
[pid=32074] ppid=32069 vsize=370664 CPUtime=5.88 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 184863 0 0 0 563 25 0 0 25 0 1 0 515144123 379559936 64811 33554432000 4194304 4331988 140735713509360 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 92666 64811 173 34 0 91108 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1276536

[startup+25.5011 s]
/proc/loadavg: 10.60 10.25 9.94 11/188 32077
/proc/meminfo: memFree=17933728/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=226744 CPUtime=25.49 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 57916 0 0 0 2540 9 0 0 25 0 1 0 515144123 232185856 47208 33554432000 4194304 4587354 140734175260448 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 56686 47208 340 96 0 53248 0
[pid=32071] ppid=32069 vsize=116952 CPUtime=25.49 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 33588 0 0 0 2544 5 0 0 25 0 1 0 515144123 119758848 25919 33554432000 4194304 4785740 140735771703664 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 29238 25919 340 145 0 26283 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=13.13 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 1311 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=65924 CPUtime=25.49 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 33043 0 0 0 2545 4 0 0 25 0 1 0 515144123 67506176 15650 33554432000 4194304 4352236 140734558989744 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 16481 15650 127 39 0 15561 0
[pid=32074] ppid=32069 vsize=379272 CPUtime=12.21 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 204073 0 0 0 1194 27 0 0 25 0 1 0 515144123 388374528 84021 33554432000 4194304 4331988 140735713509360 18446744073709551615 4237212 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 94818 84021 173 34 0 93260 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1297492

[startup+51.1005 s]
/proc/loadavg: 10.41 10.24 9.95 11/188 32077
/proc/meminfo: memFree=17836324/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=226744 CPUtime=51.09 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 58841 0 0 0 5099 10 0 0 25 0 1 0 515144123 232185856 48055 33554432000 4194304 4587354 140734175260448 18446744073709551615 4352630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 56686 48055 340 96 0 53248 0
[pid=32071] ppid=32069 vsize=136080 CPUtime=51.09 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 38359 0 0 0 5101 8 0 0 25 0 1 0 515144123 139345920 30690 33554432000 4194304 4785740 140735771703664 18446744073709551615 237278570538 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 34020 30690 340 145 0 31065 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=25.83 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 2581 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=65924 CPUtime=51.09 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 33043 0 0 0 5105 4 0 0 25 0 1 0 515144123 67506176 15650 33554432000 4194304 4352236 140734558989744 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 16481 15650 127 39 0 15561 0
[pid=32074] ppid=32069 vsize=382868 CPUtime=24.97 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 205004 0 0 0 2470 27 0 0 25 0 1 0 515144123 392056832 84952 33554432000 4194304 4331988 140735713509360 18446744073709551615 4263225 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 95717 84952 173 34 0 94159 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 1320216

[startup+102.3 s]
/proc/loadavg: 10.24 10.22 9.95 11/188 32079
/proc/meminfo: memFree=17772452/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=216100 CPUtime=102.29 cores=1

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

/proc/32074/statm: 100660 90025 173 34 0 99102 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 2979584

[startup+1002.3 s]
/proc/loadavg: 10.09 10.12 10.04 11/188 32136
/proc/meminfo: memFree=18811508/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=1672676 CPUtime=1002.29 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 239498 0 0 0 100162 67 0 0 25 0 1 0 515144123 1712820224 60117 33554432000 4194304 4587354 140734175260448 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 418169 60117 340 96 0 414731 0
[pid=32071] ppid=32069 vsize=358196 CPUtime=1002.32 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 92691 0 0 0 100196 36 0 0 25 0 1 0 515144123 366792704 85022 33554432000 4194304 4785740 140735771703664 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 89549 85022 340 145 0 86594 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=498.86 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 49884 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=78900 CPUtime=1002.31 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 46531 0 0 0 100225 6 0 0 25 0 1 0 515144123 80793600 18894 33554432000 4194304 4352236 140734558989744 18446744073709551615 4277929 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 19725 18894 127 39 0 18805 0
[pid=32074] ppid=32069 vsize=402640 CPUtime=497.97 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 210090 0 0 0 49769 28 0 0 25 0 1 0 515144123 412303360 90038 33554432000 4194304 4331988 140735713509360 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 100660 90038 173 34 0 99102 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 3021012

[startup+1062.3 s]
/proc/loadavg: 10.11 10.13 10.04 11/188 32137
/proc/meminfo: memFree=18777640/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=1633172 CPUtime=1062.29 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 251481 0 0 0 106159 70 0 0 25 0 1 0 515144123 1672368128 58958 33554432000 4194304 4587354 140734175260448 18446744073709551615 4238294 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 408293 58958 340 96 0 404855 0
[pid=32071] ppid=32069 vsize=371180 CPUtime=1062.31 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 95874 0 0 0 106193 38 0 0 25 0 1 0 515144123 380088320 88205 33554432000 4194304 4785740 140735771703664 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 92795 88205 340 145 0 89840 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=528.69 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 52867 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=78900 CPUtime=1062.31 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 46531 0 0 0 106225 6 0 0 25 0 1 0 515144123 80793600 18894 33554432000 4194304 4352236 140734558989744 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 19725 18894 127 39 0 18805 0
[pid=32074] ppid=32069 vsize=402640 CPUtime=527.82 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 210103 0 0 0 52754 28 0 0 25 0 1 0 515144123 412303360 90051 33554432000 4194304 4331988 140735713509360 18446744073709551615 4228800 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 100660 90051 173 34 0 99102 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 2994492

[startup+1122.3 s]
/proc/loadavg: 10.11 10.13 10.05 11/188 32139
/proc/meminfo: memFree=18799824/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=264608 CPUtime=1122.28 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 263580 0 0 0 112156 72 0 0 25 0 1 0 515144123 270958592 57623 33554432000 4194304 4587354 140734175260448 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 66152 57623 340 96 0 62714 0
[pid=32071] ppid=32069 vsize=371180 CPUtime=1122.32 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 95881 0 0 0 112194 38 0 0 25 0 1 0 515144123 380088320 88212 33554432000 4194304 4785740 140735771703664 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 92795 88212 340 145 0 89840 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=558.55 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 55853 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=78900 CPUtime=1122.31 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 46531 0 0 0 112225 6 0 0 25 0 1 0 515144123 80793600 18894 33554432000 4194304 4352236 140734558989744 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 19725 18894 127 39 0 18805 0
[pid=32074] ppid=32069 vsize=402904 CPUtime=557.63 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 210224 0 0 0 55735 28 0 0 25 0 1 0 515144123 412573696 90172 33554432000 4194304 4331988 140735713509360 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 100726 90172 173 34 0 99168 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 1626192

[startup+1182.3 s]
/proc/loadavg: 10.12 10.13 10.05 11/188 32140
/proc/meminfo: memFree=18751948/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=285796 CPUtime=1182.28 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 282014 0 0 0 118152 76 0 0 25 0 1 0 515144123 292655104 64958 33554432000 4194304 4587354 140734175260448 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 71449 64958 340 96 0 68011 0
[pid=32071] ppid=32069 vsize=371180 CPUtime=1182.32 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 95895 0 0 0 118194 38 0 0 25 0 1 0 515144123 380088320 88226 33554432000 4194304 4785740 140735771703664 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 92795 88226 340 145 0 89840 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=588.35 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 58833 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=82996 CPUtime=1182.31 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 47555 0 0 0 118225 6 0 0 25 0 1 0 515144123 84987904 19918 33554432000 4194304 4352236 140734558989744 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 20749 19918 127 39 0 19829 0
[pid=32074] ppid=32069 vsize=402904 CPUtime=587.51 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 210245 0 0 0 58723 28 0 0 25 0 1 0 515144123 412573696 90193 33554432000 4194304 4331988 140735713509360 18446744073709551615 4297607 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 100726 90193 173 34 0 99168 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 1651476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.15 10.14 10.06 12/188 32141
/proc/meminfo: memFree=18742520/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=285796 CPUtime=1201.69 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 283147 0 0 0 120092 77 0 0 25 0 1 0 515144123 292655104 66073 33554432000 4194304 4587354 140734175260448 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 71449 66073 340 96 0 68011 0
[pid=32071] ppid=32069 vsize=371180 CPUtime=1201.72 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 95903 0 0 0 120134 38 0 0 25 0 1 0 515144123 380088320 88234 33554432000 4194304 4785740 140735771703664 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 92795 88234 340 145 0 89840 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=598.04 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 59802 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=82996 CPUtime=1201.72 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 47555 0 0 0 120166 6 0 0 25 0 1 0 515144123 84987904 19918 33554432000 4194304 4352236 140734558989744 18446744073709551615 4329047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 20749 19918 127 39 0 19829 0
[pid=32074] ppid=32069 vsize=403036 CPUtime=597.11 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 210266 0 0 0 59683 28 0 0 25 0 1 0 515144123 412708864 90214 33554432000 4194304 4331988 140735713509360 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 100759 90214 173 34 0 99201 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1651608

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: 10.15 10.14 10.06 12/188 32141
/proc/meminfo: memFree=18742520/32950904 swapFree=67082284/67111528
[pid=32069] ppid=32067 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/32069/stat : 32069 (ppfolio) S 32067 32069 31281 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515144122 18763776 390 33554432000 4194304 4287625 140736709744976 18446744073709551615 237278899727 0 0 4096 65536 4539751848864645119 0 0 17 1 0 0 0
/proc/32069/statm: 4581 390 341 23 0 91 0
[pid=32070] ppid=32069 vsize=285796 CPUtime=1201.69 cores=1
/proc/32070/stat : 32070 (cryptominisat) R 32069 32069 31281 0 -1 4202496 283147 0 0 0 120092 77 0 0 25 0 1 0 515144123 292655104 66073 33554432000 4194304 4587354 140734175260448 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/32070/statm: 71449 66073 340 96 0 68011 0
[pid=32071] ppid=32069 vsize=371180 CPUtime=1201.72 cores=5
/proc/32071/stat : 32071 (clasp) R 32069 32069 31281 0 -1 4202496 95903 0 0 0 120134 38 0 0 25 0 1 0 515144123 380088320 88234 33554432000 4194304 4785740 140735771703664 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32071/statm: 92795 88234 340 145 0 89840 0
[pid=32072] ppid=32069 vsize=490276 CPUtime=598.04 cores=7
/proc/32072/stat : 32072 (TNM) R 32069 32069 31281 0 -1 4202496 19015 0 0 0 59802 2 0 0 25 0 1 0 515144123 502042624 18912 33554432000 134512640 134534564 4291768864 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32072/statm: 122569 18912 95 6 0 121235 0
[pid=32073] ppid=32069 vsize=82996 CPUtime=1201.72 cores=3
/proc/32073/stat : 32073 (lingeling) R 32069 32069 31281 0 -1 4202496 47555 0 0 0 120166 6 0 0 25 0 1 0 515144123 84987904 19918 33554432000 4194304 4352236 140734558989744 18446744073709551615 4329047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/32073/statm: 20749 19918 127 39 0 19829 0
[pid=32074] ppid=32069 vsize=403036 CPUtime=597.11 cores=7
/proc/32074/stat : 32074 (march_hi) R 32069 32069 31281 0 -1 4202496 210266 0 0 0 59683 28 0 0 25 0 1 0 515144123 412708864 90214 33554432000 4194304 4331988 140735713509360 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32074/statm: 100759 90214 173 34 0 99201 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1651608

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32069 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.28
#
# 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.28
CPU user time (s): 4798.77
CPU system time (s): 1.51
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 4673576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 521
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= 293
involuntary context switches= 6

runsolver used 1.72374 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 02:04:04
IDJOB=3288018
IDBENCH=82481
IDSOLVER=1612
FILE ID=node121/3288018-1304035443
RUNJOBID= node121-1304032644-31667
PBS_JOBID= 13170331
Free space on /tmp= 72604 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288018-1304035443/watcher-3288018-1304035443 -o /tmp/evaluation-result-3288018-1304035443/solver-3288018-1304035443 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3288018-1304035443.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=653211931

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.82
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.817
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.817
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.817
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:     32950904 kB
MemFree:      18472284 kB
Buffers:       2177992 kB
Cached:       10238352 kB
SwapCached:       2776 kB
Active:       10641836 kB
Inactive:      3313924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      18472284 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           19820 kB
Writeback:           0 kB
AnonPages:     1536684 kB
Mapped:          15756 kB
Slab:           455312 kB
PageTables:       8180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  4108904 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= 72624 MiB
End job on node121 at 2011-04-29 02:24:07