Trace number 3190908

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
MD5SUMa4ba28fb1550ba8a4eca95d91f4669c6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark872.659
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
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-3190908-1304043932/watcher-3190908-1304043932 -o /tmp/evaluation-result-3190908-1304043932/solver-3190908-1304043932 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190908-1304043932.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: 8.32 8.88 8.44 6/181 30354
/proc/meminfo: memFree=21358732/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) R 30352 30354 30178 0 -1 4194304 480 0 0 0 0 0 0 0 25 0 1 0 248584423 18763776 388 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660060123 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/30354/statm: 4581 388 339 23 0 91 0

[startup+0.0684739 s]
/proc/loadavg: 8.32 8.88 8.44 6/181 30354
/proc/meminfo: memFree=21358732/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) R 30352 30354 30178 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.26844 s]
/proc/loadavg: 8.32 8.88 8.44 6/181 30354
/proc/meminfo: memFree=21358732/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300439 s]
/proc/loadavg: 8.32 8.88 8.44 6/181 30354
/proc/meminfo: memFree=21358732/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700367 s]
/proc/loadavg: 8.32 8.88 8.44 6/181 30354
/proc/meminfo: memFree=21358732/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50123 s]
/proc/loadavg: 8.32 8.88 8.44 10/187 30360
/proc/meminfo: memFree=21317416/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1077420 CPUtime=1.48 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 6182 0 0 0 147 1 0 0 25 0 1 0 248584423 1103278080 3205 33554432000 4194304 4587354 140736702145408 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 269355 3205 327 96 0 265917 0
[pid=30356] ppid=30354 vsize=26060 CPUtime=1.48 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 4112 0 0 0 148 0 0 0 25 0 1 0 248584423 26685440 3841 33554432000 4194304 4785740 140736731950560 18446744073709551615 4552821 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 6515 3841 340 145 0 3560 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=0.77 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 77 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=7196 CPUtime=1.49 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 1187 0 0 0 149 0 0 0 25 0 1 0 248584423 7368704 965 33554432000 4194304 4352236 140737154082480 18446744073709551615 4331615 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 1799 965 127 39 0 879 0
[pid=30360] ppid=30354 vsize=15212 CPUtime=0.7 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 6475 0 0 0 70 0 0 0 25 0 1 0 248584423 15577088 1615 33554432000 4194304 4331988 140737409235328 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 3803 1615 174 34 0 2245 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1604924

[startup+3.10095 s]
/proc/loadavg: 8.32 8.88 8.44 10/187 30360
/proc/meminfo: memFree=21315556/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1070632 CPUtime=3.08 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 9790 0 0 0 306 2 0 0 25 0 1 0 248584423 1096327168 3497 33554432000 4194304 4587354 140736702145408 18446744073709551615 268660358801 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 267658 3497 331 96 0 264220 0
[pid=30356] ppid=30354 vsize=27908 CPUtime=3.08 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 4566 0 0 0 308 0 0 0 25 0 1 0 248584423 28577792 4295 33554432000 4194304 4785740 140736731950560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 6977 4295 340 145 0 4022 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=1.56 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 156 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=7504 CPUtime=3.09 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 1289 0 0 0 309 0 0 0 25 0 1 0 248584423 7684096 1067 33554432000 4194304 4352236 140737154082480 18446744073709551615 4278838 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 1876 1067 127 39 0 956 0
[pid=30360] ppid=30354 vsize=15444 CPUtime=1.5 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 6515 0 0 0 150 0 0 0 25 0 1 0 248584423 15814656 1655 33554432000 4194304 4331988 140737409235328 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 3861 1655 174 34 0 2303 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1600524

[startup+6.30038 s]
/proc/loadavg: 8.37 8.88 8.44 10/187 30360
/proc/meminfo: memFree=21306732/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1074024 CPUtime=6.28 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 19698 0 0 0 624 4 0 0 25 0 1 0 248584423 1099800576 3483 33554432000 4194304 4587354 140736702145408 18446744073709551615 268660358923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 268506 3483 337 96 0 265068 0
[pid=30356] ppid=30354 vsize=32260 CPUtime=6.28 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 5658 0 0 0 628 0 0 0 25 0 1 0 248584423 33034240 5387 33554432000 4194304 4785740 140736731950560 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 8065 5387 340 145 0 5110 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=3.14 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 314 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=8244 CPUtime=6.29 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 1475 0 0 0 629 0 0 0 25 0 1 0 248584423 8441856 1253 33554432000 4194304 4352236 140737154082480 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 2061 1253 127 39 0 1141 0
[pid=30360] ppid=30354 vsize=15444 CPUtime=3.1 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 6560 0 0 0 310 0 0 0 25 0 1 0 248584423 15814656 1700 33554432000 4194304 4331988 140737409235328 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 3861 1700 174 34 0 2303 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1609008

