Trace number 3191303

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.25 1201.91

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S2061684506-048.UNKNOWN.cnf
MD5SUM96dadba6913c3cf46368b605f559e4b9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1288.13
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

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

running on 4 cores: 0,2,4,6

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: 6.33 7.69 7.88 3/176 15305
/proc/meminfo: memFree=26293172/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) R 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0

[startup+0.19875 s]
/proc/loadavg: 6.33 7.69 7.88 3/176 15305
/proc/meminfo: memFree=26293172/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200754 s]
/proc/loadavg: 6.33 7.69 7.88 3/176 15305
/proc/meminfo: memFree=26293172/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300791 s]
/proc/loadavg: 6.33 7.69 7.88 3/176 15305
/proc/meminfo: memFree=26293172/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700658 s]
/proc/loadavg: 6.33 7.69 7.88 3/176 15305
/proc/meminfo: memFree=26293172/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50051 s]
/proc/loadavg: 6.33 7.69 7.88 11/188 15349
/proc/meminfo: memFree=26272920/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1336124 CPUtime=1.49 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 3570 0 0 0 149 0 0 0 25 0 1 0 519388084 1368190976 2416 33554432000 4194304 4587354 140735732835568 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 334031 2416 337 96 0 330593 0
[pid=15309] ppid=15303 vsize=14036 CPUtime=1.49 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 966 0 0 0 149 0 0 0 25 0 1 0 519388084 14372864 853 33554432000 4194304 4785740 140733782729616 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 3509 853 340 145 0 554 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=0.94 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 94 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=6596 CPUtime=1.49 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 1095 0 0 0 149 0 0 0 25 0 1 0 519388084 6754304 847 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 1649 847 127 39 0 729 0
[pid=15314] ppid=15303 vsize=7932 CPUtime=0.53 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 575 0 0 0 53 0 0 0 25 0 1 0 519388084 8122368 467 33554432000 4194304 4331988 140733408473968 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 1983 467 172 34 0 425 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1838836

[startup+3.1012 s]
/proc/loadavg: 6.33 7.69 7.88 6/181 15349
/proc/meminfo: memFree=26273480/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1339356 CPUtime=3.09 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 5366 0 0 0 309 0 0 0 25 0 1 0 519388084 1371500544 3375 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 334839 3375 337 96 0 331401 0
[pid=15309] ppid=15303 vsize=14712 CPUtime=3.09 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 1141 0 0 0 309 0 0 0 25 0 1 0 519388084 15065088 1028 33554432000 4194304 4785740 140733782729616 18446744073709551615 4538976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 3678 1028 340 145 0 723 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=1.76 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 176 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=6604 CPUtime=3.09 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 1449 0 0 0 309 0 0 0 25 0 1 0 519388084 6762496 849 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 1651 849 127 39 0 731 0
[pid=15314] ppid=15303 vsize=8100 CPUtime=1.31 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 614 0 0 0 131 0 0 0 25 0 1 0 519388084 8294400 506 33554432000 4194304 4331988 140733408473968 18446744073709551615 4316655 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 2025 506 173 34 0 467 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1842920

[startup+6.30059 s]
/proc/loadavg: 6.70 7.75 7.90 11/188 15445
/proc/meminfo: memFree=26248880/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1338972 CPUtime=6.28 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 7200 0 0 0 628 0 0 0 25 0 1 0 519388084 1371107328 3607 33554432000 4194304 4587354 140735732835568 18446744073709551615 4231873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 334743 3607 337 96 0 331305 0
[pid=15309] ppid=15303 vsize=15664 CPUtime=6.29 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 1379 0 0 0 629 0 0 0 25 0 1 0 519388084 16039936 1266 33554432000 4194304 4785740 140733782729616 18446744073709551615 4278073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 3916 1266 340 145 0 961 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=3.35 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 335 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134530283 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=8404 CPUtime=6.28 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 2539 0 0 0 628 0 0 0 25 0 1 0 519388084 8605696 1299 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 2101 1299 127 39 0 1181 0
[pid=15314] ppid=15303 vsize=8252 CPUtime=2.91 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 683 0 0 0 291 0 0 0 25 0 1 0 519388084 8450048 575 33554432000 4194304 4331988 140733408473968 18446744073709551615 4240211 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 2063 575 173 34 0 505 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1845440

