Trace number 3290364

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 4800.28 1201.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
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
4800.20/1201.91	Done

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-3290364-1304088977/watcher-3290364-1304088977 -o /tmp/evaluation-result-3290364-1304088977/solver-3290364-1304088977 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3290364-1304088977.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: 4.76 5.02 5.06 4/180 1993
/proc/meminfo: memFree=30810656/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 2826088480831 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0

[startup+0.759816 s]
/proc/loadavg: 4.76 5.02 5.06 4/180 1993
/proc/meminfo: memFree=30810656/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) R 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.870795 s]
/proc/loadavg: 4.76 5.02 5.06 4/180 1993
/proc/meminfo: memFree=30810656/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.90079 s]
/proc/loadavg: 4.76 5.02 5.06 4/180 1993
/proc/meminfo: memFree=30810656/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) R 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.07076 s]
/proc/loadavg: 4.76 5.02 5.06 4/180 1993
/proc/meminfo: memFree=30810656/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50068 s]
/proc/loadavg: 4.76 5.02 5.06 4/180 1993
/proc/meminfo: memFree=30810656/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10039 s]
/proc/loadavg: 5.34 5.13 5.10 13/192 2006
/proc/meminfo: memFree=30774800/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2090020 CPUtime=3.08 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 4445 0 0 0 308 0 0 0 25 0 1 0 520495608 2140180480 2614 33554432000 4194304 4587354 140733362552944 18446744073709551615 4245268 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 522505 2614 338 96 0 519067 0
[pid=1997] ppid=1992 vsize=14772 CPUtime=3.08 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 1158 0 0 0 308 0 0 0 25 0 1 0 520495609 15126528 1041 33554432000 4194304 4785740 140733865457808 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 3693 1041 340 145 0 738 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=1.94 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 194 0 0 0 21 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=6596 CPUtime=3.09 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 1170 0 0 0 309 0 0 0 25 0 1 0 520495609 6754304 849 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 1649 849 127 39 0 729 0
[pid=2003] ppid=1992 vsize=9696 CPUtime=1.12 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 1038 0 0 0 112 0 0 0 25 0 1 0 520495609 9928704 740 33554432000 4194304 4331988 140737340488640 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 2424 740 174 34 0 866 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 2595400

[startup+6.30081 s]
/proc/loadavg: 5.34 5.13 5.10 12/192 2006
/proc/meminfo: memFree=30765884/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2094192 CPUtime=6.29 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 6989 0 0 0 628 1 0 0 25 0 1 0 520495608 2144452608 3478 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 523548 3478 338 96 0 520110 0
[pid=1997] ppid=1992 vsize=15180 CPUtime=6.28 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 1272 0 0 0 628 0 0 0 25 0 1 0 520495609 15544320 1155 33554432000 4194304 4785740 140733865457808 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 3795 1155 340 145 0 840 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=3.54 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 354 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 7638036 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=7244 CPUtime=6.28 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 1780 0 0 0 628 0 0 0 25 0 1 0 520495609 7417856 1011 33554432000 4194304 4352236 140735435387088 18446744073709551615 4276551 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 1811 1011 127 39 0 891 0
[pid=2003] ppid=1992 vsize=9868 CPUtime=2.71 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 1066 0 0 0 271 0 0 0 25 0 1 0 520495609 10104832 768 33554432000 4194304 4331988 140737340488640 18446744073709551615 4242656 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 2467 768 174 34 0 909 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2600800

[startup+12.7006 s]
/proc/loadavg: 6.06 5.29 5.15 12/192 2006
/proc/meminfo: memFree=30759120/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2095812 CPUtime=12.69 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 9832 0 0 0 1268 1 0 0 25 0 1 0 520495608 2146111488 3481 33554432000 4194304 4587354 140733362552944 18446744073709551615 271550234260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 523953 3481 338 96 0 520515 0
[pid=1997] ppid=1992 vsize=15900 CPUtime=12.69 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 1416 0 0 0 1269 0 0 0 25 0 1 0 520495609 16281600 1299 33554432000 4194304 4785740 140733865457808 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 3975 1299 340 145 0 1020 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=6.71 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 671 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=9012 CPUtime=12.68 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 2806 0 0 0 1268 0 0 0 25 0 1 0 520495609 9228288 1453 33554432000 4194304 4352236 140735435387088 18446744073709551615 4276655 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 2253 1453 127 39 0 1333 0
[pid=2003] ppid=1992 vsize=9868 CPUtime=5.91 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 1089 0 0 0 591 0 0 0 25 0 1 0 520495609 10104832 791 33554432000 4194304 4331988 140737340488640 18446744073709551615 4242690 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 2467 791 174 34 0 909 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2604908

