Trace number 3282176

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications 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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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-3282176-1304032742/watcher-3282176-1304032742 -o /tmp/evaluation-result-3282176-1304032742/solver-3282176-1304032742 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3282176-1304032742.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.11 8.79 8.15 6/182 28908
/proc/meminfo: memFree=19600076/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) R 28906 28908 28368 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0

[startup+0.221624 s]
/proc/loadavg: 10.11 8.79 8.15 6/182 28908
/proc/meminfo: memFree=19600076/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300607 s]
/proc/loadavg: 10.11 8.79 8.15 6/182 28908
/proc/meminfo: memFree=19600076/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400593 s]
/proc/loadavg: 10.11 8.79 8.15 6/182 28908
/proc/meminfo: memFree=19600076/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700539 s]
/proc/loadavg: 10.11 8.79 8.15 6/182 28908
/proc/meminfo: memFree=19600076/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5004 s]
/proc/loadavg: 10.11 8.79 8.15 11/188 28914
/proc/meminfo: memFree=19576964/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1319120 CPUtime=1.49 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 2811 0 0 0 149 0 0 0 25 0 1 0 247465484 1350778880 1507 33554432000 4194304 4587354 140736327511856 18446744073709551615 4237485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 329780 1507 329 96 0 326342 0
[pid=28910] ppid=28908 vsize=16892 CPUtime=1.49 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 1791 0 0 0 149 0 0 0 25 0 1 0 247465484 17297408 1564 33554432000 4194304 4785740 140734505023680 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 4223 1564 340 145 0 1268 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=0.78 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 78 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134526136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=7660 CPUtime=1.49 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 1342 0 0 0 149 0 0 0 25 0 1 0 247465484 7843840 1083 33554432000 4194304 4352236 140736094047392 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 1915 1083 127 39 0 995 0
[pid=28913] ppid=28908 vsize=16588 CPUtime=0.69 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 5067 0 0 0 69 0 0 0 25 0 1 0 247465484 16986112 1915 33554432000 4194304 4331988 140733643104720 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 4147 1915 176 34 0 2589 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1835204

[startup+3.10112 s]
/proc/loadavg: 10.11 8.79 8.15 11/188 28914
/proc/meminfo: memFree=19573492/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1322896 CPUtime=3.09 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 4549 0 0 0 309 0 0 0 25 0 1 0 247465484 1354645504 2722 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 330724 2722 338 96 0 327286 0
[pid=28910] ppid=28908 vsize=18404 CPUtime=3.09 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 2157 0 0 0 309 0 0 0 25 0 1 0 247465484 18845696 1930 33554432000 4194304 4785740 140734505023680 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 4601 1930 340 145 0 1646 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=1.57 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 157 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=7280 CPUtime=3.09 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 1498 0 0 0 309 0 0 0 25 0 1 0 247465484 7454720 1020 33554432000 4194304 4352236 140736094047392 18446744073709551615 4278833 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 1820 1020 127 39 0 900 0
[pid=28913] ppid=28908 vsize=16904 CPUtime=1.49 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 5136 0 0 0 149 0 0 0 25 0 1 0 247465484 17309696 1981 33554432000 4194304 4331988 140733643104720 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 4226 1981 173 34 0 2668 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1840428

[startup+6.30056 s]
/proc/loadavg: 10.10 8.81 8.16 11/188 28914
/proc/meminfo: memFree=19565184/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1326120 CPUtime=6.28 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 6417 0 0 0 628 0 0 0 25 0 1 0 247465484 1357946880 2950 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 331530 2950 338 96 0 328092 0
[pid=28910] ppid=28908 vsize=19480 CPUtime=6.29 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 2453 0 0 0 629 0 0 0 25 0 1 0 247465484 19947520 2226 33554432000 4194304 4785740 140734505023680 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 4870 2226 340 145 0 1915 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=3.16 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 316 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134528516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=8816 CPUtime=6.29 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 2330 0 0 0 629 0 0 0 25 0 1 0 247465484 9027584 1372 33554432000 4194304 4352236 140736094047392 18446744073709551615 4270775 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 2204 1372 127 39 0 1284 0
[pid=28913] ppid=28908 vsize=17496 CPUtime=3.09 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 5282 0 0 0 309 0 0 0 25 0 1 0 247465484 17915904 2127 33554432000 4194304 4331988 140733643104720 18446744073709551615 4240189 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 4374 2127 173 34 0 2816 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1846856

