Trace number 3274010

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.23 1204.03

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s00813792-unsat.cnf
MD5SUM92046422d2d9595619b29413c0964c9c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses412
Sum of the clauses size1236
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3412
Number of clauses of size 40
Number of clauses of size 50
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

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-3274010-1304083031/watcher-3274010-1304083031 -o /tmp/evaluation-result-3274010-1304083031/solver-3274010-1304083031 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3274010-1304083031.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.82 9.57 7.94 6/180 7046
/proc/meminfo: memFree=16621384/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) R 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0

[startup+1.26671 s]
/proc/loadavg: 9.82 9.57 7.94 6/180 7046
/proc/meminfo: memFree=16621384/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) R 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36669 s]
/proc/loadavg: 9.82 9.57 7.94 6/180 7046
/proc/meminfo: memFree=16621384/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40068 s]
/proc/loadavg: 9.82 9.57 7.94 6/180 7046
/proc/meminfo: memFree=16621384/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) R 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56666 s]
/proc/loadavg: 9.82 9.57 7.94 6/180 7046
/proc/meminfo: memFree=16621384/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60065 s]
/proc/loadavg: 9.82 9.57 7.94 6/180 7046
/proc/meminfo: memFree=16621384/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1004 s]
/proc/loadavg: 9.82 9.57 7.94 11/186 7052
/proc/meminfo: memFree=16595916/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=1152576 CPUtime=3.08 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 6543 0 0 0 308 0 0 0 25 0 1 0 519902768 1180237824 3530 33554432000 4194304 4587354 140735463326160 18446744073709551615 4242463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 288144 3530 337 96 0 284706 0
[pid=7048] ppid=7046 vsize=13220 CPUtime=3.09 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 777 0 0 0 309 0 0 0 25 0 1 0 519902768 13537280 668 33554432000 4194304 4785740 140734152194592 18446744073709551615 4552986 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 3305 668 341 145 0 350 0
[pid=7049] ppid=7046 vsize=455692 CPUtime=1.97 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 274 0 0 0 197 0 0 0 21 0 1 0 519902768 466628608 171 33554432000 134512640 134534564 4290120848 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113923 171 95 6 0 112589 0
[pid=7050] ppid=7046 vsize=8172 CPUtime=3.09 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 2164 0 0 0 309 0 0 0 25 0 1 0 519902768 8368128 1242 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 2043 1242 127 39 0 1123 0
[pid=7051] ppid=7046 vsize=8068 CPUtime=1.11 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 639 0 0 0 111 0 0 0 25 0 1 0 519902768 8261632 532 33554432000 4194304 4331988 140735795623616 18446744073709551615 4310400 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 2017 532 173 34 0 459 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1656052

[startup+7.17997 s]
/proc/loadavg: 9.82 9.57 7.94 11/186 7052
/proc/meminfo: memFree=16597032/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=1161948 CPUtime=7.33 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 10156 0 0 0 732 1 0 0 25 0 1 0 519902768 1189834752 4929 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 290487 4960 337 96 0 287049 0
[pid=7048] ppid=7046 vsize=13748 CPUtime=7.39 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 905 0 0 0 739 0 0 0 25 0 1 0 519902768 14077952 796 33554432000 4194304 4785740 140734152194592 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 3437 796 341 145 0 482 0
[pid=7049] ppid=7046 vsize=455692 CPUtime=2.92 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 274 0 0 0 291 1 0 0 24 0 1 0 519902768 466628608 171 33554432000 134512640 134534564 4290120848 18446744073709551615 8558881 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113923 171 95 6 0 112589 0
[pid=7050] ppid=7046 vsize=11504 CPUtime=7.54 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 4277 0 0 0 754 0 0 0 25 0 1 0 519902768 11780096 2075 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 2972 2171 127 39 0 2052 0
[pid=7051] ppid=7046 vsize=8580 CPUtime=1.9 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 794 0 0 0 190 0 0 0 25 0 1 0 519902768 8785920 687 33554432000 4194304 4331988 140735795623616 18446744073709551615 210650604325 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 2145 687 173 34 0 587 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 1669796

