Trace number 3190834

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.33 1201.72

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
MD5SUM3b06c2c5c22c8501e021c8b11d20bcd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1042.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190834-1304037568/watcher-3190834-1304037568 -o /tmp/evaluation-result-3190834-1304037568/solver-3190834-1304037568 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190834-1304037568.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: 10.20 10.17 10.10 6/182 32226
/proc/meminfo: memFree=19691212/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) R 32224 32226 31281 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0

[startup+0.268148 s]
/proc/loadavg: 10.20 10.17 10.10 6/182 32226
/proc/meminfo: memFree=19691212/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301144 s]
/proc/loadavg: 10.20 10.17 10.10 6/182 32226
/proc/meminfo: memFree=19691212/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.401127 s]
/proc/loadavg: 10.20 10.17 10.10 6/182 32226
/proc/meminfo: memFree=19691212/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701074 s]
/proc/loadavg: 10.20 10.17 10.10 6/182 32226
/proc/meminfo: memFree=19691212/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50093 s]
/proc/loadavg: 10.27 10.18 10.10 11/188 32232
/proc/meminfo: memFree=19572488/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=60000 CPUtime=1.48 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 13673 0 0 0 146 2 0 0 20 0 1 0 515356566 61440000 10487 33554432000 4194304 4587354 140735955259632 18446744073709551615 237278576280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 15000 10487 326 96 0 11562 0
[pid=32228] ppid=32226 vsize=33768 CPUtime=1.48 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 7740 0 0 0 148 0 0 0 25 0 1 0 515356566 34578432 5653 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 8442 5653 340 145 0 5487 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=0.74 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 73 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=19404 CPUtime=1.49 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 6668 0 0 0 148 1 0 0 20 0 1 0 515356566 19869696 3506 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 4851 3506 127 39 0 3931 0
[pid=32231] ppid=32226 vsize=29604 CPUtime=0.73 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4194304 14890 0 0 0 71 2 0 0 25 0 1 0 515356566 30314496 4198 33554432000 4194304 4331988 140736606802016 18446744073709551615 4261831 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 7401 4198 129 34 0 5843 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 629068

[startup+3.10065 s]
/proc/loadavg: 10.27 10.18 10.10 11/188 32232
/proc/meminfo: memFree=19563188/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=97504 CPUtime=3.09 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 14565 0 0 0 306 3 0 0 25 0 1 0 515356566 99844096 11377 33554432000 4194304 4587354 140735955259632 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 24376 11377 326 96 0 20938 0
[pid=32228] ppid=32226 vsize=36352 CPUtime=3.08 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 8439 0 0 0 308 0 0 0 25 0 1 0 515356566 37224448 6352 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 9088 6352 340 145 0 6133 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=1.54 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 153 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=19404 CPUtime=3.09 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 6668 0 0 0 308 1 0 0 25 0 1 0 515356566 19869696 3506 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 4851 3506 127 39 0 3931 0
[pid=32231] ppid=32226 vsize=37088 CPUtime=1.52 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 33245 0 0 0 148 4 0 0 25 0 1 0 515356566 37978112 6176 33554432000 4194304 4331988 140736606802016 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 9272 6176 143 34 0 7714 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 676640

[startup+6.30108 s]
/proc/loadavg: 10.27 10.18 10.10 11/188 32232
/proc/meminfo: memFree=19503172/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=97504 CPUtime=6.28 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 16204 0 0 0 625 3 0 0 25 0 1 0 515356566 99844096 13012 33554432000 4194304 4587354 140735955259632 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 24376 13012 326 96 0 20938 0
[pid=32228] ppid=32226 vsize=47964 CPUtime=6.28 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 11328 0 0 0 627 1 0 0 25 0 1 0 515356566 49115136 9241 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 11991 9241 340 145 0 9036 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=3.14 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 313 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134528633 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=19404 CPUtime=6.29 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 6668 0 0 0 628 1 0 0 25 0 1 0 515356566 19869696 3506 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 4851 3506 127 39 0 3931 0
[pid=32231] ppid=32226 vsize=86584 CPUtime=3.11 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 55481 0 0 0 304 7 0 0 25 0 1 0 515356566 88662016 18117 33554432000 4194304 4331988 140736606802016 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 21646 18117 173 34 0 20088 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 737748