[startup+12.7004 s]
/proc/loadavg: 10.17 8.85 8.17 11/188 28914
/proc/meminfo: memFree=19550680/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1333284 CPUtime=12.69 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 11429 0 0 0 1267 2 0 0 25 0 1 0 247465484 1365282816 5048 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238273 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 333321 5048 338 96 0 329883 0
[pid=28910] ppid=28908 vsize=21668 CPUtime=12.69 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 2982 0 0 0 1269 0 0 0 25 0 1 0 247465484 22188032 2755 33554432000 4194304 4785740 140734505023680 18446744073709551615 4550327 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 5417 2755 340 145 0 2462 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=6.32 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 632 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134525913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=9184 CPUtime=12.68 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 3222 0 0 0 1268 0 0 0 25 0 1 0 247465484 9404416 1464 33554432000 4194304 4352236 140736094047392 18446744073709551615 4231287 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 2296 1464 127 39 0 1376 0
[pid=28913] ppid=28908 vsize=18412 CPUtime=6.29 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 5498 0 0 0 629 0 0 0 25 0 1 0 247465484 18853888 2343 33554432000 4194304 4331988 140733643104720 18446744073709551615 4314521 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 4603 2343 173 34 0 3045 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1857492

[startup+25.5072 s]
/proc/loadavg: 10.13 8.91 8.20 11/188 28915
/proc/meminfo: memFree=19540888/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1346672 CPUtime=25.49 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 17798 0 0 0 2546 3 0 0 25 0 1 0 247465484 1378992128 6942 33554432000 4194304 4587354 140736327511856 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 336668 6942 338 96 0 333230 0
[pid=28910] ppid=28908 vsize=24176 CPUtime=25.49 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 3612 0 0 0 2549 0 0 0 25 0 1 0 247465484 24756224 3385 33554432000 4194304 4785740 140734505023680 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 6044 3385 340 145 0 3089 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=12.71 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 1271 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=10468 CPUtime=25.5 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 4567 0 0 0 2549 1 0 0 25 0 1 0 247465484 10719232 1817 33554432000 4194304 4352236 140736094047392 18446744073709551615 4208082 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 2617 1817 127 39 0 1697 0
[pid=28913] ppid=28908 vsize=20224 CPUtime=12.65 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 5812 0 0 0 1264 1 0 0 25 0 1 0 247465484 20709376 2657 33554432000 4194304 4331988 140733643104720 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 5056 2657 173 34 0 3498 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 1876484

[startup+51.1007 s]
/proc/loadavg: 10.14 9.01 8.25 12/188 28915
/proc/meminfo: memFree=19507264/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1346948 CPUtime=51.08 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 27210 0 0 0 5102 6 0 0 25 0 1 0 247465484 1379274752 8262 33554432000 4194304 4587354 140736327511856 18446744073709551615 4241092 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 336737 8262 338 96 0 333299 0
[pid=28910] ppid=28908 vsize=27108 CPUtime=51.09 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 4337 0 0 0 5109 0 0 0 25 0 1 0 247465484 27758592 4110 33554432000 4194304 4785740 140734505023680 18446744073709551615 268660321652 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 6777 4110 340 145 0 3822 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=25.41 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 2541 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=11496 CPUtime=51.09 cores=3

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

/proc/28913/statm: 27043 24307 173 34 0 25485 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 2052792

[startup+1002.31 s]
/proc/loadavg: 9.76 10.01 9.42 11/188 28974
/proc/meminfo: memFree=19678752/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1373400 CPUtime=1002.22 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 132367 0 0 0 100168 54 0 0 25 0 1 0 247465484 1406361600 17124 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 343350 17124 338 96 0 339912 0
[pid=28910] ppid=28908 vsize=60204 CPUtime=1002.31 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 12546 0 0 0 100228 3 0 0 25 0 1 0 247465484 61648896 12203 33554432000 4194304 4785740 140734505023680 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 15051 12203 341 145 0 12096 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=498.43 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 49843 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=22512 CPUtime=1002.32 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 61562 0 0 0 100224 8 0 0 25 0 1 0 247465484 23052288 4796 33554432000 4194304 4352236 140736094047392 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 5628 4796 127 39 0 4708 0
[pid=28913] ppid=28908 vsize=189512 CPUtime=498.38 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 29071 0 0 0 49821 17 0 0 25 0 1 0 247465484 194060288 25916 33554432000 4194304 4331988 140733643104720 18446744073709551615 4263230 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 47378 25916 173 34 0 45820 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 2120572