[startup+25.5003 s]
/proc/loadavg: 6.66 5.45 5.20 12/192 2006
/proc/meminfo: memFree=30748528/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2097840 CPUtime=25.49 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 15086 0 0 0 2547 2 0 0 25 0 1 0 520495608 2148188160 4173 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 524460 4173 338 96 0 521022 0
[pid=1997] ppid=1992 vsize=16900 CPUtime=25.48 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 1670 0 0 0 2548 0 0 0 25 0 1 0 520495609 17305600 1553 33554432000 4194304 4785740 140733865457808 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 4225 1553 340 145 0 1270 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=13.04 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 1304 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=9012 CPUtime=25.48 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 4214 0 0 0 2548 0 0 0 25 0 1 0 520495609 9228288 1453 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 2253 1453 127 39 0 1333 0
[pid=2003] ppid=1992 vsize=10324 CPUtime=12.31 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 1209 0 0 0 1231 0 0 0 25 0 1 0 520495609 10571776 911 33554432000 4194304 4331988 140737340488640 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 2581 911 175 34 0 1023 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2608392

[startup+51.1007 s]
/proc/loadavg: 7.94 5.84 5.34 12/192 2007
/proc/meminfo: memFree=30715512/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2100900 CPUtime=51.08 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 25508 0 0 0 5105 3 0 0 25 0 1 0 520495608 2151321600 7144 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 525225 7144 338 96 0 521787 0
[pid=1997] ppid=1992 vsize=18208 CPUtime=51.08 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 1992 0 0 0 5108 0 0 0 25 0 1 0 520495609 18644992 1875 33554432000 4194304 4785740 140733865457808 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 4552 1875 340 145 0 1597 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=25.8 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 2580 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=11708 CPUtime=51.09 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 6904 0 0 0 5108 1 0 0 25 0 1 0 520495609 11988992 2127 33554432000 4194304 4352236 140735435387088 18446744073709551615 4327936 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 2927 2127 127 39 0 2007 0
[pid=2003] ppid=1992 vsize=11084 CPUtime=25 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 1382 0 0 0 2500 0 0 0 25 0 1 0 520495609 11350016 1084 33554432000 4194304 4331988 140737340488640 18446744073709551615 4210953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 2771 1084 175 34 0 1213 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 2616216

[startup+102.3 s]
/proc/loadavg: 9.34 6.58 5.62 12/192 2008
/proc/meminfo: memFree=30674188/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2132840 CPUtime=102.29 cores=0

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

[pid=1994] ppid=1992 vsize=2144508 CPUtime=882.31 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 152297 0 0 0 88192 39 0 0 25 0 1 0 520495608 2195976192 17862 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 536127 17862 338 96 0 532689 0
[pid=1997] ppid=1992 vsize=28916 CPUtime=882.27 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4456 0 0 0 88226 1 0 0 25 0 1 0 520495609 29609984 4339 33554432000 4194304 4785740 140733865457808 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7229 4339 341 145 0 4274 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=439.15 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 43915 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=21764 CPUtime=881.45 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 46809 0 0 0 88139 6 0 0 25 0 1 0 520495609 22286336 4641 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328380 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 5441 4641 127 39 0 4521 0
[pid=2003] ppid=1992 vsize=33436 CPUtime=438.33 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 6188 0 0 0 43832 1 0 0 25 0 1 0 520495609 34238464 5890 33554432000 4194304 4331988 140737340488640 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 8359 5890 175 34 0 6801 0
Current children cumulated CPU time (s) 3523.51
Current children cumulated vsize (KiB) 2702940

[startup+942.307 s]
/proc/loadavg: 10.21 10.06 8.39 12/192 2043
/proc/meminfo: memFree=30531212/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2144388 CPUtime=942.32 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 163673 0 0 0 94190 42 0 0 25 0 1 0 520495608 2195853312 16259 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 536097 16259 338 96 0 532659 0
[pid=1997] ppid=1992 vsize=29592 CPUtime=942.28 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4602 0 0 0 94227 1 0 0 25 0 1 0 520495609 30302208 4485 33554432000 4194304 4785740 140733865457808 18446744073709551615 4551099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7398 4485 341 145 0 4443 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=468.97 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 46897 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=24708 CPUtime=941.45 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 49817 0 0 0 94138 7 0 0 25 0 1 0 520495609 25300992 5377 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 6177 5377 127 39 0 5257 0
[pid=2003] ppid=1992 vsize=33568 CPUtime=468.19 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 6540 0 0 0 46818 1 0 0 25 0 1 0 520495609 34373632 6242 33554432000 4194304 4331988 140737340488640 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 8392 6242 175 34 0 6834 0
Current children cumulated CPU time (s) 3763.21
Current children cumulated vsize (KiB) 2706572

