Trace number 3191321

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 parUNSAT 2225.44 742.662

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
MD5SUM1e7a565e93334fc4a75fcaa13a0d446a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.699
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

0.00/0.79	This is pico-portfolio, a naive parallel portfolio
0.00/0.79	Copyright (C) 2011 Olivier Roussel
0.00/0.79	Using 4 processing units
0.00/0.79	This portfolio uses the following solvers:
0.00/0.79	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.79	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.79	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.79	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.79	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.79	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.79	Starting clasp 1.3.6 on core(s) 4
0.00/0.79	Starting TNM 2009 on core(s) 6
0.00/0.79	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.79	Starting march_hi 2009 on core(s) 6
2225.22/742.66	s UNSATISFIABLE
2225.22/742.66	solver [5] march_hi 2009 answered
2225.22/742.66	Done

Verifier Data

No possible verification on an UNSAT instance

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-3191321-1304078167/watcher-3191321-1304078167 -o /tmp/evaluation-result-3191321-1304078167/solver-3191321-1304078167 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191321-1304078167.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: 9.44 9.23 8.68 1/175 32199
/proc/meminfo: memFree=31457708/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) R 32197 32199 30873 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 519415472 18763776 390 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32199/statm: 4581 390 341 23 0 91 0

[startup+0.430793 s]
/proc/loadavg: 9.44 9.23 8.68 1/175 32199
/proc/meminfo: memFree=31457708/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 519415472 18763776 390 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9059544946050072575 0 0 17 4 0 0 0
/proc/32199/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500778 s]
/proc/loadavg: 9.44 9.23 8.68 1/175 32199
/proc/meminfo: memFree=31457708/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 519415472 18763776 390 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9059544946050072575 0 0 17 4 0 0 0
/proc/32199/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.60076 s]
/proc/loadavg: 9.44 9.23 8.68 1/175 32199
/proc/meminfo: memFree=31457708/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 519415472 18763776 390 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9059544946050072575 0 0 17 4 0 0 0
/proc/32199/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700747 s]
/proc/loadavg: 9.44 9.23 8.68 1/175 32199
/proc/meminfo: memFree=31457708/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 519415472 18763776 390 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9059544946050072575 0 0 17 4 0 0 0
/proc/32199/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5066 s]
/proc/loadavg: 9.44 9.23 8.68 5/180 32205
/proc/meminfo: memFree=31448232/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=14456 CPUtime=1.5 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 1064 0 0 0 150 0 0 0 25 0 1 0 519415472 14802944 955 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 3614 955 340 145 0 659 0
[pid=32202] ppid=32199 vsize=452524 CPUtime=0.77 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 418 0 0 0 77 0 0 0 25 0 1 0 519415472 463384576 314 33554432000 134512640 134534564 4288664400 18446744073709551615 134524698 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 113131 314 91 6 0 111797 0
[pid=32203] ppid=32199 vsize=7224 CPUtime=1.5 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 1467 0 0 0 150 0 0 0 20 0 1 0 519415472 7397376 1000 33554432000 4194304 4352236 140734712873856 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 1806 1000 127 39 0 886 0
[pid=32204] ppid=32199 vsize=7856 CPUtime=0.72 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1190 0 0 0 72 0 0 0 25 0 1 0 519415472 8044544 481 33554432000 4194304 4331988 140735856293808 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 1964 481 174 34 0 406 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 500384

[startup+3.10033 s]
/proc/loadavg: 9.44 9.23 8.68 5/177 32222
/proc/meminfo: memFree=31458784/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=15164 CPUtime=3.09 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 1233 0 0 0 309 0 0 0 25 0 1 0 519415472 15527936 1124 33554432000 4194304 4785740 140734276248480 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 3791 1124 340 145 0 836 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=1.55 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 155 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=7932 CPUtime=3.09 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 1964 0 0 0 309 0 0 0 25 0 1 0 519415472 8122368 1145 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 1983 1145 127 39 0 1063 0
[pid=32204] ppid=32199 vsize=7856 CPUtime=1.52 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1190 0 0 0 152 0 0 0 25 0 1 0 519415472 8044544 481 33554432000 4194304 4331988 140735856293808 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 1964 481 174 34 0 406 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 505628