[startup+1062.3 s]
/proc/loadavg: 10.10 10.07 9.47 11/188 28975
/proc/meminfo: memFree=19369084/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1373776 CPUtime=1062.2 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 137187 0 0 0 106164 56 0 0 25 0 1 0 247465484 1406746624 17124 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 343444 17124 338 96 0 340006 0
[pid=28910] ppid=28908 vsize=60468 CPUtime=1062.31 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 12613 0 0 0 106228 3 0 0 25 0 1 0 247465484 61919232 12270 33554432000 4194304 4785740 140734505023680 18446744073709551615 4416786 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 15117 12270 341 145 0 12162 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=528.27 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 52827 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 5158331 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=23536 CPUtime=1062.31 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 64378 0 0 0 106223 8 0 0 25 0 1 0 247465484 24100864 5052 33554432000 4194304 4352236 140736094047392 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 5884 5052 127 39 0 4964 0
[pid=28913] ppid=28908 vsize=189640 CPUtime=528.21 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 30442 0 0 0 52803 18 0 0 25 0 1 0 247465484 194191360 27287 33554432000 4194304 4331988 140733643104720 18446744073709551615 4297344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 47410 27287 173 34 0 45852 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 2122364

[startup+1122.3 s]
/proc/loadavg: 10.07 10.07 9.51 11/188 28977
/proc/meminfo: memFree=19292800/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1391708 CPUtime=1122.19 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 141193 0 0 0 112162 57 0 0 25 0 1 0 247465484 1425108992 21037 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 347927 21037 338 96 0 344489 0
[pid=28910] ppid=28908 vsize=60380 CPUtime=1122.31 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 12617 0 0 0 112228 3 0 0 25 0 1 0 247465484 61829120 12244 33554432000 4194304 4785740 140734505023680 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 15095 12244 341 145 0 12140 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=558.12 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 55812 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134525943 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=27120 CPUtime=1122.31 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 67002 0 0 0 112223 8 0 0 25 0 1 0 247465484 27770880 5948 33554432000 4194304 4352236 140736094047392 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 6780 5948 127 39 0 5860 0
[pid=28913] ppid=28908 vsize=189640 CPUtime=558.03 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 31779 0 0 0 55784 19 0 0 25 0 1 0 247465484 194191360 28624 33554432000 4194304 4331988 140733643104720 18446744073709551615 4226519 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 47410 28624 173 34 0 45852 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 2143792