[startup+1002.3 s]
/proc/loadavg: 10.21 10.09 8.50 12/192 2044
/proc/meminfo: memFree=30498544/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2167900 CPUtime=1002.31 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 173857 0 0 0 100185 46 0 0 25 0 1 0 520495608 2219929600 22195 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 541975 22195 338 96 0 538537 0
[pid=1997] ppid=1992 vsize=30108 CPUtime=1002.27 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4719 0 0 0 100226 1 0 0 25 0 1 0 520495609 30830592 4602 33554432000 4194304 4785740 140733865457808 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7527 4602 341 145 0 4572 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=498.81 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 49881 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=23428 CPUtime=1001.44 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 50745 0 0 0 100137 7 0 0 25 0 1 0 520495609 23990272 5057 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 5857 5057 127 39 0 4937 0
[pid=2003] ppid=1992 vsize=42300 CPUtime=498.02 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 6888 0 0 0 49801 1 0 0 25 0 1 0 520495609 43315200 6590 33554432000 4194304 4331988 140737340488640 18446744073709551615 4211256 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 10575 6590 175 34 0 9017 0
Current children cumulated CPU time (s) 4002.85
Current children cumulated vsize (KiB) 2738052

[startup+1062.3 s]
/proc/loadavg: 10.38 10.16 8.63 13/192 2046
/proc/meminfo: memFree=30496752/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2166384 CPUtime=1062.31 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 178494 0 0 0 106183 48 0 0 25 0 1 0 520495608 2218377216 22111 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 541596 22111 338 96 0 538158 0
[pid=1997] ppid=1992 vsize=30416 CPUtime=1062.27 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4791 0 0 0 106226 1 0 0 25 0 1 0 520495609 31145984 4674 33554432000 4194304 4785740 140733865457808 18446744073709551615 4552997 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7604 4674 341 145 0 4649 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=528.66 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 52866 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=19972 CPUtime=1061.44 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 52138 0 0 0 106136 8 0 0 25 0 1 0 520495609 20451328 4178 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 4993 4178 127 39 0 4073 0
[pid=2003] ppid=1992 vsize=42300 CPUtime=527.85 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 7239 0 0 0 52783 2 0 0 25 0 1 0 520495609 43315200 6941 33554432000 4194304 4331988 140737340488640 18446744073709551615 4226304 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 10575 6941 175 34 0 9017 0
Current children cumulated CPU time (s) 4242.53
Current children cumulated vsize (KiB) 2733388

[startup+1122.3 s]
/proc/loadavg: 10.25 10.16 8.71 12/192 2047
/proc/meminfo: memFree=30492232/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2164964 CPUtime=1122.32 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 182412 0 0 0 112182 50 0 0 25 0 1 0 520495608 2216923136 21703 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 541241 21703 338 96 0 537803 0
[pid=1997] ppid=1992 vsize=30724 CPUtime=1122.27 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4868 0 0 0 112226 1 0 0 25 0 1 0 520495609 31461376 4751 33554432000 4194304 4785740 140733865457808 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7681 4751 341 145 0 4726 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=558.47 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 55847 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=25860 CPUtime=1121.43 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 54858 0 0 0 112135 8 0 0 25 0 1 0 520495609 26480640 5650 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 6465 5650 127 39 0 5545 0
[pid=2003] ppid=1992 vsize=42300 CPUtime=557.72 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 7585 0 0 0 55770 2 0 0 25 0 1 0 520495609 43315200 7287 33554432000 4194304 4331988 140737340488640 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 10575 7287 175 34 0 9017 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 2738164