[startup+6.30076 s]
/proc/loadavg: 9.01 9.14 8.65 5/176 32223
/proc/meminfo: memFree=31457712/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=16212 CPUtime=6.29 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 1441 0 0 0 629 0 0 0 25 0 1 0 519415472 16601088 1332 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 4053 1332 340 145 0 1098 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=3.14 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 314 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=7932 CPUtime=6.29 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 2652 0 0 0 629 0 0 0 25 0 1 0 519415472 8122368 1161 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 1983 1161 127 39 0 1063 0
[pid=32204] ppid=32199 vsize=7856 CPUtime=3.12 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1190 0 0 0 312 0 0 0 25 0 1 0 519415472 8044544 481 33554432000 4194304 4331988 140735856293808 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 1964 481 174 34 0 406 0
Current children cumulated CPU time (s) 19.63
Current children cumulated vsize (KiB) 506676

[startup+12.7006 s]
/proc/loadavg: 8.61 9.06 8.62 5/176 32223
/proc/meminfo: memFree=31454504/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=17260 CPUtime=12.69 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 1688 0 0 0 1269 0 0 0 25 0 1 0 519415472 17674240 1579 33554432000 4194304 4785740 140734276248480 18446744073709551615 4312736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 4315 1579 340 145 0 1360 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=6.31 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 631 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=10096 CPUtime=12.69 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 4541 0 0 0 1269 0 0 0 25 0 1 0 519415472 10338304 1718 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 2524 1718 127 39 0 1604 0
[pid=32204] ppid=32199 vsize=7856 CPUtime=6.32 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1190 0 0 0 632 0 0 0 25 0 1 0 519415472 8044544 481 33554432000 4194304 4331988 140735856293808 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 1964 481 174 34 0 406 0
Current children cumulated CPU time (s) 38.8
Current children cumulated vsize (KiB) 509888

[startup+25.5004 s]
/proc/loadavg: 7.97 8.91 8.58 5/176 32223
/proc/meminfo: memFree=31452428/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=18804 CPUtime=25.49 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 2054 0 0 0 2549 0 0 0 25 0 1 0 519415472 19255296 1945 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 4701 1945 341 145 0 1746 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=12.69 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 1269 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=10992 CPUtime=25.49 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 7133 0 0 0 2548 1 0 0 25 0 1 0 519415472 11255808 1942 33554432000 4194304 4352236 140734712873856 18446744073709551615 4329196 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 2748 1942 127 39 0 1828 0
[pid=32204] ppid=32199 vsize=7856 CPUtime=12.68 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1190 0 0 0 1268 0 0 0 25 0 1 0 519415472 8044544 481 33554432000 4194304 4331988 140735856293808 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 1964 481 174 34 0 406 0
Current children cumulated CPU time (s) 77.14
Current children cumulated vsize (KiB) 512328

[startup+51.1009 s]
/proc/loadavg: 6.41 8.44 8.43 5/176 32224
/proc/meminfo: memFree=31445072/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=21204 CPUtime=51.09 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 2594 0 0 0 5109 0 0 0 25 0 1 0 519415472 21712896 2485 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 5301 2485 341 145 0 2346 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=25.44 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 2544 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=16244 CPUtime=51.09 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 12350 0 0 0 5108 1 0 0 25 0 1 0 519415472 16633856 3255 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 4061 3255 127 39 0 3141 0
[pid=32204] ppid=32199 vsize=8112 CPUtime=25.41 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1193 0 0 0 2541 0 0 0 25 0 1 0 519415472 8306688 484 33554432000 4194304 4331988 140735856293808 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2028 484 174 34 0 470 0
Current children cumulated CPU time (s) 153.82
Current children cumulated vsize (KiB) 520236

[startup+102.301 s]
/proc/loadavg: 5.09 7.77 8.20 5/176 32225
/proc/meminfo: memFree=31442304/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=23060 CPUtime=102.29 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 3031 0 0 0 10229 0 0 0 25 0 1 0 519415472 23613440 2922 33554432000 4194304 4785740 140734276248480 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 5765 2922 341 145 0 2810 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=50.91 cores=6

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

Current children cumulated CPU time (s) 2148.83
Current children cumulated vsize (KiB) 546980

[startup+729.901 s]
/proc/loadavg: 4.06 4.52 6.15 5/176 32254
/proc/meminfo: memFree=31414312/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=729.91 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4959 0 0 0 72990 1 0 0 25 0 1 0 519415472 31854592 4850 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4850 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=363.31 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36331 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=31772 CPUtime=729.9 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74332 0 0 0 72981 9 0 0 25 0 1 0 519415472 32534528 7133 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 7943 7133 127 39 0 7023 0
[pid=32204] ppid=32199 vsize=9424 CPUtime=363.26 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1615 0 0 0 36326 0 0 0 25 0 1 0 519415472 9650176 862 33554432000 4194304 4331988 140735856293808 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2356 862 175 34 0 798 0
Current children cumulated CPU time (s) 2187.17
Current children cumulated vsize (KiB) 546980

