Trace number 3190828

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S935783783-069-UNKNOWN.cnf
MD5SUM4ba3e8e19a6d9aec4bc2bd0594f1360a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark556.159
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
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-3190828-1304037424/watcher-3190828-1304037424 -o /tmp/evaluation-result-3190828-1304037424/solver-3190828-1304037424 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190828-1304037424.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: 5.05 5.20 6.40 1/171 11851
/proc/meminfo: memFree=15170504/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) R 11849 11851 10991 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0

[startup+0.22192 s]
/proc/loadavg: 5.05 5.20 6.40 1/171 11851
/proc/meminfo: memFree=15170504/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300907 s]
/proc/loadavg: 5.05 5.20 6.40 1/171 11851
/proc/meminfo: memFree=15170504/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400889 s]
/proc/loadavg: 5.05 5.20 6.40 1/171 11851
/proc/meminfo: memFree=15170504/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700832 s]
/proc/loadavg: 5.05 5.20 6.40 1/171 11851
/proc/meminfo: memFree=15170504/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50068 s]
/proc/loadavg: 5.05 5.20 6.40 6/177 11857
/proc/meminfo: memFree=15136108/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=809220 CPUtime=1.48 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 5703 0 0 0 148 0 0 0 25 0 1 0 496158035 828641280 3177 33554432000 4194304 4587354 140733329057584 18446744073709551615 4239003 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 202305 3177 327 96 0 198867 0
[pid=11853] ppid=11851 vsize=22916 CPUtime=1.49 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 3267 0 0 0 149 0 0 0 25 0 1 0 496158035 23465984 3063 33554432000 4194304 4785740 140735396459584 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 5729 3063 340 145 0 2774 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=0.78 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 78 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=7080 CPUtime=1.49 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 1210 0 0 0 149 0 0 0 25 0 1 0 496158035 7249920 958 33554432000 4194304 4352236 140734233284768 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 1770 958 127 39 0 850 0
[pid=11856] ppid=11851 vsize=13840 CPUtime=0.69 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 4897 0 0 0 69 0 0 0 25 0 1 0 496158035 14172160 1404 33554432000 4194304 4331988 140734126318256 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 3460 1404 174 34 0 1902 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1331168

[startup+3.10038 s]
/proc/loadavg: 5.05 5.20 6.40 6/177 11857
/proc/meminfo: memFree=15130580/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=829236 CPUtime=3.09 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 13771 0 0 0 307 2 0 0 25 0 1 0 496158035 849137664 8259 33554432000 4194304 4587354 140733329057584 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 207309 8259 337 96 0 203871 0
[pid=11853] ppid=11851 vsize=25708 CPUtime=3.08 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 3988 0 0 0 308 0 0 0 25 0 1 0 496158035 26324992 3784 33554432000 4194304 4785740 140735396459584 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 6427 3784 340 145 0 3472 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=1.57 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 157 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=7520 CPUtime=3.09 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 1293 0 0 0 309 0 0 0 25 0 1 0 496158035 7700480 1041 33554432000 4194304 4352236 140734233284768 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 1880 1041 127 39 0 960 0
[pid=11856] ppid=11851 vsize=14116 CPUtime=1.49 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 4927 0 0 0 149 0 0 0 25 0 1 0 496158035 14454784 1434 33554432000 4194304 4331988 140734126318256 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 3529 1434 174 34 0 1971 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1354692

[startup+6.30078 s]
/proc/loadavg: 5.05 5.20 6.40 7/177 11857
/proc/meminfo: memFree=15127504/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=826756 CPUtime=6.29 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 20715 0 0 0 625 4 0 0 25 0 1 0 496158035 846598144 5952 33554432000 4194304 4587354 140733329057584 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 206689 5952 337 96 0 203251 0
[pid=11853] ppid=11851 vsize=28844 CPUtime=6.28 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 4758 0 0 0 628 0 0 0 25 0 1 0 496158035 29536256 4554 33554432000 4194304 4785740 140735396459584 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 7211 4554 340 145 0 4256 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=3.15 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 315 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=8160 CPUtime=6.29 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 1485 0 0 0 629 0 0 0 25 0 1 0 496158035 8355840 1233 33554432000 4194304 4352236 140734233284768 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 2040 1233 127 39 0 1120 0
[pid=11856] ppid=11851 vsize=14760 CPUtime=3.09 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 5038 0 0 0 309 0 0 0 25 0 1 0 496158035 15114240 1545 33554432000 4194304 4331988 140734126318256 18446744073709551615 4263328 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 3690 1545 174 34 0 2132 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1356632