[startup+12.7009 s]
/proc/loadavg: 10.30 10.19 10.11 11/188 32232
/proc/meminfo: memFree=19477376/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1226172 CPUtime=12.69 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 21242 0 0 0 1264 5 0 0 25 0 1 0 515356566 1255600128 11247 33554432000 4194304 4587354 140735955259632 18446744073709551615 4230368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 306543 11247 327 96 0 303105 0
[pid=32228] ppid=32226 vsize=67840 CPUtime=12.69 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 16309 0 0 0 1266 3 0 0 25 0 1 0 515356566 69468160 14222 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 16960 14222 340 145 0 14005 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=6.31 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 630 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=24536 CPUtime=12.68 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 8462 0 0 0 1267 1 0 0 25 0 1 0 515356566 25124864 5300 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 6134 5300 127 39 0 5214 0
[pid=32231] ppid=32226 vsize=88144 CPUtime=6.3 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 55854 0 0 0 623 7 0 0 25 0 1 0 515356566 90259456 18490 33554432000 4194304 4331988 140736606802016 18446744073709551615 4263139 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 22036 18490 173 34 0 20478 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1892984

[startup+25.5067 s]
/proc/loadavg: 10.25 10.19 10.10 11/188 32232
/proc/meminfo: memFree=19408176/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1226172 CPUtime=25.49 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 50133 0 0 0 2539 10 0 0 25 0 1 0 515356566 1255600128 15870 33554432000 4194304 4587354 140735955259632 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 306543 15870 337 96 0 303105 0
[pid=32228] ppid=32226 vsize=107876 CPUtime=25.5 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 26254 0 0 0 2543 7 0 0 25 0 1 0 515356566 110465024 24167 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 26969 24167 340 145 0 24014 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=12.65 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 1264 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=24536 CPUtime=25.49 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 8462 0 0 0 2548 1 0 0 25 0 1 0 515356566 25124864 5300 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 6134 5300 127 39 0 5214 0
[pid=32231] ppid=32226 vsize=98188 CPUtime=12.7 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 57924 0 0 0 1263 7 0 0 25 0 1 0 515356566 100544512 20560 33554432000 4194304 4331988 140736606802016 18446744073709551615 4211519 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 24547 20560 173 34 0 22989 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1943064

[startup+51.1011 s]
/proc/loadavg: 10.20 10.18 10.10 11/188 32233
/proc/meminfo: memFree=19415776/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=72992 CPUtime=51.09 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 90854 0 0 0 5088 21 0 0 25 0 1 0 515356566 74743808 13721 33554432000 4194304 4587354 140735955259632 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 18248 13721 337 96 0 14810 0
[pid=32228] ppid=32226 vsize=150460 CPUtime=51.09 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 36776 0 0 0 5099 10 0 0 25 0 1 0 515356566 154071040 34689 33554432000 4194304 4785740 140735258140816 18446744073709551615 4550325 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 37615 34689 340 145 0 34660 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=25.41 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 2540 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=27784 CPUtime=51.08 cores=2

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

/proc/32231/statm: 26329 22375 173 34 0 24771 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 1264100

[startup+1002.31 s]
/proc/loadavg: 5.05 5.51 7.37 6/177 32276
/proc/meminfo: memFree=19306436/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1246836 CPUtime=1002.31 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 624036 0 0 0 100032 199 0 0 25 0 1 0 515356566 1276760064 29585 33554432000 4194304 4587354 140735955259632 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 311709 29585 337 96 0 308271 0
[pid=32228] ppid=32226 vsize=472076 CPUtime=1002.31 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 116041 0 0 0 100200 31 0 0 25 0 1 0 515356566 483405824 113954 33554432000 4194304 4785740 140735258140816 18446744073709551615 4278587 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 118019 113954 340 145 0 115064 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=498.45 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 49844 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 3075076 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=31016 CPUtime=1002.28 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 10082 0 0 0 100226 2 0 0 25 0 1 0 515356566 31760384 6920 33554432000 4194304 4352236 140735163203040 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 7754 6920 127 39 0 6834 0
[pid=32231] ppid=32226 vsize=105448 CPUtime=498.43 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 59779 0 0 0 49835 8 0 0 25 0 1 0 515356566 107978752 22415 33554432000 4194304 4331988 140736606802016 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 26362 22415 173 34 0 24804 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 2341668