[startup+12.7013 s]
/proc/loadavg: 8.42 8.88 8.44 10/187 30360
/proc/meminfo: memFree=21280676/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1089012 CPUtime=12.68 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 27488 0 0 0 1263 5 0 0 25 0 1 0 248584423 1115148288 8999 33554432000 4194304 4587354 140736702145408 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 272253 8999 337 96 0 268815 0
[pid=30356] ppid=30354 vsize=35428 CPUtime=12.69 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 6428 0 0 0 1268 1 0 0 25 0 1 0 248584423 36278272 6157 33554432000 4194304 4785740 140736731950560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 8857 6157 340 145 0 5902 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=6.34 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 634 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=9708 CPUtime=12.69 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 1840 0 0 0 1269 0 0 0 25 0 1 0 248584423 9940992 1618 33554432000 4194304 4352236 140737154082480 18446744073709551615 4276501 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 2427 1618 127 39 0 1507 0
[pid=30360] ppid=30354 vsize=16668 CPUtime=6.27 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 6723 0 0 0 627 0 0 0 25 0 1 0 248584423 17068032 1863 33554432000 4194304 4331988 140737409235328 18446744073709551615 4239733 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 4167 1863 174 34 0 2609 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1629852

[startup+25.501 s]
/proc/loadavg: 8.62 8.91 8.46 10/187 30360
/proc/meminfo: memFree=21280940/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1076292 CPUtime=25.49 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 37491 0 0 0 2542 7 0 0 25 0 1 0 248584423 1102123008 5000 33554432000 4194304 4587354 140736702145408 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 269073 5000 337 96 0 265635 0
[pid=30356] ppid=30354 vsize=44812 CPUtime=25.48 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 8709 0 0 0 2547 1 0 0 25 0 1 0 248584423 45887488 8438 33554432000 4194304 4785740 140736731950560 18446744073709551615 4305030 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 11203 8438 340 145 0 8248 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=12.74 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 1274 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=8944 CPUtime=25.49 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 2196 0 0 0 2549 0 0 0 25 0 1 0 248584423 9158656 1430 33554432000 4194304 4352236 140737154082480 18446744073709551615 4328768 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 2236 1430 127 39 0 1316 0
[pid=30360] ppid=30354 vsize=18204 CPUtime=12.6 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 7185 0 0 0 1260 0 0 0 25 0 1 0 248584423 18640896 2324 33554432000 4194304 4331988 140737409235328 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 4551 2324 174 34 0 2993 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1627288

[startup+51.1005 s]
/proc/loadavg: 8.82 8.93 8.48 10/187 30361
/proc/meminfo: memFree=21276404/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1072848 CPUtime=51.08 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 65306 0 0 0 5094 14 0 0 25 0 1 0 248584423 1098596352 4046 33554432000 4194304 4587354 140736702145408 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 268212 4046 337 96 0 264774 0
[pid=30356] ppid=30354 vsize=52100 CPUtime=51.08 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 10533 0 0 0 5107 1 0 0 25 0 1 0 248584423 53350400 10262 33554432000 4194304 4785740 140736731950560 18446744073709551615 4304022 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 13025 10262 340 145 0 10070 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=25.44 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 2544 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=9072 CPUtime=51.08 cores=3

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

/proc/30360/statm: 18901 15735 175 34 0 17343 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 1813140

[startup+942.301 s]
/proc/loadavg: 9.28 9.20 8.91 10/187 30385
/proc/meminfo: memFree=20758744/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1348612 CPUtime=942.3 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 683722 0 0 0 93985 245 0 0 25 0 1 0 248584423 1380978688 73066 33554432000 4194304 4587354 140736702145408 18446744073709551615 4388356 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 337153 73066 337 96 0 333715 0
[pid=30356] ppid=30354 vsize=135704 CPUtime=942.3 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 30629 0 0 0 94221 9 0 0 25 0 1 0 248584423 138960896 30358 33554432000 4194304 4785740 140736731950560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 33926 30358 340 145 0 30971 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=468.59 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 46859 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=16260 CPUtime=942.31 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 24246 0 0 0 94227 4 0 0 25 0 1 0 248584423 16650240 3259 33554432000 4194304 4352236 140737154082480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 4065 3259 127 39 0 3145 0
[pid=30360] ppid=30354 vsize=76608 CPUtime=468.53 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 21626 0 0 0 46847 6 0 0 25 0 1 0 248584423 78446592 16765 33554432000 4194304 4331988 140737409235328 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 19152 16765 175 34 0 17594 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 2056220