[startup+736.306 s]
/proc/loadavg: 4.06 4.51 6.14 5/176 32254
/proc/meminfo: memFree=31417892/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=736.31 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4959 0 0 0 73630 1 0 0 25 0 1 0 519415472 31854592 4850 33554432000 4194304 4785740 140734276248480 18446744073709551615 4307207 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4850 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=366.49 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36649 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=31772 CPUtime=736.31 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74332 0 0 0 73622 9 0 0 25 0 1 0 519415472 32534528 7133 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 7943 7133 127 39 0 7023 0
[pid=32204] ppid=32199 vsize=9424 CPUtime=366.46 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1621 0 0 0 36646 0 0 0 25 0 1 0 519415472 9650176 868 33554432000 4194304 4331988 140735856293808 18446744073709551615 4287132 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2356 868 175 34 0 798 0
Current children cumulated CPU time (s) 2206.36
Current children cumulated vsize (KiB) 546980

[startup+739.501 s]
/proc/loadavg: 4.06 4.51 6.14 5/176 32254
/proc/meminfo: memFree=31417640/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=739.51 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4960 0 0 0 73950 1 0 0 25 0 1 0 519415472 31854592 4851 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4851 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=368.07 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36807 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=32796 CPUtime=739.51 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74588 0 0 0 73942 9 0 0 25 0 1 0 519415472 33583104 7389 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 8199 7389 127 39 0 7279 0
[pid=32204] ppid=32199 vsize=9424 CPUtime=368.06 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1624 0 0 0 36806 0 0 0 25 0 1 0 519415472 9650176 871 33554432000 4194304 4331988 140735856293808 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2356 871 175 34 0 798 0
Current children cumulated CPU time (s) 2215.94
Current children cumulated vsize (KiB) 548004

[startup+741.101 s]
/proc/loadavg: 4.13 4.51 6.13 5/176 32254
/proc/meminfo: memFree=31417516/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=741.11 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4960 0 0 0 74110 1 0 0 25 0 1 0 519415472 31854592 4851 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4851 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=368.86 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36886 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=32796 CPUtime=741.1 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74588 0 0 0 74101 9 0 0 25 0 1 0 519415472 33583104 7389 33554432000 4194304 4352236 140734712873856 18446744073709551615 4278667 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 8199 7389 127 39 0 7279 0
[pid=32204] ppid=32199 vsize=9424 CPUtime=368.86 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1626 0 0 0 36886 0 0 0 25 0 1 0 519415472 9650176 873 33554432000 4194304 4331988 140735856293808 18446744073709551615 4239571 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2356 873 175 34 0 798 0
Current children cumulated CPU time (s) 2220.72
Current children cumulated vsize (KiB) 548004

[startup+741.901 s]
/proc/loadavg: 4.13 4.51 6.13 5/176 32254
/proc/meminfo: memFree=31416400/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=741.91 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4960 0 0 0 74190 1 0 0 25 0 1 0 519415472 31854592 4851 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4851 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=369.26 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36926 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=34332 CPUtime=741.9 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74972 0 0 0 74181 9 0 0 25 0 1 0 519415472 35155968 7773 33554432000 4194304 4352236 140734712873856 18446744073709551615 4207882 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 8583 7773 127 39 0 7663 0
[pid=32204] ppid=32199 vsize=10188 CPUtime=369.26 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1627 0 0 0 36926 0 0 0 25 0 1 0 519415472 10432512 874 33554432000 4194304 4331988 140735856293808 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2547 874 175 34 0 989 0
Current children cumulated CPU time (s) 2223.12
Current children cumulated vsize (KiB) 550304

[startup+742.3 s]
/proc/loadavg: 4.13 4.51 6.13 5/176 32254
/proc/meminfo: memFree=31416400/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=742.31 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4960 0 0 0 74230 1 0 0 25 0 1 0 519415472 31854592 4851 33554432000 4194304 4785740 140734276248480 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4851 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=369.46 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36946 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 9917896 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=34332 CPUtime=742.3 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74972 0 0 0 74221 9 0 0 25 0 1 0 519415472 35155968 7773 33554432000 4194304 4352236 140734712873856 18446744073709551615 4329011 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 8583 7773 127 39 0 7663 0
[pid=32204] ppid=32199 vsize=10188 CPUtime=369.46 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1628 0 0 0 36946 0 0 0 25 0 1 0 519415472 10432512 875 33554432000 4194304 4331988 140735856293808 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2547 875 175 34 0 989 0
Current children cumulated CPU time (s) 2224.32
Current children cumulated vsize (KiB) 550304