[startup+12.7008 s]
/proc/loadavg: 9.99 9.61 7.97 11/186 7052
/proc/meminfo: memFree=16570676/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=1162196 CPUtime=12.68 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 14902 0 0 0 1266 2 0 0 25 0 1 0 519902768 1190088704 5919 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 290549 5919 337 96 0 287111 0
[pid=7048] ppid=7046 vsize=14012 CPUtime=12.69 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 977 0 0 0 1269 0 0 0 25 0 1 0 519902768 14348288 868 33554432000 4194304 4785740 140734152194592 18446744073709551615 4553054 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 3503 868 341 145 0 548 0
[pid=7049] ppid=7046 vsize=455692 CPUtime=5.34 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 274 0 0 0 533 1 0 0 25 0 1 0 519902768 466628608 171 33554432000 134512640 134534564 4290120848 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113923 171 95 6 0 112589 0
[pid=7050] ppid=7046 vsize=11504 CPUtime=12.69 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 6677 0 0 0 1268 1 0 0 25 0 1 0 519902768 11780096 2075 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328475 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 2876 2075 127 39 0 1956 0
[pid=7051] ppid=7046 vsize=10696 CPUtime=4.35 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 1311 0 0 0 435 0 0 0 25 0 1 0 519902768 10952704 1204 33554432000 4194304 4331988 140735795623616 18446744073709551615 4228896 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 2674 1204 173 34 0 1116 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 1672424

[startup+25.5006 s]
/proc/loadavg: 9.99 9.63 7.99 11/186 7053
/proc/meminfo: memFree=16550076/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=826936 CPUtime=25.47 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 25337 0 0 0 2543 4 0 0 25 0 1 0 519902768 846782464 9423 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 206734 9423 337 96 0 203296 0
[pid=7048] ppid=7046 vsize=14676 CPUtime=25.49 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1125 0 0 0 2549 0 0 0 25 0 1 0 519902768 15028224 1016 33554432000 4194304 4785740 140734152194592 18446744073709551615 4553143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 3669 1016 341 145 0 714 0
[pid=7049] ppid=7046 vsize=455692 CPUtime=11.71 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 274 0 0 0 1170 1 0 0 25 0 1 0 519902768 466628608 171 33554432000 134512640 134534564 4290120848 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113923 171 95 6 0 112589 0
[pid=7050] ppid=7046 vsize=12404 CPUtime=25.48 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 11062 0 0 0 2547 1 0 0 25 0 1 0 519902768 12701696 2300 33554432000 4194304 4352236 140735323335952 18446744073709551615 4278813 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 3101 2300 127 39 0 2181 0
[pid=7051] ppid=7046 vsize=19084 CPUtime=10.7 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 2601 0 0 0 1069 1 0 0 25 0 1 0 519902768 19542016 2494 33554432000 4194304 4331988 140735795623616 18446744073709551615 4312554 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 4771 2494 173 34 0 3213 0
Current children cumulated CPU time (s) 98.85
Current children cumulated vsize (KiB) 1347116

[startup+51.1063 s]
/proc/loadavg: 10.12 9.69 8.06 11/186 7054
/proc/meminfo: memFree=16525300/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=1184464 CPUtime=51.06 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 36404 0 0 0 5101 5 0 0 25 0 1 0 519902768 1212891136 10212 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 296116 10212 337 96 0 292678 0
[pid=7048] ppid=7046 vsize=15360 CPUtime=51.08 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1309 0 0 0 5108 0 0 0 25 0 1 0 519902768 15728640 1200 33554432000 4194304 4785740 140734152194592 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 3840 1200 341 145 0 885 0
[pid=7049] ppid=7046 vsize=455692 CPUtime=24.41 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 274 0 0 0 2438 3 0 0 25 0 1 0 519902768 466628608 171 33554432000 134512640 134534564 4290120848 18446744073709551615 134530770 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113923 171 95 6 0 112589 0
[pid=7050] ppid=7046 vsize=14456 CPUtime=51.08 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 18359 0 0 0 5106 2 0 0 25 0 1 0 519902768 14802944 2813 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328385 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 3614 2813 127 39 0 2694 0
[pid=7051] ppid=7046 vsize=34032 CPUtime=23.39 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 5069 0 0 0 2336 3 0 0 25 0 1 0 519902768 34848768 4962 33554432000 4194304 4331988 140735795623616 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 8508 4962 173 34 0 6950 0
Current children cumulated CPU time (s) 201.02
Current children cumulated vsize (KiB) 1722328