[startup+12.7006 s]
/proc/loadavg: 5.04 5.19 6.38 6/177 11857
/proc/meminfo: memFree=15105368/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=814908 CPUtime=12.68 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 25245 0 0 0 1264 4 0 0 25 0 1 0 496158035 834465792 6174 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 203727 6174 337 96 0 200289 0
[pid=11853] ppid=11851 vsize=34296 CPUtime=12.68 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 6092 0 0 0 1267 1 0 0 25 0 1 0 496158035 35119104 5888 33554432000 4194304 4785740 140735396459584 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 8574 5888 340 145 0 5619 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=6.32 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 632 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=8548 CPUtime=12.68 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 1831 0 0 0 1268 0 0 0 25 0 1 0 496158035 8753152 1323 33554432000 4194304 4352236 140734233284768 18446744073709551615 4277921 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 2137 1323 127 39 0 1217 0
[pid=11856] ppid=11851 vsize=15784 CPUtime=6.29 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 5339 0 0 0 629 0 0 0 25 0 1 0 496158035 16162816 1846 33554432000 4194304 4331988 140734126318256 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 3946 1846 174 34 0 2388 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1351648

[startup+25.5061 s]
/proc/loadavg: 5.11 5.20 6.37 6/177 11857
/proc/meminfo: memFree=15105116/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=817148 CPUtime=25.5 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 38695 0 0 0 2542 8 0 0 25 0 1 0 496158035 836759552 4886 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 204287 4886 337 96 0 200849 0
[pid=11853] ppid=11851 vsize=40072 CPUtime=25.49 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 7502 0 0 0 2548 1 0 0 25 0 1 0 496158035 41033728 7298 33554432000 4194304 4785740 140735396459584 18446744073709551615 4278573 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 10018 7298 340 145 0 7063 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=12.7 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 1270 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=8808 CPUtime=25.49 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 2191 0 0 0 2549 0 0 0 25 0 1 0 496158035 9019392 1395 33554432000 4194304 4352236 140734233284768 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 2202 1395 127 39 0 1282 0
[pid=11856] ppid=11851 vsize=17060 CPUtime=12.64 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 5577 0 0 0 1264 0 0 0 25 0 1 0 496158035 17469440 2084 33554432000 4194304 4331988 140734126318256 18446744073709551615 4246530 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 4265 2084 175 34 0 2707 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1361200

[startup+51.1003 s]
/proc/loadavg: 5.07 5.18 6.33 6/177 11858
/proc/meminfo: memFree=15090572/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=812980 CPUtime=51.09 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 67299 0 0 0 5095 14 0 0 25 0 1 0 496158035 832491520 3040 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 203245 3040 337 96 0 199807 0
[pid=11853] ppid=11851 vsize=49044 CPUtime=51.08 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 9709 0 0 0 5106 2 0 0 25 0 1 0 496158035 50221056 9505 33554432000 4194304 4785740 140735396459584 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 12261 9505 340 145 0 9306 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=25.41 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 2541 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=10092 CPUtime=51.09 cores=3

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

/proc/11856/statm: 25999 19314 175 34 0 24441 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 1787872

[startup+1002.31 s]
/proc/loadavg: 5.06 5.06 5.50 6/177 11883
/proc/meminfo: memFree=14685204/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=1064988 CPUtime=1002.33 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 583575 0 0 0 100014 219 0 0 25 0 1 0 496158035 1090547712 69057 33554432000 4194304 4587354 140733329057584 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 266247 69057 337 96 0 262809 0
[pid=11853] ppid=11851 vsize=125612 CPUtime=1002.32 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 27924 0 0 0 100224 8 0 0 25 0 1 0 496158035 128626688 27668 33554432000 4194304 4785740 140735396459584 18446744073709551615 4550894 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 31403 27668 341 145 0 28448 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=498.44 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 49844 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=15996 CPUtime=1002.33 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 26932 0 0 0 100229 4 0 0 25 0 1 0 496158035 16379904 3192 33554432000 4194304 4352236 140734233284768 18446744073709551615 4331500 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 3999 3192 127 39 0 3079 0
[pid=11856] ppid=11851 vsize=103996 CPUtime=498.41 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 23909 0 0 0 49829 12 0 0 25 0 1 0 496158035 106491904 20416 33554432000 4194304 4331988 140734126318256 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 25999 20416 175 34 0 24441 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 1788704