[startup+1002.3 s]
/proc/loadavg: 9.22 9.19 8.92 10/187 30386
/proc/meminfo: memFree=20731920/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1363532 CPUtime=1002.29 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 687106 0 0 0 99984 245 0 0 25 0 1 0 248584423 1396256768 76450 33554432000 4194304 4587354 140736702145408 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 340883 76450 337 96 0 337445 0
[pid=30356] ppid=30354 vsize=138060 CPUtime=1002.3 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 31119 0 0 0 100221 9 0 0 25 0 1 0 248584423 141373440 30848 33554432000 4194304 4785740 140736731950560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 34515 30848 340 145 0 31560 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=498.46 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 49846 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=20996 CPUtime=1002.31 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 25430 0 0 0 100227 4 0 0 25 0 1 0 248584423 21499904 4443 33554432000 4194304 4352236 140737154082480 18446744073709551615 4207655 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 5249 4443 127 39 0 4329 0
[pid=30360] ppid=30354 vsize=106076 CPUtime=498.33 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 22544 0 0 0 49826 7 0 0 25 0 1 0 248584423 108621824 17683 33554432000 4194304 4331988 140737409235328 18446744073709551615 4316860 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 26519 17683 175 34 0 24961 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 2107700

[startup+1062.3 s]
/proc/loadavg: 9.23 9.20 8.94 10/187 30388
/proc/meminfo: memFree=20728168/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1363532 CPUtime=1062.29 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 687106 0 0 0 105984 245 0 0 25 0 1 0 248584423 1396256768 76450 33554432000 4194304 4587354 140736702145408 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 340883 76450 337 96 0 337445 0
[pid=30356] ppid=30354 vsize=139072 CPUtime=1062.3 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 31327 0 0 0 106221 9 0 0 25 0 1 0 248584423 142409728 31056 33554432000 4194304 4785740 140736731950560 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 34768 31056 340 145 0 31813 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=528.26 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 52826 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=16260 CPUtime=1062.31 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 26518 0 0 0 106227 4 0 0 25 0 1 0 248584423 16650240 3259 33554432000 4194304 4352236 140737154082480 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 4065 3259 127 39 0 3145 0
[pid=30360] ppid=30354 vsize=106076 CPUtime=528.21 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 23481 0 0 0 52813 8 0 0 25 0 1 0 248584423 108621824 18620 33554432000 4194304 4331988 140737409235328 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 26519 18620 175 34 0 24961 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 2103976

[startup+1122.3 s]
/proc/loadavg: 9.14 9.18 8.94 10/187 30389
/proc/meminfo: memFree=20716844/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1363532 CPUtime=1122.3 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 687106 0 0 0 111985 245 0 0 25 0 1 0 248584423 1396256768 76450 33554432000 4194304 4587354 140736702145408 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 340883 76450 337 96 0 337445 0
[pid=30356] ppid=30354 vsize=140052 CPUtime=1122.3 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 31553 0 0 0 112221 9 0 0 25 0 1 0 248584423 143413248 31282 33554432000 4194304 4785740 140736731950560 18446744073709551615 4304043 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 35013 31282 340 145 0 32058 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=558.12 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 55812 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=16516 CPUtime=1122.31 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 29878 0 0 0 112227 4 0 0 25 0 1 0 248584423 16912384 3323 33554432000 4194304 4352236 140737154082480 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 4129 3323 127 39 0 3209 0
[pid=30360] ppid=30354 vsize=106076 CPUtime=558.02 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 24401 0 0 0 55793 9 0 0 25 0 1 0 248584423 108621824 19540 33554432000 4194304 4331988 140737409235328 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 26519 19540 175 34 0 24961 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 2105212