[startup+102.301 s]
/proc/loadavg: 10.11 9.75 8.17 11/186 7055
/proc/meminfo: memFree=16466888/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=1192968 CPUtime=102.23 cores=0

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

/proc/7051/statm: 119979 91287 173 34 0 118421 0
Current children cumulated CPU time (s) 3759.78
Current children cumulated vsize (KiB) 1888308

[startup+1002.3 s]
/proc/loadavg: 10.13 10.14 9.39 11/186 7144
/proc/meminfo: memFree=15989048/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=940796 CPUtime=1001.74 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 270773 0 0 0 100125 49 0 0 25 0 1 0 519902768 963375104 38818 33554432000 4194304 4587354 140735463326160 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 235199 38818 337 96 0 231761 0
[pid=7048] ppid=7046 vsize=17688 CPUtime=1002.02 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1871 0 0 0 100202 0 0 0 25 0 1 0 519902768 18112512 1762 33554432000 4194304 4785740 140734152194592 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 4422 1762 341 145 0 1467 0
[pid=7049] ppid=7046 vsize=455696 CPUtime=494.95 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 283 0 0 0 49470 25 0 0 25 0 1 0 519902768 466632704 180 33554432000 134512640 134534564 4290120848 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113924 180 103 6 0 112590 0
[pid=7050] ppid=7046 vsize=35064 CPUtime=1002.11 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 153591 0 0 0 100193 18 0 0 25 0 1 0 519902768 35905536 7965 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 8766 7965 127 39 0 7846 0
[pid=7051] ppid=7046 vsize=479916 CPUtime=493.92 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 96509 0 0 0 49357 35 0 0 25 0 1 0 519902768 491433984 96402 33554432000 4194304 4331988 140735795623616 18446744073709551615 4226565 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 119979 96402 173 34 0 118421 0
Current children cumulated CPU time (s) 3994.74
Current children cumulated vsize (KiB) 1947484

[startup+1062.31 s]
/proc/loadavg: 10.16 10.14 9.44 11/186 7145
/proc/meminfo: memFree=15842904/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=940796 CPUtime=1061.71 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 270773 0 0 0 106122 49 0 0 25 0 1 0 519902768 963375104 38818 33554432000 4194304 4587354 140735463326160 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 235199 38818 337 96 0 231761 0
[pid=7048] ppid=7046 vsize=17956 CPUtime=1062.01 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1922 0 0 0 106201 0 0 0 25 0 1 0 519902768 18386944 1813 33554432000 4194304 4785740 140734152194592 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 4489 1813 341 145 0 1534 0
[pid=7049] ppid=7046 vsize=455696 CPUtime=524.82 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 283 0 0 0 52457 25 0 0 25 0 1 0 519902768 466632704 180 33554432000 134512640 134534564 4290120848 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113924 180 103 6 0 112590 0
[pid=7050] ppid=7046 vsize=40696 CPUtime=1062.1 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 159031 0 0 0 106191 19 0 0 25 0 1 0 519902768 41672704 9373 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 10174 9373 127 39 0 9254 0
[pid=7051] ppid=7046 vsize=480048 CPUtime=523.72 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 102310 0 0 0 52334 38 0 0 25 0 1 0 519902768 491569152 102203 33554432000 4194304 4331988 140735795623616 18446744073709551615 4315869 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 120012 102203 173 34 0 118454 0
Current children cumulated CPU time (s) 4234.36
Current children cumulated vsize (KiB) 1953516