[startup+1062.3 s]
/proc/loadavg: 5.08 5.06 5.47 6/177 11885
/proc/meminfo: memFree=14680092/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=1064988 CPUtime=1062.32 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 583575 0 0 0 106013 219 0 0 25 0 1 0 496158035 1090547712 69057 33554432000 4194304 4587354 140733329057584 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 266247 69057 337 96 0 262809 0
[pid=11853] ppid=11851 vsize=126708 CPUtime=1062.31 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 28155 0 0 0 106223 8 0 0 25 0 1 0 496158035 129748992 27899 33554432000 4194304 4785740 140735396459584 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 31677 27899 341 145 0 28722 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=528.32 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 52832 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=15996 CPUtime=1062.33 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 28180 0 0 0 106228 5 0 0 25 0 1 0 496158035 16379904 3192 33554432000 4194304 4352236 140734233284768 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 3999 3192 127 39 0 3079 0
[pid=11856] ppid=11851 vsize=104832 CPUtime=528.22 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 25045 0 0 0 52808 14 0 0 25 0 1 0 496158035 107347968 21552 33554432000 4194304 4331988 140734126318256 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 26208 21552 175 34 0 24650 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 1790636

[startup+1122.3 s]
/proc/loadavg: 5.07 5.06 5.44 6/177 11887
/proc/meminfo: memFree=14878708/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=829192 CPUtime=1122.33 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 606730 0 0 0 111999 234 0 0 25 0 1 0 496158035 849092608 15612 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 207298 15612 337 96 0 203860 0
[pid=11853] ppid=11851 vsize=134100 CPUtime=1122.32 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 30006 0 0 0 112223 9 0 0 25 0 1 0 496158035 137318400 29669 33554432000 4194304 4785740 140735396459584 18446744073709551615 4278587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 33525 29669 341 145 0 30570 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=558.12 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 55812 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=20732 CPUtime=1122.33 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 29364 0 0 0 112228 5 0 0 25 0 1 0 496158035 21229568 4376 33554432000 4194304 4352236 140734233284768 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 5183 4376 127 39 0 4263 0
[pid=11856] ppid=11851 vsize=104832 CPUtime=558.08 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 26198 0 0 0 55794 14 0 0 25 0 1 0 496158035 107347968 22705 33554432000 4194304 4331988 140734126318256 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 26208 22705 175 34 0 24650 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 1566968

[startup+1182.3 s]
/proc/loadavg: 5.07 5.06 5.41 6/177 11888
/proc/meminfo: memFree=14851168/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=842084 CPUtime=1182.33 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 632746 0 0 0 117984 249 0 0 25 0 1 0 496158035 862294016 13383 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 210521 13383 337 96 0 207083 0
[pid=11853] ppid=11851 vsize=137208 CPUtime=1182.32 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 30717 0 0 0 118223 9 0 0 25 0 1 0 496158035 140500992 30380 33554432000 4194304 4785740 140735396459584 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 34302 30380 341 145 0 31347 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=587.98 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 58798 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=16508 CPUtime=1182.33 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 29525 0 0 0 118228 5 0 0 25 0 1 0 496158035 16904192 3320 33554432000 4194304 4352236 140734233284768 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 4127 3320 127 39 0 3207 0
[pid=11856] ppid=11851 vsize=104832 CPUtime=587.91 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 27335 0 0 0 58776 15 0 0 25 0 1 0 496158035 107347968 23842 33554432000 4194304 4331988 140734126318256 18446744073709551615 4315849 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 26208 23842 175 34 0 24650 0
Current children cumulated CPU time (s) 4722.87
Current children cumulated vsize (KiB) 1578744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.12 5.07 5.41 6/177 11889
/proc/meminfo: memFree=14853884/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=842084 CPUtime=1201.74 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 638735 0 0 0 119921 253 0 0 25 0 1 0 496158035 862294016 19317 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 210521 19317 337 96 0 207083 0
[pid=11853] ppid=11851 vsize=137492 CPUtime=1201.73 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 30775 0 0 0 120164 9 0 0 25 0 1 0 496158035 140791808 30438 33554432000 4194304 4785740 140735396459584 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 34373 30438 341 145 0 31418 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=597.61 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 59761 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=21212 CPUtime=1201.74 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 30774 0 0 0 120169 5 0 0 25 0 1 0 496158035 21721088 4496 33554432000 4194304 4352236 140734233284768 18446744073709551615 4276607 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 5303 4496 127 39 0 4383 0
[pid=11856] ppid=11851 vsize=149032 CPUtime=597.56 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 27711 0 0 0 59741 15 0 0 25 0 1 0 496158035 152608768 24218 33554432000 4194304 4331988 140734126318256 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 37258 24218 175 34 0 35700 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1627932

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

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