[startup+12.7004 s]
/proc/loadavg: 6.97 7.79 7.91 11/188 15445
/proc/meminfo: memFree=26234276/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1342232 CPUtime=12.69 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 11095 0 0 0 1267 2 0 0 25 0 1 0 519388084 1374445568 4116 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 335558 4116 337 96 0 332120 0
[pid=15309] ppid=15303 vsize=17176 CPUtime=12.69 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 1733 0 0 0 1269 0 0 0 25 0 1 0 519388084 17588224 1620 33554432000 4194304 4785740 140733782729616 18446744073709551615 4546305 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 4294 1620 340 145 0 1339 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=6.54 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 654 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134530002 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=8404 CPUtime=12.68 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 3787 0 0 0 1268 0 0 0 25 0 1 0 519388084 8605696 1299 33554432000 4194304 4352236 140734381410672 18446744073709551615 4207645 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 2101 1299 127 39 0 1181 0
[pid=15314] ppid=15303 vsize=9044 CPUtime=6.07 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 835 0 0 0 607 0 0 0 25 0 1 0 519388084 9261056 727 33554432000 4194304 4331988 140733408473968 18446744073709551615 4211568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 2261 727 173 34 0 703 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1851004

[startup+25.5009 s]
/proc/loadavg: 7.70 7.91 7.95 11/188 15446
/proc/meminfo: memFree=26212032/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1346156 CPUtime=25.49 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 17341 0 0 0 2546 3 0 0 25 0 1 0 519388084 1378463744 4952 33554432000 4194304 4587354 140735732835568 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 336539 4952 337 96 0 333101 0
[pid=15309] ppid=15303 vsize=18580 CPUtime=25.49 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 2099 0 0 0 2549 0 0 0 25 0 1 0 519388084 19025920 1986 33554432000 4194304 4785740 140733782729616 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 4645 1986 340 145 0 1690 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=12.94 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 1294 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=8788 CPUtime=25.48 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 6795 0 0 0 2548 0 0 0 25 0 1 0 519388084 8998912 1395 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 2197 1395 127 39 0 1277 0
[pid=15314] ppid=15303 vsize=10544 CPUtime=12.4 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 1086 0 0 0 1240 0 0 0 25 0 1 0 519388084 10797056 978 33554432000 4194304 4331988 140733408473968 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 2636 978 173 34 0 1078 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1858216

[startup+51.1011 s]
/proc/loadavg: 8.57 8.09 8.01 11/188 15446
/proc/meminfo: memFree=26187360/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1348132 CPUtime=51.09 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 25769 0 0 0 5105 4 0 0 25 0 1 0 519388084 1380487168 7578 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 337033 7578 337 96 0 333595 0
[pid=15309] ppid=15303 vsize=21192 CPUtime=51.09 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 2710 0 0 0 5109 0 0 0 25 0 1 0 519388084 21700608 2597 33554432000 4194304 4785740 140733782729616 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 5298 2597 341 145 0 2343 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=25.64 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 2564 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=11728 CPUtime=51.08 cores=2

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

/proc/15314/statm: 20336 14296 173 34 0 18778 0
Current children cumulated CPU time (s) 3523.59
Current children cumulated vsize (KiB) 700960

[startup+942.301 s]
/proc/loadavg: 10.25 10.12 9.35 11/188 15482
/proc/meminfo: memFree=25909648/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1391176 CPUtime=942.31 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 125835 0 0 0 94189 42 0 0 25 0 1 0 519388084 1424564224 15529 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 347794 15529 337 96 0 344356 0
[pid=15309] ppid=15303 vsize=39484 CPUtime=941.58 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 6898 0 0 0 94157 1 0 0 25 0 1 0 519388084 40431616 6785 33554432000 4194304 4785740 140733782729616 18446744073709551615 4549826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 9871 6785 341 145 0 6916 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=468.85 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 46885 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=36512 CPUtime=942.17 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 96533 0 0 0 94205 12 0 0 25 0 1 0 519388084 37388288 8318 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 9128 8318 127 39 0 8208 0
[pid=15314] ppid=15303 vsize=95696 CPUtime=468.33 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 15229 0 0 0 46826 7 0 0 25 0 1 0 519388084 97992704 15121 33554432000 4194304 4331988 140733408473968 18446744073709551615 4229439 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 23924 15121 173 34 0 22366 0
Current children cumulated CPU time (s) 3763.24
Current children cumulated vsize (KiB) 2037016