[startup+1122.3 s]
/proc/loadavg: 10.19 10.14 9.48 11/186 7147
/proc/meminfo: memFree=15800852/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=932976 CPUtime=1121.68 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 275597 0 0 0 112118 50 0 0 25 0 1 0 519902768 955367424 36840 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 233244 36840 337 96 0 229806 0
[pid=7048] ppid=7046 vsize=18088 CPUtime=1121.98 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1952 0 0 0 112198 0 0 0 25 0 1 0 519902768 18522112 1843 33554432000 4194304 4785740 140734152194592 18446744073709551615 4546099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 4522 1843 341 145 0 1567 0
[pid=7049] ppid=7046 vsize=455696 CPUtime=554.62 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 283 0 0 0 55437 25 0 0 25 0 1 0 519902768 466632704 180 33554432000 134512640 134534564 4290120848 18446744073709551615 8558065 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113924 180 103 6 0 112590 0
[pid=7050] ppid=7046 vsize=42360 CPUtime=1122.08 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 163351 0 0 0 112187 21 0 0 25 0 1 0 519902768 43376640 9789 33554432000 4194304 4352236 140735323335952 18446744073709551615 4295735 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 10590 9789 127 39 0 9670 0
[pid=7051] ppid=7046 vsize=480048 CPUtime=553.58 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 108029 0 0 0 55318 40 0 0 25 0 1 0 519902768 491569152 107922 33554432000 4194304 4331988 140735795623616 18446744073709551615 4240552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 120012 107922 173 34 0 118454 0
Current children cumulated CPU time (s) 4473.94
Current children cumulated vsize (KiB) 1947492

[startup+1182.3 s]
/proc/loadavg: 10.18 10.15 9.52 11/186 7149
/proc/meminfo: memFree=15779136/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=1375388 CPUtime=1181.65 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 278853 0 0 0 118114 51 0 0 25 0 1 0 519902768 1408397312 37819 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 343847 37819 337 96 0 340409 0
[pid=7048] ppid=7046 vsize=18088 CPUtime=1181.97 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1972 0 0 0 118197 0 0 0 25 0 1 0 519902768 18522112 1863 33554432000 4194304 4785740 140734152194592 18446744073709551615 4309565 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 4522 1863 341 145 0 1567 0
[pid=7049] ppid=7046 vsize=455696 CPUtime=584.45 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 283 0 0 0 58420 25 0 0 25 0 1 0 519902768 466632704 180 33554432000 134512640 134534564 4290120848 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113924 180 103 6 0 112590 0
[pid=7050] ppid=7046 vsize=39800 CPUtime=1182.06 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 168919 0 0 0 118183 23 0 0 25 0 1 0 519902768 40755200 9149 33554432000 4194304 4352236 140735323335952 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 9950 9149 127 39 0 9030 0
[pid=7051] ppid=7046 vsize=505392 CPUtime=583.42 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 113453 0 0 0 58299 43 0 0 25 0 1 0 519902768 517521408 113346 33554432000 4194304 4331988 140735795623616 18446744073709551615 4316304 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 126348 113346 173 34 0 124790 0
Current children cumulated CPU time (s) 4713.55
Current children cumulated vsize (KiB) 2412688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 10.13 10.14 9.53 11/186 7149
/proc/meminfo: memFree=15767232/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=932976 CPUtime=1203.34 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 280296 0 0 0 120283 51 0 0 25 0 1 0 519902768 955367424 38166 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 233244 38166 337 96 0 229806 0
[pid=7048] ppid=7046 vsize=18088 CPUtime=1203.67 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1972 0 0 0 120367 0 0 0 25 0 1 0 519902768 18522112 1863 33554432000 4194304 4785740 140734152194592 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 4522 1863 341 145 0 1567 0
[pid=7049] ppid=7046 vsize=455696 CPUtime=595.24 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 283 0 0 0 59499 25 0 0 25 0 1 0 519902768 466632704 180 33554432000 134512640 134534564 4290120848 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113924 180 103 6 0 112590 0
[pid=7050] ppid=7046 vsize=35064 CPUtime=1203.76 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 169559 0 0 0 120353 23 0 0 25 0 1 0 519902768 35905536 7965 33554432000 4194304 4352236 140735323335952 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 8766 7965 127 39 0 7846 0
[pid=7051] ppid=7046 vsize=505392 CPUtime=594.22 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 115464 0 0 0 59378 44 0 0 25 0 1 0 519902768 517521408 115357 33554432000 4194304 4331988 140735795623616 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 126348 115357 173 34 0 124790 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1965540

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

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