[startup+1182.3 s]
/proc/loadavg: 10.50 10.25 8.84 14/192 2049
/proc/meminfo: memFree=30481132/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2168244 CPUtime=1182.32 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 186086 0 0 0 118181 51 0 0 25 0 1 0 520495608 2220281856 21050 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 542061 21050 338 96 0 538623 0
[pid=1997] ppid=1992 vsize=31232 CPUtime=1182.27 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4970 0 0 0 118226 1 0 0 25 0 1 0 520495609 31981568 4853 33554432000 4194304 4785740 140733865457808 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7808 4853 341 145 0 4853 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=588.34 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 58834 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=39428 CPUtime=1181.43 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 59626 0 0 0 118134 9 0 0 25 0 1 0 520495609 40374272 9042 33554432000 4194304 4352236 140735435387088 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 9857 9042 127 39 0 8937 0
[pid=2003] ppid=1992 vsize=42300 CPUtime=587.51 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 7924 0 0 0 58749 2 0 0 25 0 1 0 520495609 43315200 7626 33554432000 4194304 4331988 140737340488640 18446744073709551615 4211121 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 10575 7626 175 34 0 9017 0
Current children cumulated CPU time (s) 4721.87
Current children cumulated vsize (KiB) 2755520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 10.36 10.23 8.86 8/183 2072
/proc/meminfo: memFree=30656812/32951124 swapFree=67111344/67111528
[pid=1992] ppid=1988 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (ppfolio) S 1988 1992 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520495608 18763776 390 33554432000 4194304 4287625 140735060661952 18446744073709551615 271550557711 0 0 4096 65536 4579483388729098239 0 0 17 4 0 0 0
/proc/1992/statm: 4581 390 341 23 0 91 0
[pid=1994] ppid=1992 vsize=2168244 CPUtime=1201.93 cores=0
/proc/1994/stat : 1994 (cryptominisat) R 1992 1992 379 0 -1 4202496 187940 0 0 0 120141 52 0 0 25 0 1 0 520495608 2220281856 22841 33554432000 4194304 4587354 140733362552944 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1994/statm: 542061 22841 338 96 0 538623 0
[pid=1997] ppid=1992 vsize=31400 CPUtime=1201.88 cores=4
/proc/1997/stat : 1997 (clasp) R 1992 1992 379 0 -1 4202496 4986 0 0 0 120187 1 0 0 25 0 1 0 520495609 32153600 4869 33554432000 4194304 4785740 140733865457808 18446744073709551615 4553143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1997/statm: 7850 4869 341 145 0 4895 0
[pid=1998] ppid=1992 vsize=455992 CPUtime=598.05 cores=6
/proc/1998/stat : 1998 (TNM) R 1992 1992 379 0 -1 4202496 388 0 0 0 59805 0 0 0 25 0 1 0 520495609 466935808 284 33554432000 134512640 134534564 4293114432 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1998/statm: 113998 284 95 6 0 112664 0
[pid=2000] ppid=1992 vsize=24836 CPUtime=1201.04 cores=2
/proc/2000/stat : 2000 (lingeling) R 1992 1992 379 0 -1 4202496 59626 0 0 0 120095 9 0 0 25 0 1 0 520495609 25432064 5394 33554432000 4194304 4352236 140735435387088 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2000/statm: 6209 5394 127 39 0 5289 0
[pid=2003] ppid=1992 vsize=42300 CPUtime=597.3 cores=6
/proc/2003/stat : 2003 (march_hi) R 1992 1992 379 0 -1 4202496 8028 0 0 0 59728 2 0 0 25 0 1 0 520495609 43315200 7730 33554432000 4194304 4331988 140737340488640 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2003/statm: 10575 7730 175 34 0 9017 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 2741096

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)
Real time (s): 1201.92
CPU time (s): 4800.28
CPU user time (s): 4799.6
CPU system time (s): 0.674897
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 4795140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.6
system time used= 0.674897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261512
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= 1514
involuntary context switches= 93830

runsolver used 1.80972 second user time and 4.75728 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 16:56:17
IDJOB=3290364
IDBENCH=83431
IDSOLVER=1612
FILE ID=node133/3290364-1304088977
RUNJOBID= node133-1304088977-1974
PBS_JOBID= 13170511
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_4_keyfind_1.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290364-1304088977/watcher-3290364-1304088977 -o /tmp/evaluation-result-3290364-1304088977/solver-3290364-1304088977 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3290364-1304088977.cnf

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=875448858

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.834
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.83
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.834
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.74
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.834
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:     32951124 kB
MemFree:      30811100 kB
Buffers:        745828 kB
Cached:         972768 kB
SwapCached:        124 kB
Active:         611580 kB
Inactive:      1170372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30811100 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           20256 kB
Writeback:           0 kB
AnonPages:       63140 kB
Mapped:          14504 kB
Slab:           294460 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71876 MiB
End job on node133 at 2011-04-29 17:16:21