[startup+1002.3 s]
/proc/loadavg: 10.21 10.13 9.40 11/188 15484
/proc/meminfo: memFree=25909600/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1389900 CPUtime=1002.31 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 129239 0 0 0 100188 43 0 0 25 0 1 0 519388084 1423257600 15401 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 347475 15401 337 96 0 344037 0
[pid=15309] ppid=15303 vsize=39652 CPUtime=1001.57 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 6960 0 0 0 100156 1 0 0 25 0 1 0 519388084 40603648 6847 33554432000 4194304 4785740 140733782729616 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 9913 6847 341 145 0 6958 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=498.67 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 49867 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134528223 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=26144 CPUtime=1002.17 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 99061 0 0 0 100205 12 0 0 25 0 1 0 519388084 26771456 5726 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 6536 5726 127 39 0 5616 0
[pid=15314] ppid=15303 vsize=95696 CPUtime=498.18 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 16080 0 0 0 49811 7 0 0 25 0 1 0 519388084 97992704 15972 33554432000 4194304 4331988 140733408473968 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 23924 15972 173 34 0 22366 0
Current children cumulated CPU time (s) 4002.9
Current children cumulated vsize (KiB) 2025540

[startup+1062.3 s]
/proc/loadavg: 10.27 10.16 9.46 11/188 15485
/proc/meminfo: memFree=25879068/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1401692 CPUtime=1062.32 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 137156 0 0 0 106187 45 0 0 25 0 1 0 519388084 1435332608 19368 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 350423 19368 337 96 0 346985 0
[pid=15309] ppid=15303 vsize=40064 CPUtime=1061.56 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 7049 0 0 0 106155 1 0 0 25 0 1 0 519388084 41025536 6936 33554432000 4194304 4785740 140733782729616 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 10016 6936 341 145 0 7061 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=528.51 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 52851 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=31776 CPUtime=1062.18 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 103605 0 0 0 106205 13 0 0 25 0 1 0 519388084 32538624 7134 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 7944 7134 127 39 0 7024 0
[pid=15314] ppid=15303 vsize=95696 CPUtime=528.02 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 16909 0 0 0 52795 7 0 0 25 0 1 0 519388084 97992704 16801 33554432000 4194304 4331988 140733408473968 18446744073709551615 4288593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 23924 16801 173 34 0 22366 0
Current children cumulated CPU time (s) 4242.59
Current children cumulated vsize (KiB) 2043376

[startup+1122.3 s]
/proc/loadavg: 10.21 10.16 9.50 11/188 15487
/proc/meminfo: memFree=25834128/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1396084 CPUtime=1122.32 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 141117 0 0 0 112186 46 0 0 25 0 1 0 519388084 1429590016 19583 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 349021 19583 337 96 0 345583 0
[pid=15309] ppid=15303 vsize=40532 CPUtime=1121.56 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 7153 0 0 0 112155 1 0 0 25 0 1 0 519388084 41504768 7040 33554432000 4194304 4785740 140733782729616 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 10133 7040 341 145 0 7178 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=558.36 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 55836 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=36512 CPUtime=1122.18 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 106229 0 0 0 112205 13 0 0 25 0 1 0 519388084 37388288 8318 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 9128 8318 127 39 0 8208 0
[pid=15314] ppid=15303 vsize=95696 CPUtime=557.85 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 17735 0 0 0 55777 8 0 0 25 0 1 0 519388084 97992704 17627 33554432000 4194304 4331988 140733408473968 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 23924 17627 173 34 0 22366 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 2042972