[startup+1182.3 s]
/proc/loadavg: 9.14 9.17 8.95 10/187 30391
/proc/meminfo: memFree=20952300/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1104820 CPUtime=1182.3 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 709641 0 0 0 117970 260 0 0 25 0 1 0 248584423 1131335680 13749 33554432000 4194304 4587354 140736702145408 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 276205 13749 337 96 0 272767 0
[pid=30356] ppid=30354 vsize=141424 CPUtime=1182.3 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 31905 0 0 0 118221 9 0 0 25 0 1 0 248584423 144818176 31634 33554432000 4194304 4785740 140736731950560 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 35356 31634 340 145 0 32401 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=587.95 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 58795 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=21252 CPUtime=1182.31 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 31062 0 0 0 118227 4 0 0 25 0 1 0 248584423 21762048 4507 33554432000 4194304 4352236 140737154082480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 5313 4507 127 39 0 4393 0
[pid=30360] ppid=30354 vsize=106076 CPUtime=587.86 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 25389 0 0 0 58777 9 0 0 25 0 1 0 248584423 108621824 20528 33554432000 4194304 4331988 140737409235328 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 26519 20528 175 34 0 24961 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1852608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.17 9.17 8.96 10/187 30392
/proc/meminfo: memFree=20966796/32951124 swapFree=67111528/67111528
[pid=30354] ppid=30352 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (ppfolio) S 30352 30354 30178 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 248584423 18763776 390 33554432000 4194304 4287625 140735409850080 18446744073709551615 268660682255 0 0 4096 65536 4450525105881087999 0 0 17 1 0 0 0
/proc/30354/statm: 4581 390 341 23 0 91 0
[pid=30355] ppid=30354 vsize=1114532 CPUtime=1201.7 cores=1
/proc/30355/stat : 30355 (cryptominisat) R 30354 30354 30178 0 -1 4202496 719485 0 0 0 119905 265 0 0 25 0 1 0 248584423 1141280768 10467 33554432000 4194304 4587354 140736702145408 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30355/statm: 278633 10467 337 96 0 275195 0
[pid=30356] ppid=30354 vsize=142204 CPUtime=1201.71 cores=5
/proc/30356/stat : 30356 (clasp) R 30354 30354 30178 0 -1 4202496 32055 0 0 0 120162 9 0 0 25 0 1 0 248584423 145616896 31784 33554432000 4194304 4785740 140736731950560 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30356/statm: 35551 31784 340 145 0 32596 0
[pid=30357] ppid=30354 vsize=460712 CPUtime=597.59 cores=7
/proc/30357/stat : 30357 (TNM) R 30354 30354 30178 0 -1 4202496 1810 0 0 0 59759 0 0 0 25 0 1 0 248584423 471769088 1706 33554432000 134512640 134534564 4287649104 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30357/statm: 115178 1706 95 6 0 113844 0
[pid=30359] ppid=30354 vsize=16388 CPUtime=1201.71 cores=3
/proc/30359/stat : 30359 (lingeling) R 30354 30354 30178 0 -1 4202496 31062 0 0 0 120167 4 0 0 25 0 1 0 248584423 16781312 3291 33554432000 4194304 4352236 140737154082480 18446744073709551615 4295555 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30359/statm: 4097 3291 127 39 0 3177 0
[pid=30360] ppid=30354 vsize=106076 CPUtime=597.51 cores=7
/proc/30360/stat : 30360 (march_hi) R 30354 30354 30178 0 -1 4202496 25676 0 0 0 59742 9 0 0 25 0 1 0 248584423 108621824 20815 33554432000 4194304 4331988 140737409235328 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30360/statm: 26519 20815 175 34 0 24961 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1858236

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 30354 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=7998
# CPU time returned by wait4() is 0.009997
# while last known CPU time is 4800.22
#
# 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.22
CPU user time (s): 4797.35
CPU system time (s): 2.87
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 2795068

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

runsolver used 1.9567 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 04:25:32
IDJOB=3190908
IDBENCH=82639
IDSOLVER=1612
FILE ID=node107/3190908-1304043932
RUNJOBID= node107-1304042629-30197
PBS_JOBID= 13170385
Free space on /tmp= 71792 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190908-1304043932/watcher-3190908-1304043932 -o /tmp/evaluation-result-3190908-1304043932/solver-3190908-1304043932 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190908-1304043932.cnf

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

MD5SUM BENCH= a4ba28fb1550ba8a4eca95d91f4669c6
RANDOM SEED=1696721887

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:      21359012 kB
Buffers:       2018580 kB
Cached:        8985640 kB
SwapCached:          0 kB
Active:        3059700 kB
Inactive:      8052708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21359012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10884 kB
Writeback:           0 kB
AnonPages:      107628 kB
Mapped:          16388 kB
Slab:           415996 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   705428 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= 71780 MiB
End job on node107 at 2011-04-29 04:45:35