[startup+1062.3 s]
/proc/loadavg: 5.05 5.43 7.22 6/177 32278
/proc/meminfo: memFree=19321268/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1271660 CPUtime=1062.31 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 641196 0 0 0 106022 209 0 0 25 0 1 0 515356566 1302179840 22655 33554432000 4194304 4587354 140735955259632 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 317915 22655 337 96 0 314477 0
[pid=32228] ppid=32226 vsize=484752 CPUtime=1062.31 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 119008 0 0 0 106199 32 0 0 25 0 1 0 515356566 496386048 116921 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 121188 116921 340 145 0 118233 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=528.26 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 52825 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=33064 CPUtime=1062.28 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 10594 0 0 0 106226 2 0 0 25 0 1 0 515356566 33857536 7432 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 8266 7432 127 39 0 7346 0
[pid=32231] ppid=32226 vsize=105580 CPUtime=528.29 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 59813 0 0 0 52821 8 0 0 25 0 1 0 515356566 108113920 22449 33554432000 4194304 4331988 140736606802016 18446744073709551615 4287256 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 26395 22449 173 34 0 24837 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 2381348

[startup+1122.3 s]
/proc/loadavg: 5.05 5.36 7.08 6/177 32279
/proc/meminfo: memFree=19290712/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1255124 CPUtime=1122.31 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 661008 0 0 0 112010 221 0 0 25 0 1 0 515356566 1285246976 29888 33554432000 4194304 4587354 140735955259632 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 313781 29888 337 96 0 310343 0
[pid=32228] ppid=32226 vsize=485288 CPUtime=1122.31 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 119175 0 0 0 112199 32 0 0 25 0 1 0 515356566 496934912 117088 33554432000 4194304 4785740 140735258140816 18446744073709551615 4552483 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 121322 117088 340 145 0 118367 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=558.11 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 55810 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=33064 CPUtime=1122.28 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 10594 0 0 0 112226 2 0 0 25 0 1 0 515356566 33857536 7432 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 8266 7432 127 39 0 7346 0
[pid=32231] ppid=32226 vsize=105712 CPUtime=558.12 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 59838 0 0 0 55804 8 0 0 25 0 1 0 515356566 108249088 22474 33554432000 4194304 4331988 140736606802016 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 26428 22474 173 34 0 24870 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 2365480