[startup+1204 s]
/proc/loadavg: 10.13 10.14 9.53 11/186 7149
/proc/meminfo: memFree=15767232/32951132 swapFree=67111524/67111528
[pid=7046] ppid=7044 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (ppfolio) S 7044 7046 5255 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519902768 18763776 389 33554432000 4194304 4287625 140734284016960 18446744073709551615 210647166479 0 0 4096 65536 9840743284660502527 0 0 17 4 0 0 0
/proc/7046/statm: 4581 389 341 23 0 91 0
[pid=7047] ppid=7046 vsize=932976 CPUtime=1203.34 cores=0
/proc/7047/stat : 7047 (cryptominisat) R 7046 7046 5255 0 -1 4202496 280296 0 0 0 120283 51 0 0 25 0 1 0 519902768 955367424 38166 33554432000 4194304 4587354 140735463326160 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7047/statm: 233244 38166 337 96 0 229806 0
[pid=7048] ppid=7046 vsize=18088 CPUtime=1203.67 cores=4
/proc/7048/stat : 7048 (clasp) R 7046 7046 5255 0 -1 4202496 1972 0 0 0 120367 0 0 0 25 0 1 0 519902768 18522112 1863 33554432000 4194304 4785740 140734152194592 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7048/statm: 4522 1863 341 145 0 1567 0
[pid=7049] ppid=7046 vsize=455696 CPUtime=595.24 cores=6
/proc/7049/stat : 7049 (TNM) R 7046 7046 5255 0 -1 4202496 283 0 0 0 59499 25 0 0 25 0 1 0 519902768 466632704 180 33554432000 134512640 134534564 4290120848 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7049/statm: 113924 180 103 6 0 112590 0
[pid=7050] ppid=7046 vsize=35064 CPUtime=1203.76 cores=2
/proc/7050/stat : 7050 (lingeling) R 7046 7046 5255 0 -1 4202496 169559 0 0 0 120353 23 0 0 25 0 1 0 519902768 35905536 7965 33554432000 4194304 4352236 140735323335952 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7050/statm: 8766 7965 127 39 0 7846 0
[pid=7051] ppid=7046 vsize=505392 CPUtime=594.22 cores=6
/proc/7051/stat : 7051 (march_hi) R 7046 7046 5255 0 -1 4202496 115464 0 0 0 59378 44 0 0 25 0 1 0 519902768 517521408 115357 33554432000 4194304 4331988 140735795623616 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7051/statm: 126348 115357 173 34 0 124790 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1965540

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7046 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=1999
# CPU time returned by wait4() is 0.003998
# while last known CPU time is 4800.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.03
CPU time (s): 4800.23
CPU user time (s): 4798.8
CPU system time (s): 1.43
CPU usage (%): 398.68
Max. virtual memory (cumulated for all children) (KiB): 3485108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.001999
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= 381
involuntary context switches= 6

runsolver used 2.20366 second user time and 6.53401 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 15:17:11
IDJOB=3274010
IDBENCH=83151
IDSOLVER=1612
FILE ID=node129/3274010-1304083031
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66360 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s00813792-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274010-1304083031/watcher-3274010-1304083031 -o /tmp/evaluation-result-3274010-1304083031/solver-3274010-1304083031 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3274010-1304083031.cnf

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

MD5SUM BENCH= 92046422d2d9595619b29413c0964c9c
RANDOM SEED=2123769908

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16621556 kB
Buffers:       1281848 kB
Cached:       14165340 kB
SwapCached:          4 kB
Active:        3931364 kB
Inactive:     11732180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16621556 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:      215852 kB
Mapped:          17216 kB
Slab:           603512 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1537964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node129 at 2011-04-29 15:37:17