[startup+1201.7 s]
/proc/loadavg: 5.12 5.07 5.41 6/177 11889
/proc/meminfo: memFree=14853884/32951124 swapFree=67111528/67111528
[pid=11851] ppid=11849 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11851/stat : 11851 (ppfolio) S 11849 11851 10991 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496158034 18763776 389 33554432000 4194304 4287625 140736747605888 18446744073709551615 264726425103 0 0 4096 65536 4457490786920955903 0 0 17 5 0 0 0
/proc/11851/statm: 4581 389 341 23 0 91 0
[pid=11852] ppid=11851 vsize=842084 CPUtime=1201.74 cores=1
/proc/11852/stat : 11852 (cryptominisat) R 11851 11851 10991 0 -1 4202496 638735 0 0 0 119921 253 0 0 25 0 1 0 496158035 862294016 19317 33554432000 4194304 4587354 140733329057584 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11852/statm: 210521 19317 337 96 0 207083 0
[pid=11853] ppid=11851 vsize=137492 CPUtime=1201.73 cores=5
/proc/11853/stat : 11853 (clasp) R 11851 11851 10991 0 -1 4202496 30775 0 0 0 120164 9 0 0 25 0 1 0 496158035 140791808 30438 33554432000 4194304 4785740 140735396459584 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11853/statm: 34373 30438 341 145 0 31418 0
[pid=11854] ppid=11851 vsize=459788 CPUtime=597.61 cores=7
/proc/11854/stat : 11854 (TNM) R 11851 11851 10991 0 -1 4202496 1543 0 0 0 59761 0 0 0 25 0 1 0 496158035 470822912 1440 33554432000 134512640 134534564 4289630560 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11854/statm: 114947 1440 95 6 0 113613 0
[pid=11855] ppid=11851 vsize=21212 CPUtime=1201.74 cores=3
/proc/11855/stat : 11855 (lingeling) R 11851 11851 10991 0 -1 4202496 30774 0 0 0 120169 5 0 0 25 0 1 0 496158035 21721088 4496 33554432000 4194304 4352236 140734233284768 18446744073709551615 4276607 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11855/statm: 5303 4496 127 39 0 4383 0
[pid=11856] ppid=11851 vsize=149032 CPUtime=597.56 cores=7
/proc/11856/stat : 11856 (march_hi) R 11851 11851 10991 0 -1 4202496 27711 0 0 0 59741 15 0 0 25 0 1 0 496158035 152608768 24218 33554432000 4194304 4331988 140734126318256 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11856/statm: 37258 24218 175 34 0 35700 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1627932

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11851 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=693314
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=64990
# CPU time returned by wait4() is 1201.76
# while last known CPU time is 4800.38
#
# 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.38
CPU user time (s): 4797.56
CPU system time (s): 2.82
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 2328040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.69
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31296
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= 324
involuntary context switches= 1797

runsolver used 1.79173 second user time and 4.77127 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 02:37:04
IDJOB=3190828
IDBENCH=82559
IDSOLVER=1612
FILE ID=node141/3190828-1304037424
RUNJOBID= node141-1304032810-11411
PBS_JOBID= 13170311
Free space on /tmp= 71424 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S935783783-069-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190828-1304037424/watcher-3190828-1304037424 -o /tmp/evaluation-result-3190828-1304037424/solver-3190828-1304037424 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190828-1304037424.cnf

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

MD5SUM BENCH= 4ba3e8e19a6d9aec4bc2bd0594f1360a
RANDOM SEED=1954108759

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      15170784 kB
Buffers:       1623732 kB
Cached:       15511460 kB
SwapCached:          0 kB
Active:        7911868 kB
Inactive:      9286020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15170784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:       62652 kB
Mapped:          14700 kB
Slab:           518484 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180648 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= 71416 MiB
End job on node141 at 2011-04-29 02:57:08