[startup+1182.3 s]
/proc/loadavg: 9.84 10.02 9.53 11/188 29011
/proc/meminfo: memFree=20018512/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1390336 CPUtime=1182.2 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 144518 0 0 0 118161 59 0 0 25 0 1 0 247465484 1423704064 19839 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 347584 19839 338 96 0 344146 0
[pid=28910] ppid=28908 vsize=60680 CPUtime=1182.31 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 12699 0 0 0 118228 3 0 0 25 0 1 0 247465484 62136320 12326 33554432000 4194304 4785740 140734505023680 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 15170 12326 341 145 0 12215 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=587.93 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 58793 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134528453 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=28144 CPUtime=1182.31 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 68730 0 0 0 118223 8 0 0 25 0 1 0 247465484 28819456 6204 33554432000 4194304 4352236 140736094047392 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 7036 6204 127 39 0 6116 0
[pid=28913] ppid=28908 vsize=189768 CPUtime=587.9 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 33002 0 0 0 58771 19 0 0 25 0 1 0 247465484 194322432 29847 33554432000 4194304 4331988 140733643104720 18446744073709551615 4229709 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 47442 29847 173 34 0 45884 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 2143872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.02 10.05 9.55 11/188 29011
/proc/meminfo: memFree=19898236/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1390336 CPUtime=1201.6 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 145946 0 0 0 120100 60 0 0 25 0 1 0 247465484 1423704064 21231 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 347584 21231 338 96 0 344146 0
[pid=28910] ppid=28908 vsize=61208 CPUtime=1201.72 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 12840 0 0 0 120169 3 0 0 25 0 1 0 247465484 62676992 12467 33554432000 4194304 4785740 140734505023680 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 15302 12467 341 145 0 12347 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=597.62 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 59762 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=22768 CPUtime=1201.72 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 68730 0 0 0 120164 8 0 0 25 0 1 0 247465484 23314432 4860 33554432000 4194304 4352236 140736094047392 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 5692 4860 127 39 0 4772 0
[pid=28913] ppid=28908 vsize=189768 CPUtime=597.51 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 33356 0 0 0 59731 20 0 0 25 0 1 0 247465484 194322432 30201 33554432000 4194304 4331988 140733643104720 18446744073709551615 4237139 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 47442 30201 173 34 0 45884 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2139024

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.02 10.05 9.55 11/188 29011
/proc/meminfo: memFree=19898236/32951124 swapFree=67111528/67111528
[pid=28908] ppid=28906 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28908/stat : 28908 (ppfolio) S 28906 28908 28368 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 247465483 18763776 389 33554432000 4194304 4287625 140735591320224 18446744073709551615 268660682255 0 0 4096 65536 4457358708086669311 0 0 17 1 0 0 0
/proc/28908/statm: 4581 389 341 23 0 91 0
[pid=28909] ppid=28908 vsize=1390336 CPUtime=1201.6 cores=1
/proc/28909/stat : 28909 (cryptominisat) R 28908 28908 28368 0 -1 4202496 145946 0 0 0 120100 60 0 0 25 0 1 0 247465484 1423704064 21231 33554432000 4194304 4587354 140736327511856 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28909/statm: 347584 21231 338 96 0 344146 0
[pid=28910] ppid=28908 vsize=61208 CPUtime=1201.72 cores=5
/proc/28910/stat : 28910 (clasp) R 28908 28908 28368 0 -1 4202496 12840 0 0 0 120169 3 0 0 25 0 1 0 247465484 62676992 12467 33554432000 4194304 4785740 140734505023680 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28910/statm: 15302 12467 341 145 0 12347 0
[pid=28911] ppid=28908 vsize=456620 CPUtime=597.62 cores=7
/proc/28911/stat : 28911 (TNM) R 28908 28908 28368 0 -1 4202496 737 0 0 0 59762 0 0 0 25 0 1 0 247465484 467578880 634 33554432000 134512640 134534564 4288778208 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28911/statm: 114155 634 95 6 0 112821 0
[pid=28912] ppid=28908 vsize=22768 CPUtime=1201.72 cores=3
/proc/28912/stat : 28912 (lingeling) R 28908 28908 28368 0 -1 4202496 68730 0 0 0 120164 8 0 0 25 0 1 0 247465484 23314432 4860 33554432000 4194304 4352236 140736094047392 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28912/statm: 5692 4860 127 39 0 4772 0
[pid=28913] ppid=28908 vsize=189768 CPUtime=597.51 cores=7
/proc/28913/stat : 28913 (march_hi) R 28908 28908 28368 0 -1 4202496 33356 0 0 0 59731 20 0 0 25 0 1 0 247465484 194322432 30201 33554432000 4194304 4331988 140733643104720 18446744073709551615 4237139 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28913/statm: 47442 30201 173 34 0 45884 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2139024

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28908 and gives
#  childrusage.ru_utime.tv_sec=3604
#  childrusage.ru_utime.tv_usec=339057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=750885
# CPU time returned by wait4() is 3605.09
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4799.26
CPU system time (s): 0.91
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 3429440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3604.34
system time used= 0.750885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228051
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= 529
involuntary context switches= 21222

runsolver used 1.75473 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 01:19:02
IDJOB=3282176
IDBENCH=70785
IDSOLVER=1612
FILE ID=node107/3282176-1304032742
RUNJOBID= node107-1304032485-28749
PBS_JOBID= 13170345
Free space on /tmp= 71776 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282176-1304032742/watcher-3282176-1304032742 -o /tmp/evaluation-result-3282176-1304032742/solver-3282176-1304032742 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3282176-1304032742.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=277301420

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19600356 kB
Buffers:       2024548 kB
Cached:        9980036 kB
SwapCached:          0 kB
Active:        5624092 kB
Inactive:      7244648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19600356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9900 kB
Writeback:           0 kB
AnonPages:      863876 kB
Mapped:          16700 kB
Slab:           416548 kB
PageTables:       6444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3280600 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= 71776 MiB
End job on node107 at 2011-04-29 01:39:06