[startup+742.5 s]
/proc/loadavg: 4.13 4.51 6.13 5/176 32254
/proc/meminfo: memFree=31416400/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=742.51 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4960 0 0 0 74250 1 0 0 25 0 1 0 519415472 31854592 4851 33554432000 4194304 4785740 140734276248480 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4851 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=369.56 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36956 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=34332 CPUtime=742.5 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 74972 0 0 0 74241 9 0 0 25 0 1 0 519415472 35155968 7773 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 8583 7773 127 39 0 7663 0
[pid=32204] ppid=32199 vsize=10188 CPUtime=369.56 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1628 0 0 0 36956 0 0 0 25 0 1 0 519415472 10432512 875 33554432000 4194304 4331988 140735856293808 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2547 875 175 34 0 989 0
Current children cumulated CPU time (s) 2224.92
Current children cumulated vsize (KiB) 550304

[startup+742.601 s]
/proc/loadavg: 4.13 4.51 6.13 5/176 32254
/proc/meminfo: memFree=31416400/32950928 swapFree=67111404/67111528
[pid=32199] ppid=32197 vsize=18324 CPUtime=0.79 cores=0,2,4,6
/proc/32199/stat : 32199 (ppfolio) S 32197 32199 30873 0 -1 4202496 524 1848 0 0 0 0 79 0 15 0 1 0 519415472 18763776 391 33554432000 4194304 4287625 140735281149328 18446744073709551615 235594886671 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/32199/statm: 4581 391 342 23 0 91 0
[pid=32201] ppid=32199 vsize=31108 CPUtime=742.61 cores=4
/proc/32201/stat : 32201 (clasp) R 32199 32199 30873 0 -1 4202496 4960 0 0 0 74260 1 0 0 25 0 1 0 519415472 31854592 4851 33554432000 4194304 4785740 140734276248480 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32201/statm: 7777 4851 341 145 0 4822 0
[pid=32202] ppid=32199 vsize=456352 CPUtime=369.64 cores=6
/proc/32202/stat : 32202 (TNM) R 32199 32199 30873 0 -1 4202496 479 0 0 0 36964 0 0 0 25 0 1 0 519415472 467304448 375 33554432000 134512640 134534564 4288664400 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32202/statm: 114088 375 95 6 0 112754 0
[pid=32203] ppid=32199 vsize=34588 CPUtime=742.6 cores=2
/proc/32203/stat : 32203 (lingeling) R 32199 32199 30873 0 -1 4202496 75036 0 0 0 74251 9 0 0 25 0 1 0 519415472 35418112 7837 33554432000 4194304 4352236 140734712873856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32203/statm: 8647 7837 127 39 0 7727 0
[pid=32204] ppid=32199 vsize=10188 CPUtime=369.58 cores=6
/proc/32204/stat : 32204 (march_hi) R 32199 32199 30873 0 -1 4202496 1628 0 0 0 36958 0 0 0 25 0 1 0 519415472 10432512 875 33554432000 4194304 4331988 140735856293808 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32204/statm: 2547 875 175 34 0 989 0
Current children cumulated CPU time (s) 2225.22
Current children cumulated vsize (KiB) 550560

Child status: 0
Real time (s): 742.662
CPU time (s): 2225.44
CPU user time (s): 2225.32
CPU system time (s): 0.12598
CPU usage (%): 299.657
Max. virtual memory (cumulated for all children) (KiB): 551332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2225.32
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84494
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= 785
involuntary context switches= 18184

runsolver used 1.14183 second user time and 2.24266 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 13:56:07
IDJOB=3191321
IDBENCH=83052
IDSOLVER=1612
FILE ID=node120/3191321-1304078167
RUNJOBID= node120-1304076866-31754
PBS_JOBID= 13170475
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191321-1304078167/watcher-3191321-1304078167 -o /tmp/evaluation-result-3191321-1304078167/solver-3191321-1304078167 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191321-1304078167.cnf

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

MD5SUM BENCH= 1e7a565e93334fc4a75fcaa13a0d446a
RANDOM SEED=170572161

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31457872 kB
Buffers:        458208 kB
Cached:         609656 kB
SwapCached:          8 kB
Active:         413472 kB
Inactive:       719716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31457872 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           10076 kB
Writeback:           0 kB
AnonPages:       64844 kB
Mapped:          15616 kB
Slab:           296332 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   219968 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= 72064 MiB
End job on node120 at 2011-04-29 14:08:30