[startup+1182.3 s]
/proc/loadavg: 10.16 10.16 9.54 11/188 15488
/proc/meminfo: memFree=25837676/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1412204 CPUtime=1182.33 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 144958 0 0 0 118185 48 0 0 25 0 1 0 519388084 1446096896 23325 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 353051 23325 337 96 0 349613 0
[pid=15309] ppid=15303 vsize=40872 CPUtime=1181.56 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 7218 0 0 0 118155 1 0 0 25 0 1 0 519388084 41852928 7105 33554432000 4194304 4785740 140733782729616 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 10218 7105 341 145 0 7263 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=588.17 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 58817 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 8030589 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=31776 CPUtime=1182.18 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 110229 0 0 0 118205 13 0 0 25 0 1 0 519388084 32538624 7134 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 7944 7134 127 39 0 7024 0
[pid=15314] ppid=15303 vsize=95696 CPUtime=587.71 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 18538 0 0 0 58763 8 0 0 25 0 1 0 519388084 97992704 18430 33554432000 4194304 4331988 140733408473968 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 23924 18430 173 34 0 22366 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 2054696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.11 10.15 9.55 11/188 15489
/proc/meminfo: memFree=25856508/32950928 swapFree=67111364/67111528
[pid=15303] ppid=15300 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15303/stat : 15303 (ppfolio) S 15300 15303 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519388084 18763776 390 33554432000 4194304 4287625 140735605163024 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 0 0 0 0
/proc/15303/statm: 4581 390 341 23 0 91 0
[pid=15308] ppid=15303 vsize=1401692 CPUtime=1201.93 cores=0
/proc/15308/stat : 15308 (cryptominisat) R 15303 15303 15268 0 -1 4202496 144984 0 0 0 120145 48 0 0 25 0 1 0 519388084 1435332608 19605 33554432000 4194304 4587354 140735732835568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15308/statm: 350423 19605 337 96 0 346985 0
[pid=15309] ppid=15303 vsize=40872 CPUtime=1201.16 cores=4
/proc/15309/stat : 15309 (clasp) R 15303 15303 15268 0 -1 4202496 7242 0 0 0 120115 1 0 0 25 0 1 0 519388084 41852928 7129 33554432000 4194304 4785740 140733782729616 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15309/statm: 10218 7129 341 145 0 7263 0
[pid=15310] ppid=15303 vsize=455824 CPUtime=597.95 cores=6
/proc/15310/stat : 15310 (TNM) R 15303 15303 15268 0 -1 4202496 337 0 0 0 59795 0 0 0 25 0 1 0 519388084 466763776 233 33554432000 134512640 134534564 4290372560 18446744073709551615 134528316 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15310/statm: 113956 233 95 6 0 112622 0
[pid=15312] ppid=15303 vsize=36512 CPUtime=1201.79 cores=2
/proc/15312/stat : 15312 (lingeling) R 15303 15303 15268 0 -1 4202496 111413 0 0 0 120165 14 0 0 25 0 1 0 519388084 37388288 8318 33554432000 4194304 4352236 140734381410672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15312/statm: 9128 8318 127 39 0 8208 0
[pid=15314] ppid=15303 vsize=95696 CPUtime=597.42 cores=6
/proc/15314/stat : 15314 (march_hi) R 15303 15303 15268 0 -1 4202496 18813 0 0 0 59734 8 0 0 25 0 1 0 519388084 97992704 18705 33554432000 4194304 4331988 140733408473968 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15314/statm: 23924 18705 173 34 0 22366 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2048920

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15303 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=159396
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 1201.18
# while last known CPU time is 4800.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.91
CPU time (s): 4800.25
CPU user time (s): 4799.54
CPU system time (s): 0.71
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 3297236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.16
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7782
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= 609
involuntary context switches= 4291

runsolver used 1.9767 second user time and 4.5883 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 13:51:24
IDJOB=3191303
IDBENCH=83034
IDSOLVER=1612
FILE ID=node127/3191303-1304077884
RUNJOBID= node127-1304077884-15286
PBS_JOBID= 13170516
Free space on /tmp= 71820 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S2061684506-048.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191303-1304077884/watcher-3191303-1304077884 -o /tmp/evaluation-result-3191303-1304077884/solver-3191303-1304077884 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191303-1304077884.cnf

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

MD5SUM BENCH= 96dadba6913c3cf46368b605f559e4b9
RANDOM SEED=1937825172

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      26293608 kB
Buffers:       1392656 kB
Cached:        4724088 kB
SwapCached:          0 kB
Active:        1774296 kB
Inactive:      4405728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26293608 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20372 kB
Writeback:           0 kB
AnonPages:       63380 kB
Mapped:          13936 kB
Slab:           410616 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187588 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= 71800 MiB
End job on node127 at 2011-04-29 14:11:28