[startup+1182.3 s]
/proc/loadavg: 5.13 5.33 6.96 6/177 32281
/proc/meminfo: memFree=19291884/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1257920 CPUtime=1182.32 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 677665 0 0 0 118001 231 0 0 25 0 1 0 515356566 1288110080 20522 33554432000 4194304 4587354 140735955259632 18446744073709551615 4244240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 314480 20522 337 96 0 311042 0
[pid=32228] ppid=32226 vsize=521344 CPUtime=1182.31 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 128161 0 0 0 118197 34 0 0 25 0 1 0 515356566 533856256 126074 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 130336 126074 340 145 0 127381 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=587.95 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 58794 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=33064 CPUtime=1182.28 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 10594 0 0 0 118226 2 0 0 25 0 1 0 515356566 33857536 7432 33554432000 4194304 4352236 140735163203040 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 8266 7432 127 39 0 7346 0
[pid=32231] ppid=32226 vsize=105844 CPUtime=587.95 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 59864 0 0 0 58787 8 0 0 25 0 1 0 515356566 108384256 22500 33554432000 4194304 4331988 140736606802016 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 26461 22500 173 34 0 24903 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 2404464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.09 5.30 6.92 6/177 32282
/proc/meminfo: memFree=19262216/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1257920 CPUtime=1201.72 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 685035 0 0 0 119938 234 0 0 25 0 1 0 515356566 1288110080 27868 33554432000 4194304 4587354 140735955259632 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 314480 27870 337 96 0 311042 0
[pid=32228] ppid=32226 vsize=521344 CPUtime=1201.72 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 128163 0 0 0 120138 34 0 0 25 0 1 0 515356566 533856256 126076 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 130336 126076 340 145 0 127381 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=597.59 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 59758 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=33064 CPUtime=1201.69 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 10594 0 0 0 120167 2 0 0 25 0 1 0 515356566 33857536 7432 33554432000 4194304 4352236 140735163203040 18446744073709551615 4277685 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 8266 7432 127 39 0 7346 0
[pid=32231] ppid=32226 vsize=105844 CPUtime=597.61 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 59872 0 0 0 59753 8 0 0 25 0 1 0 515356566 108384256 22508 33554432000 4194304 4331988 140736606802016 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 26461 22508 173 34 0 24903 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2404464

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.09 5.30 6.92 6/177 32282
/proc/meminfo: memFree=19262216/32950904 swapFree=67082284/67111528
[pid=32226] ppid=32224 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (ppfolio) S 32224 32226 31281 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515356566 18763776 389 33554432000 4194304 4287625 140734344879904 18446744073709551615 237278899727 0 0 4096 65536 3441146356108886015 0 0 17 4 0 0 0
/proc/32226/statm: 4581 389 341 23 0 91 0
[pid=32227] ppid=32226 vsize=1257920 CPUtime=1201.72 cores=0
/proc/32227/stat : 32227 (cryptominisat) R 32226 32226 31281 0 -1 4202496 685035 0 0 0 119938 234 0 0 25 0 1 0 515356566 1288110080 27868 33554432000 4194304 4587354 140735955259632 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32227/statm: 314480 27870 337 96 0 311042 0
[pid=32228] ppid=32226 vsize=521344 CPUtime=1201.72 cores=4
/proc/32228/stat : 32228 (clasp) R 32226 32226 31281 0 -1 4202496 128163 0 0 0 120138 34 0 0 25 0 1 0 515356566 533856256 126076 33554432000 4194304 4785740 140735258140816 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32228/statm: 130336 126076 340 145 0 127381 0
[pid=32229] ppid=32226 vsize=467968 CPUtime=597.59 cores=6
/proc/32229/stat : 32229 (TNM) R 32226 32226 31281 0 -1 4202496 6718 0 0 0 59758 1 0 0 25 0 1 0 515356566 479199232 6615 33554432000 134512640 134534564 4294064272 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32229/statm: 116992 6615 95 6 0 115658 0
[pid=32230] ppid=32226 vsize=33064 CPUtime=1201.69 cores=2
/proc/32230/stat : 32230 (lingeling) R 32226 32226 31281 0 -1 4202496 10594 0 0 0 120167 2 0 0 25 0 1 0 515356566 33857536 7432 33554432000 4194304 4352236 140735163203040 18446744073709551615 4277685 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32230/statm: 8266 7432 127 39 0 7346 0
[pid=32231] ppid=32226 vsize=105844 CPUtime=597.61 cores=6
/proc/32231/stat : 32231 (march_hi) R 32226 32226 31281 0 -1 4202496 59872 0 0 0 59753 8 0 0 25 0 1 0 515356566 108384256 22508 33554432000 4194304 4331988 140736606802016 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32231/statm: 26461 22508 173 34 0 24903 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2404464

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.33
CPU user time (s): 4797.54
CPU system time (s): 2.79
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 3550132

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

runsolver used 2.16267 second user time and 4.36234 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 02:39:28
IDJOB=3190834
IDBENCH=82565
IDSOLVER=1612
FILE ID=node121/3190834-1304037568
RUNJOBID= node121-1304032644-31666
PBS_JOBID= 13170331
Free space on /tmp= 72640 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190834-1304037568/watcher-3190834-1304037568 -o /tmp/evaluation-result-3190834-1304037568/solver-3190834-1304037568 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190834-1304037568.cnf

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=1733952502

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19691492 kB
Buffers:       2178252 kB
Cached:       10203124 kB
SwapCached:       2776 kB
Active:        9425920 kB
Inactive:      3313844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19691492 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           13232 kB
Writeback:           0 kB
AnonPages:      355800 kB
Mapped:          15752 kB
Slab:           454952 kB
PageTables:       6204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1188724 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= 72640 MiB
End job on node121 at 2011-04-29 02:59:32